Shades of Grey Nurse #D4DBC1
Tints of Grey Nurse #D4DBC1
RGB
CMYK
RGB Variations
Color information
#D4DBC1 (or 0xD4DBC1) is known color: Grey Nurse. HEX triplet: D4, DB and C1. RGB value is (212,219,193). Sum of RGB (Red+Green+Blue) = 212+219+193=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBC1 is #2B243E. Grayscale: #D6D6D6. Windows color (decimal): -2827327 or 12704724. OLE color: 12704724.
HSL color Cylindrical-coordinate representation of color #D4DBC1: hue angle of 76.15º 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 #D4DBC1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 219 | 193 | - |
CMYK | 0.03 | 0 | 0.12 | 0.14 |
HSL | 76.15º | 0.27% | 0.81% | - |
HSV(B) | 76.15º | 0.12% | 0.86% | - |
XYZ | 62.11 | 68.51 | 60.4 | - |
YUV | 213.94 | 116.18 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 193 | 0.03 | 0 | 0.12 | 0.14 | 76.15 | 0.27 | 0.81 |
Hex | D4 | DB | C1 | 3 | 0 | C | E | 4C | 1B | 51 |
Octal | 324 | 333 | 301 | 3 | 0 | 14 | 16 | 114 | 33 | 121 |
Binary | 11010100 | 11011011 | 11000001 | 11 | 0 | 1100 | 1110 | 1001100 | 11011 | 1010001 |
Color Harmonies of #D4DBC1
Complementary color
Monochromatic Colors of #D4DBC1
Black with #D4DBC1
Text Example
Text Example
White with #D4DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBC1; }
p { color: rgb(212,219,193); }
H1.HeaderClassName
{
color: #D4DBC1;
}
.AnyTagClassName
{
color: #D4DBC1;
}
</style>
background-color css
<style>
a { background-color: #D4DBC1; }
a { background-color: rgb(212,219,193); }
div.DivClassName
{
background-color: #D4DBC1;
}
.BgClassName
{
background-color: #D4DBC1;
}
</style>
border-color css
<style>
span { border-color: #D4DBC1; }
span { border-color: rgb(212,219,193); }
td.TdClassName
{
border-color: #D4DBC1;
}
.TagClassName
{
border-color: #D4DBC1;
}
</style>