Shades of Grey Nurse #D4D6CA
Tints of Grey Nurse #D4D6CA
RGB
CMYK
RGB Variations
Color information
#D4D6CA (or 0xD4D6CA) is known color: Grey Nurse. HEX triplet: D4, D6 and CA. RGB value is (212,214,202). Sum of RGB (Red+Green+Blue) = 212+214+202=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D6CA is #2B2935. Grayscale: #D4D4D4. Windows color (decimal): -2828598 or 13293268. OLE color: 13293268.
HSL color Cylindrical-coordinate representation of color #D4D6CA: hue angle of 70º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D6CA is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 202 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.16 |
| HSL | 70º | 0.13% | 0.82% | - |
| HSV(B) | 70º | 0.06% | 0.84% | - |
| XYZ | 61.86 | 66.35 | 65.42 | - |
| YUV | 212.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 202 | 0.01 | 0 | 0.06 | 0.16 | 70 | 0.13 | 0.82 |
| Hex | D4 | D6 | CA | 1 | 0 | 6 | 10 | 46 | D | 52 |
| Octal | 324 | 326 | 312 | 1 | 0 | 6 | 20 | 106 | 15 | 122 |
| Binary | 11010100 | 11010110 | 11001010 | 1 | 0 | 110 | 10000 | 1000110 | 1101 | 1010010 |
Color Harmonies of #D4D6CA
Complementary color
Monochromatic Colors of #D4D6CA
Black with #D4D6CA
Text Example
Text Example
White with #D4D6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6CA; }
p { color: rgb(212,214,202); }
H1.HeaderClassName
{
color: #D4D6CA;
}
.AnyTagClassName
{
color: #D4D6CA;
}
</style>
background-color css
<style>
a { background-color: #D4D6CA; }
a { background-color: rgb(212,214,202); }
div.DivClassName
{
background-color: #D4D6CA;
}
.BgClassName
{
background-color: #D4D6CA;
}
</style>
border-color css
<style>
span { border-color: #D4D6CA; }
span { border-color: rgb(212,214,202); }
td.TdClassName
{
border-color: #D4D6CA;
}
.TagClassName
{
border-color: #D4D6CA;
}
</style>