Shades of Grey Nurse #D0D4CA
Tints of Grey Nurse #D0D4CA
RGB
CMYK
RGB Variations
Color information
#D0D4CA (or 0xD0D4CA) is known color: Grey Nurse. HEX triplet: D0, D4 and CA. RGB value is (208,212,202). Sum of RGB (Red+Green+Blue) = 208+212+202=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4CA is #2F2B35. Grayscale: #D1D1D1. Windows color (decimal): -3091254 or 13292752. OLE color: 13292752.
HSL color Cylindrical-coordinate representation of color #D0D4CA: hue angle of 84º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D4CA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 202 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.17 |
| HSL | 84º | 0.1% | 0.81% | - |
| HSV(B) | 84º | 0.05% | 0.83% | - |
| XYZ | 60.22 | 64.76 | 65.2 | - |
| YUV | 209.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 202 | 0.02 | 0 | 0.05 | 0.17 | 84 | 0.1 | 0.81 |
| Hex | D0 | D4 | CA | 2 | 0 | 5 | 11 | 54 | A | 51 |
| Octal | 320 | 324 | 312 | 2 | 0 | 5 | 21 | 124 | 12 | 121 |
| Binary | 11010000 | 11010100 | 11001010 | 10 | 0 | 101 | 10001 | 1010100 | 1010 | 1010001 |
Color Harmonies of #D0D4CA
Complementary color
Monochromatic Colors of #D0D4CA
Black with #D0D4CA
Text Example
Text Example
White with #D0D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4CA; }
p { color: rgb(208,212,202); }
H1.HeaderClassName
{
color: #D0D4CA;
}
.AnyTagClassName
{
color: #D0D4CA;
}
</style>
background-color css
<style>
a { background-color: #D0D4CA; }
a { background-color: rgb(208,212,202); }
div.DivClassName
{
background-color: #D0D4CA;
}
.BgClassName
{
background-color: #D0D4CA;
}
</style>
border-color css
<style>
span { border-color: #D0D4CA; }
span { border-color: rgb(208,212,202); }
td.TdClassName
{
border-color: #D0D4CA;
}
.TagClassName
{
border-color: #D0D4CA;
}
</style>