Shades of Grey Nurse #D2D9C5
Tints of Grey Nurse #D2D9C5
RGB
CMYK
RGB Variations
Color information
#D2D9C5 (or 0xD2D9C5) is known color: Grey Nurse. HEX triplet: D2, D9 and C5. RGB value is (210,217,197). Sum of RGB (Red+Green+Blue) = 210+217+197=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9C5 is #2D263A. Grayscale: #D4D4D4. Windows color (decimal): -2958907 or 12966354. OLE color: 12966354.
HSL color Cylindrical-coordinate representation of color #D2D9C5: hue angle of 81º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2D9C5 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 210 | 217 | 197 | - |
CMYK | 0.03 | 0 | 0.09 | 0.15 |
HSL | 81º | 0.21% | 0.81% | - |
HSV(B) | 81º | 0.09% | 0.85% | - |
XYZ | 61.47 | 67.36 | 62.59 | - |
YUV | 212.63 | 119.18 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 217 | 197 | 0.03 | 0 | 0.09 | 0.15 | 81 | 0.21 | 0.81 |
Hex | D2 | D9 | C5 | 3 | 0 | 9 | F | 51 | 15 | 51 |
Octal | 322 | 331 | 305 | 3 | 0 | 11 | 17 | 121 | 25 | 121 |
Binary | 11010010 | 11011001 | 11000101 | 11 | 0 | 1001 | 1111 | 1010001 | 10101 | 1010001 |
Color Harmonies of #D2D9C5
Complementary color
Monochromatic Colors of #D2D9C5
Black with #D2D9C5
Text Example
Text Example
White with #D2D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9C5; }
p { color: rgb(210,217,197); }
H1.HeaderClassName
{
color: #D2D9C5;
}
.AnyTagClassName
{
color: #D2D9C5;
}
</style>
background-color css
<style>
a { background-color: #D2D9C5; }
a { background-color: rgb(210,217,197); }
div.DivClassName
{
background-color: #D2D9C5;
}
.BgClassName
{
background-color: #D2D9C5;
}
</style>
border-color css
<style>
span { border-color: #D2D9C5; }
span { border-color: rgb(210,217,197); }
td.TdClassName
{
border-color: #D2D9C5;
}
.TagClassName
{
border-color: #D2D9C5;
}
</style>