Shades of Grey Nurse #D4D7CA
Tints of Grey Nurse #D4D7CA
RGB
CMYK
RGB Variations
Color information
#D4D7CA (or 0xD4D7CA) is known color: Grey Nurse. HEX triplet: D4, D7 and CA. RGB value is (212,215,202). Sum of RGB (Red+Green+Blue) = 212+215+202=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7CA is #2B2835. Grayscale: #D4D4D4. Windows color (decimal): -2828342 or 13293524. OLE color: 13293524.
HSL color Cylindrical-coordinate representation of color #D4D7CA: hue angle of 73.85º degrees, saturation: 0.14, 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 #D4D7CA is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 215 | 202 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.16 |
| HSL | 73.85º | 0.14% | 0.82% | - |
| HSV(B) | 73.85º | 0.06% | 0.84% | - |
| XYZ | 62.11 | 66.86 | 65.51 | - |
| YUV | 212.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 215 | 202 | 0.01 | 0 | 0.06 | 0.16 | 73.85 | 0.14 | 0.82 |
| Hex | D4 | D7 | CA | 1 | 0 | 6 | 10 | 4A | E | 52 |
| Octal | 324 | 327 | 312 | 1 | 0 | 6 | 20 | 112 | 16 | 122 |
| Binary | 11010100 | 11010111 | 11001010 | 1 | 0 | 110 | 10000 | 1001010 | 1110 | 1010010 |
Color Harmonies of #D4D7CA
Complementary color
Monochromatic Colors of #D4D7CA
Black with #D4D7CA
Text Example
Text Example
White with #D4D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7CA; }
p { color: rgb(212,215,202); }
H1.HeaderClassName
{
color: #D4D7CA;
}
.AnyTagClassName
{
color: #D4D7CA;
}
</style>
background-color css
<style>
a { background-color: #D4D7CA; }
a { background-color: rgb(212,215,202); }
div.DivClassName
{
background-color: #D4D7CA;
}
.BgClassName
{
background-color: #D4D7CA;
}
</style>
border-color css
<style>
span { border-color: #D4D7CA; }
span { border-color: rgb(212,215,202); }
td.TdClassName
{
border-color: #D4D7CA;
}
.TagClassName
{
border-color: #D4D7CA;
}
</style>