Shades of Grey Nurse #D2D9C2
Tints of Grey Nurse #D2D9C2
RGB
CMYK
RGB Variations
Color information
#D2D9C2 (or 0xD2D9C2) is known color: Grey Nurse. HEX triplet: D2, D9 and C2. RGB value is (210,217,194). Sum of RGB (Red+Green+Blue) = 210+217+194=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9C2 is #2D263D. Grayscale: #D4D4D4. Windows color (decimal): -2958910 or 12769746. OLE color: 12769746.
HSL color Cylindrical-coordinate representation of color #D2D9C2: hue angle of 78.26º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D9C2 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 194 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.15 |
| HSL | 78.26º | 0.23% | 0.81% | - |
| HSV(B) | 78.26º | 0.11% | 0.85% | - |
| XYZ | 61.13 | 67.22 | 60.79 | - |
| YUV | 212.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 194 | 0.03 | 0 | 0.11 | 0.15 | 78.26 | 0.23 | 0.81 |
| Hex | D2 | D9 | C2 | 3 | 0 | B | F | 4E | 17 | 51 |
| Octal | 322 | 331 | 302 | 3 | 0 | 13 | 17 | 116 | 27 | 121 |
| Binary | 11010010 | 11011001 | 11000010 | 11 | 0 | 1011 | 1111 | 1001110 | 10111 | 1010001 |
Color Harmonies of #D2D9C2
Complementary color
Monochromatic Colors of #D2D9C2
Black with #D2D9C2
Text Example
Text Example
White with #D2D9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9C2; }
p { color: rgb(210,217,194); }
H1.HeaderClassName
{
color: #D2D9C2;
}
.AnyTagClassName
{
color: #D2D9C2;
}
</style>
background-color css
<style>
a { background-color: #D2D9C2; }
a { background-color: rgb(210,217,194); }
div.DivClassName
{
background-color: #D2D9C2;
}
.BgClassName
{
background-color: #D2D9C2;
}
</style>
border-color css
<style>
span { border-color: #D2D9C2; }
span { border-color: rgb(210,217,194); }
td.TdClassName
{
border-color: #D2D9C2;
}
.TagClassName
{
border-color: #D2D9C2;
}
</style>