Color spaces of #d5dddb
RGB | 213 | 221 | 219 |
---|---|---|---|
HSL | 0.46 | 0.11 | 0.85 |
HSV | 165° | 4° | 87° |
CMYK | 0.04 | 0.00 | 0.01 0.13 |
XYZ | 66.0832 | 70.9735 | 77.2341 |
Yxy | 70.9735 | 0.3084 | 0.3312 |
Hunter Lab | 84.2458 | -7.4130 | 4.6167 |
CIE-Lab | 87.4721 | -3.0511 | 0.0338 |
#d5dddb color RGB value is (213,221,219).
#d5dddb hex color red value is 213, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d5dddb hue: 0.46 , saturation: 0.11 and the lightness value of d5dddb is 0.85.
The process color (four color CMYK) of #d5dddb color hex is 0.04, 0.00, 0.01, 0.13. Web safe color of #d5dddb is #cccccc. Color #d5dddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11011101 | 11011011 |
Octal | 325 | 335 | 333 |
Decimal | 213 | 221 | 219 |
Hex | D5 | DD | DB |
Shades of #d5dddb
Tints of #d5dddb
RGB Percentages of Color #d5dddb
CMYK Percentages of Color #d5dddb
Complementary Color
#d5dddb | #ddd5d7 |
#d5dddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5dddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5dddb Color CSS Codes
.mybgcolor {background-color:#d5dddb; } .myforecolor {color:#d5dddb; } .mybordercolor {border:3px solid #d5dddb; }
#d5dddb Text Font Color
<p style="color:#d5dddb">Text here</p>
This sample text font color is #d5dddb
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.
#d5dddb Background Color
<div style="background-color:#d5dddb">
Div content here</div>
This div background color is #d5dddb
#d5dddb Border Color
<div style="border:3px solid #d5dddb">
Div here</div>
This div border color is #d5dddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,221,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5dddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5dddb; -webkit-box-shadow: 1px 1px 3px 2px #d5dddb; box-shadow: 1px 1px 3px 2px #d5dddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,221,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5dddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5dddb; -webkit-box-shadow: 1px 1px 3px 2px #d5dddb; box-shadow: 1px 1px 3px 2px #d5dddb;">
Div content here</div>
This div box has shadow with color #d5dddb
Comments
No comments written yet.
Please login to write comment.