Shades of Grey Nurse #D4D6CC
Tints of Grey Nurse #D4D6CC
RGB
CMYK
RGB Variations
Color information
#D4D6CC (or 0xD4D6CC) is known color: Grey Nurse. HEX triplet: D4, D6 and CC. RGB value is (212,214,204). Sum of RGB (Red+Green+Blue) = 212+214+204=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6CC is #2B2933. Grayscale: #D4D4D4. Windows color (decimal): -2828596 or 13424340. OLE color: 13424340.
HSL color Cylindrical-coordinate representation of color #D4D6CC: hue angle of 72º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D6CC is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 214 | 204 | - |
CMYK | 0.01 | 0 | 0.05 | 0.16 |
HSL | 72º | 0.11% | 0.82% | - |
HSV(B) | 72º | 0.05% | 0.84% | - |
XYZ | 62.1 | 66.45 | 66.68 | - |
YUV | 212.26 | 123.34 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 204 | 0.01 | 0 | 0.05 | 0.16 | 72 | 0.11 | 0.82 |
Hex | D4 | D6 | CC | 1 | 0 | 5 | 10 | 48 | B | 52 |
Octal | 324 | 326 | 314 | 1 | 0 | 5 | 20 | 110 | 13 | 122 |
Binary | 11010100 | 11010110 | 11001100 | 1 | 0 | 101 | 10000 | 1001000 | 1011 | 1010010 |
Color Harmonies of #D4D6CC
Complementary color
Monochromatic Colors of #D4D6CC
Black with #D4D6CC
Text Example
Text Example
White with #D4D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6CC; }
p { color: rgb(212,214,204); }
H1.HeaderClassName
{
color: #D4D6CC;
}
.AnyTagClassName
{
color: #D4D6CC;
}
</style>
background-color css
<style>
a { background-color: #D4D6CC; }
a { background-color: rgb(212,214,204); }
div.DivClassName
{
background-color: #D4D6CC;
}
.BgClassName
{
background-color: #D4D6CC;
}
</style>
border-color css
<style>
span { border-color: #D4D6CC; }
span { border-color: rgb(212,214,204); }
td.TdClassName
{
border-color: #D4D6CC;
}
.TagClassName
{
border-color: #D4D6CC;
}
</style>