Shades of Grey Nurse #D4D8CC
Tints of Grey Nurse #D4D8CC
RGB
CMYK
RGB Variations
Color information
#D4D8CC (or 0xD4D8CC) is known color: Grey Nurse. HEX triplet: D4, D8 and CC. RGB value is (212,216,204). Sum of RGB (Red+Green+Blue) = 212+216+204=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8CC is #2B2733. Grayscale: #D5D5D5. Windows color (decimal): -2828084 or 13424852. OLE color: 13424852.
HSL color Cylindrical-coordinate representation of color #D4D8CC: hue angle of 80º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D8CC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 216 | 204 | - |
CMYK | 0.02 | 0 | 0.06 | 0.15 |
HSL | 80º | 0.13% | 0.82% | - |
HSV(B) | 80º | 0.06% | 0.85% | - |
XYZ | 62.61 | 67.47 | 66.85 | - |
YUV | 213.44 | 122.67 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 216 | 204 | 0.02 | 0 | 0.06 | 0.15 | 80 | 0.13 | 0.82 |
Hex | D4 | D8 | CC | 2 | 0 | 6 | F | 50 | D | 52 |
Octal | 324 | 330 | 314 | 2 | 0 | 6 | 17 | 120 | 15 | 122 |
Binary | 11010100 | 11011000 | 11001100 | 10 | 0 | 110 | 1111 | 1010000 | 1101 | 1010010 |
Color Harmonies of #D4D8CC
Complementary color
Monochromatic Colors of #D4D8CC
Black with #D4D8CC
Text Example
Text Example
White with #D4D8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8CC; }
p { color: rgb(212,216,204); }
H1.HeaderClassName
{
color: #D4D8CC;
}
.AnyTagClassName
{
color: #D4D8CC;
}
</style>
background-color css
<style>
a { background-color: #D4D8CC; }
a { background-color: rgb(212,216,204); }
div.DivClassName
{
background-color: #D4D8CC;
}
.BgClassName
{
background-color: #D4D8CC;
}
</style>
border-color css
<style>
span { border-color: #D4D8CC; }
span { border-color: rgb(212,216,204); }
td.TdClassName
{
border-color: #D4D8CC;
}
.TagClassName
{
border-color: #D4D8CC;
}
</style>