Shades of Grey Nurse #D4D6CB
Tints of Grey Nurse #D4D6CB
RGB
CMYK
RGB Variations
Color information
#D4D6CB (or 0xD4D6CB) is known color: Grey Nurse. HEX triplet: D4, D6 and CB. RGB value is (212,214,203). Sum of RGB (Red+Green+Blue) = 212+214+203=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6CB is #2B2934. Grayscale: #D4D4D4. Windows color (decimal): -2828597 or 13358804. OLE color: 13358804.
HSL color Cylindrical-coordinate representation of color #D4D6CB: hue angle of 70.91º degrees, saturation: 0.12, 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 #D4D6CB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 203 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.16 |
| HSL | 70.91º | 0.12% | 0.82% | - |
| HSV(B) | 70.91º | 0.05% | 0.84% | - |
| XYZ | 61.98 | 66.4 | 66.05 | - |
| YUV | 212.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 203 | 0.01 | 0 | 0.05 | 0.16 | 70.91 | 0.12 | 0.82 |
| Hex | D4 | D6 | CB | 1 | 0 | 5 | 10 | 47 | C | 52 |
| Octal | 324 | 326 | 313 | 1 | 0 | 5 | 20 | 107 | 14 | 122 |
| Binary | 11010100 | 11010110 | 11001011 | 1 | 0 | 101 | 10000 | 1000111 | 1100 | 1010010 |
Color Harmonies of #D4D6CB
Complementary color
Monochromatic Colors of #D4D6CB
Black with #D4D6CB
Text Example
Text Example
White with #D4D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6CB; }
p { color: rgb(212,214,203); }
H1.HeaderClassName
{
color: #D4D6CB;
}
.AnyTagClassName
{
color: #D4D6CB;
}
</style>
background-color css
<style>
a { background-color: #D4D6CB; }
a { background-color: rgb(212,214,203); }
div.DivClassName
{
background-color: #D4D6CB;
}
.BgClassName
{
background-color: #D4D6CB;
}
</style>
border-color css
<style>
span { border-color: #D4D6CB; }
span { border-color: rgb(212,214,203); }
td.TdClassName
{
border-color: #D4D6CB;
}
.TagClassName
{
border-color: #D4D6CB;
}
</style>