Shades of Grey Nurse #D4D8C4
Tints of Grey Nurse #D4D8C4
RGB
CMYK
RGB Variations
Color information
#D4D8C4 (or 0xD4D8C4) is known color: Grey Nurse. HEX triplet: D4, D8 and C4. RGB value is (212,216,196). Sum of RGB (Red+Green+Blue) = 212+216+196=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 216 (84.77% from 255 or 34.62% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8C4 is #2B273B. Grayscale: #D4D4D4. Windows color (decimal): -2828092 or 12900564. OLE color: 12900564.
HSL color Cylindrical-coordinate representation of color #D4D8C4: hue angle of 72º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D8C4 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 216 | 196 | - |
CMYK | 0.02 | 0 | 0.09 | 0.15 |
HSL | 72º | 0.2% | 0.81% | - |
HSV(B) | 72º | 0.09% | 0.85% | - |
XYZ | 61.67 | 67.09 | 61.92 | - |
YUV | 212.52 | 118.67 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 216 | 196 | 0.02 | 0 | 0.09 | 0.15 | 72 | 0.2 | 0.81 |
Hex | D4 | D8 | C4 | 2 | 0 | 9 | F | 48 | 14 | 51 |
Octal | 324 | 330 | 304 | 2 | 0 | 11 | 17 | 110 | 24 | 121 |
Binary | 11010100 | 11011000 | 11000100 | 10 | 0 | 1001 | 1111 | 1001000 | 10100 | 1010001 |
Color Harmonies of #D4D8C4
Complementary color
Monochromatic Colors of #D4D8C4
Black with #D4D8C4
Text Example
Text Example
White with #D4D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8C4; }
p { color: rgb(212,216,196); }
H1.HeaderClassName
{
color: #D4D8C4;
}
.AnyTagClassName
{
color: #D4D8C4;
}
</style>
background-color css
<style>
a { background-color: #D4D8C4; }
a { background-color: rgb(212,216,196); }
div.DivClassName
{
background-color: #D4D8C4;
}
.BgClassName
{
background-color: #D4D8C4;
}
</style>
border-color css
<style>
span { border-color: #D4D8C4; }
span { border-color: rgb(212,216,196); }
td.TdClassName
{
border-color: #D4D8C4;
}
.TagClassName
{
border-color: #D4D8C4;
}
</style>