Color spaces of #d1dddc
RGB | 209 | 221 | 220 |
---|---|---|---|
HSL | 0.49 | 0.15 | 0.84 |
HSV | 175° | 5° | 87° |
CMYK | 0.05 | 0.00 | 0.00 0.13 |
XYZ | 65.0692 | 70.4355 | 77.8760 |
Yxy | 70.4355 | 0.3049 | 0.3301 |
Hunter Lab | 83.9259 | -8.4761 | 3.7321 |
CIE-Lab | 87.2100 | -4.1985 | -0.9108 |
#d1dddc color RGB value is (209,221,220).
#d1dddc hex color red value is 209, green value is 221 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d1dddc hue: 0.49 , saturation: 0.15 and the lightness value of d1dddc is 0.84.
The process color (four color CMYK) of #d1dddc color hex is 0.05, 0.00, 0.00, 0.13. Web safe color of #d1dddc is #cccccc. Color #d1dddc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 11011101 | 11011100 |
Octal | 321 | 335 | 334 |
Decimal | 209 | 221 | 220 |
Hex | D1 | DD | DC |
Shades of #d1dddc
Tints of #d1dddc
RGB Percentages of Color #d1dddc
CMYK Percentages of Color #d1dddc
Complementary Color
#d1dddc | #ddd1d2 |
#d1dddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d1dddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d1dddc Color CSS Codes
.mybgcolor {background-color:#d1dddc; } .myforecolor {color:#d1dddc; } .mybordercolor {border:3px solid #d1dddc; }
#d1dddc Text Font Color
<p style="color:#d1dddc">Text here</p>
This sample text font color is #d1dddc
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.
#d1dddc Background Color
<div style="background-color:#d1dddc">
Div content here</div>
This div background color is #d1dddc
#d1dddc Border Color
<div style="border:3px solid #d1dddc">
Div here</div>
This div border color is #d1dddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,221,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d1dddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d1dddc; -webkit-box-shadow: 1px 1px 3px 2px #d1dddc; box-shadow: 1px 1px 3px 2px #d1dddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,221,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d1dddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d1dddc; -webkit-box-shadow: 1px 1px 3px 2px #d1dddc; box-shadow: 1px 1px 3px 2px #d1dddc;">
Div content here</div>
This div box has shadow with color #d1dddc
Comments
No comments written yet.
Please login to write comment.