Color spaces of #d3ddcb
RGB | 211 | 221 | 203 |
---|---|---|---|
HSL | 0.26 | 0.21 | 0.83 |
HSV | 93° | 8° | 87° |
CMYK | 0.05 | 0.00 | 0.08 0.13 |
XYZ | 63.4999 | 69.8736 | 66.6401 |
Yxy | 69.8736 | 0.3175 | 0.3493 |
Hunter Lab | 83.5904 | -10.6848 | 11.2460 |
CIE-Lab | 86.9348 | -6.5839 | 7.6670 |
#d3ddcb color RGB value is (211,221,203).
#d3ddcb hex color red value is 211, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d3ddcb hue: 0.26 , saturation: 0.21 and the lightness value of d3ddcb is 0.83.
The process color (four color CMYK) of #d3ddcb color hex is 0.05, 0.00, 0.08, 0.13. Web safe color of #d3ddcb is #cccccc. Color #d3ddcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11011101 | 11001011 |
Octal | 323 | 335 | 313 |
Decimal | 211 | 221 | 203 |
Hex | D3 | DD | CB |
Shades of #d3ddcb
Tints of #d3ddcb
RGB Percentages of Color #d3ddcb
CMYK Percentages of Color #d3ddcb
Complementary Color
#d3ddcb | #d5cbdd |
#d3ddcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3ddcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3ddcb Color CSS Codes
.mybgcolor {background-color:#d3ddcb; } .myforecolor {color:#d3ddcb; } .mybordercolor {border:3px solid #d3ddcb; }
#d3ddcb Text Font Color
<p style="color:#d3ddcb">Text here</p>
This sample text font color is #d3ddcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d3ddcb Background Color
<div style="background-color:#d3ddcb">
Div content here</div>
This div background color is #d3ddcb
#d3ddcb Border Color
<div style="border:3px solid #d3ddcb">
Div here</div>
This div border color is #d3ddcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,221,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3ddcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3ddcb; -webkit-box-shadow: 1px 1px 3px 2px #d3ddcb; box-shadow: 1px 1px 3px 2px #d3ddcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,221,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3ddcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3ddcb; -webkit-box-shadow: 1px 1px 3px 2px #d3ddcb; box-shadow: 1px 1px 3px 2px #d3ddcb;">
Div content here</div>
This div box has shadow with color #d3ddcb
Comments
No comments written yet.
Please login to write comment.