Shades of Grey Nurse #D4D8CA
Tints of Grey Nurse #D4D8CA
RGB
CMYK
RGB Variations
Color information
#D4D8CA (or 0xD4D8CA) is known color: Grey Nurse. HEX triplet: D4, D8 and CA. RGB value is (212,216,202). Sum of RGB (Red+Green+Blue) = 212+216+202=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8CA is #2B2735. Grayscale: #D5D5D5. Windows color (decimal): -2828086 or 13293780. OLE color: 13293780.
HSL color Cylindrical-coordinate representation of color #D4D8CA: hue angle of 77.14º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4D8CA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 202 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.15 |
| HSL | 77.14º | 0.15% | 0.82% | - |
| HSV(B) | 77.14º | 0.06% | 0.85% | - |
| XYZ | 62.37 | 67.37 | 65.59 | - |
| YUV | 213.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 202 | 0.02 | 0 | 0.06 | 0.15 | 77.14 | 0.15 | 0.82 |
| Hex | D4 | D8 | CA | 2 | 0 | 6 | F | 4D | F | 52 |
| Octal | 324 | 330 | 312 | 2 | 0 | 6 | 17 | 115 | 17 | 122 |
| Binary | 11010100 | 11011000 | 11001010 | 10 | 0 | 110 | 1111 | 1001101 | 1111 | 1010010 |
Color Harmonies of #D4D8CA
Complementary color
Monochromatic Colors of #D4D8CA
Black with #D4D8CA
Text Example
Text Example
White with #D4D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8CA; }
p { color: rgb(212,216,202); }
H1.HeaderClassName
{
color: #D4D8CA;
}
.AnyTagClassName
{
color: #D4D8CA;
}
</style>
background-color css
<style>
a { background-color: #D4D8CA; }
a { background-color: rgb(212,216,202); }
div.DivClassName
{
background-color: #D4D8CA;
}
.BgClassName
{
background-color: #D4D8CA;
}
</style>
border-color css
<style>
span { border-color: #D4D8CA; }
span { border-color: rgb(212,216,202); }
td.TdClassName
{
border-color: #D4D8CA;
}
.TagClassName
{
border-color: #D4D8CA;
}
</style>