Color spaces of #d4dddd
RGB | 212 | 221 | 221 |
---|---|---|---|
HSL | 0.50 | 0.12 | 0.85 |
HSV | 180° | 4° | 87° |
CMYK | 0.04 | 0.00 | 0.00 0.13 |
XYZ | 66.0590 | 70.9304 | 78.6159 |
Yxy | 70.9304 | 0.3064 | 0.3290 |
Hunter Lab | 84.2202 | -7.3770 | 3.6095 |
CIE-Lab | 87.4512 | -3.0148 | -1.0597 |
#d4dddd color RGB value is (212,221,221).
#d4dddd hex color red value is 212, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4dddd hue: 0.50 , saturation: 0.12 and the lightness value of d4dddd is 0.85.
The process color (four color CMYK) of #d4dddd color hex is 0.04, 0.00, 0.00, 0.13. Web safe color of #d4dddd is #cccccc. Color #d4dddd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11011101 | 11011101 |
Octal | 324 | 335 | 335 |
Decimal | 212 | 221 | 221 |
Hex | D4 | DD | DD |
Shades of #d4dddd
Tints of #d4dddd
RGB Percentages of Color #d4dddd
CMYK Percentages of Color #d4dddd
Complementary Color
#d4dddd | #ddd4d4 |
#d4dddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4dddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4dddd Color CSS Codes
.mybgcolor {background-color:#d4dddd; } .myforecolor {color:#d4dddd; } .mybordercolor {border:3px solid #d4dddd; }
#d4dddd Text Font Color
<p style="color:#d4dddd">Text here</p>
This sample text font color is #d4dddd
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.
#d4dddd Background Color
<div style="background-color:#d4dddd">
Div content here</div>
This div background color is #d4dddd
#d4dddd Border Color
<div style="border:3px solid #d4dddd">
Div here</div>
This div border color is #d4dddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,221,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4dddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4dddd; -webkit-box-shadow: 1px 1px 3px 2px #d4dddd; box-shadow: 1px 1px 3px 2px #d4dddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,221,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4dddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4dddd; -webkit-box-shadow: 1px 1px 3px 2px #d4dddd; box-shadow: 1px 1px 3px 2px #d4dddd;">
Div content here</div>
This div box has shadow with color #d4dddd
#d4dddd Color Palettes
Comments
No comments written yet.
Please login to write comment.