Shades of Grey Nurse #D4DBC0
Tints of Grey Nurse #D4DBC0
RGB
CMYK
RGB Variations
Color information
#D4DBC0 (or 0xD4DBC0) is known color: Grey Nurse. HEX triplet: D4, DB and C0. RGB value is (212,219,192). Sum of RGB (Red+Green+Blue) = 212+219+192=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC0 is #2B243F. Grayscale: #D5D5D5. Windows color (decimal): -2827328 or 12639188. OLE color: 12639188.
HSL color Cylindrical-coordinate representation of color #D4DBC0: hue angle of 75.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4DBC0 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 219 | 192 | - |
CMYK | 0.03 | 0 | 0.12 | 0.14 |
HSL | 75.56º | 0.27% | 0.81% | - |
HSV(B) | 75.56º | 0.12% | 0.86% | - |
XYZ | 62 | 68.47 | 59.82 | - |
YUV | 213.83 | 115.68 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 192 | 0.03 | 0 | 0.12 | 0.14 | 75.56 | 0.27 | 0.81 |
Hex | D4 | DB | C0 | 3 | 0 | C | E | 4C | 1B | 51 |
Octal | 324 | 333 | 300 | 3 | 0 | 14 | 16 | 114 | 33 | 121 |
Binary | 11010100 | 11011011 | 11000000 | 11 | 0 | 1100 | 1110 | 1001100 | 11011 | 1010001 |
Color Harmonies of #D4DBC0
Complementary color
Monochromatic Colors of #D4DBC0
Black with #D4DBC0
Text Example
Text Example
White with #D4DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBC0; }
p { color: rgb(212,219,192); }
H1.HeaderClassName
{
color: #D4DBC0;
}
.AnyTagClassName
{
color: #D4DBC0;
}
</style>
background-color css
<style>
a { background-color: #D4DBC0; }
a { background-color: rgb(212,219,192); }
div.DivClassName
{
background-color: #D4DBC0;
}
.BgClassName
{
background-color: #D4DBC0;
}
</style>
border-color css
<style>
span { border-color: #D4DBC0; }
span { border-color: rgb(212,219,192); }
td.TdClassName
{
border-color: #D4DBC0;
}
.TagClassName
{
border-color: #D4DBC0;
}
</style>