Shades of Grey Nurse #D7D9CF
Tints of Grey Nurse #D7D9CF
RGB
CMYK
RGB Variations
Color information
#D7D9CF (or 0xD7D9CF) is known color: Grey Nurse. HEX triplet: D7, D9 and CF. RGB value is (215,217,207). Sum of RGB (Red+Green+Blue) = 215+217+207=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9CF is #282630. Grayscale: #D7D7D7. Windows color (decimal): -2631217 or 13621719. OLE color: 13621719.
HSL color Cylindrical-coordinate representation of color #D7D9CF: hue angle of 72º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7D9CF is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 217 | 207 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.15 |
| HSL | 72º | 0.12% | 0.83% | - |
| HSV(B) | 72º | 0.05% | 0.85% | - |
| XYZ | 64.1 | 68.58 | 68.89 | - |
| YUV | 215.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 217 | 207 | 0.01 | 0 | 0.05 | 0.15 | 72 | 0.12 | 0.83 |
| Hex | D7 | D9 | CF | 1 | 0 | 5 | F | 48 | C | 53 |
| Octal | 327 | 331 | 317 | 1 | 0 | 5 | 17 | 110 | 14 | 123 |
| Binary | 11010111 | 11011001 | 11001111 | 1 | 0 | 101 | 1111 | 1001000 | 1100 | 1010011 |
Color Harmonies of #D7D9CF
Complementary color
Monochromatic Colors of #D7D9CF
Black with #D7D9CF
Text Example
Text Example
White with #D7D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9CF; }
p { color: rgb(215,217,207); }
H1.HeaderClassName
{
color: #D7D9CF;
}
.AnyTagClassName
{
color: #D7D9CF;
}
</style>
background-color css
<style>
a { background-color: #D7D9CF; }
a { background-color: rgb(215,217,207); }
div.DivClassName
{
background-color: #D7D9CF;
}
.BgClassName
{
background-color: #D7D9CF;
}
</style>
border-color css
<style>
span { border-color: #D7D9CF; }
span { border-color: rgb(215,217,207); }
td.TdClassName
{
border-color: #D7D9CF;
}
.TagClassName
{
border-color: #D7D9CF;
}
</style>