Shades of Grey Nurse #D7D9CD
Tints of Grey Nurse #D7D9CD
RGB
CMYK
RGB Variations
Color information
#D7D9CD (or 0xD7D9CD) is known color: Grey Nurse. HEX triplet: D7, D9 and CD. RGB value is (215,217,205). Sum of RGB (Red+Green+Blue) = 215+217+205=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9CD is #282632. Grayscale: #D7D7D7. Windows color (decimal): -2631219 or 13490647. OLE color: 13490647.
HSL color Cylindrical-coordinate representation of color #D7D9CD: hue angle of 70º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7D9CD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 215 | 217 | 205 | - |
CMYK | 0.01 | 0 | 0.06 | 0.15 |
HSL | 70º | 0.14% | 0.83% | - |
HSV(B) | 70º | 0.06% | 0.85% | - |
XYZ | 63.86 | 68.48 | 67.61 | - |
YUV | 215.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 217 | 205 | 0.01 | 0 | 0.06 | 0.15 | 70 | 0.14 | 0.83 |
Hex | D7 | D9 | CD | 1 | 0 | 6 | F | 46 | E | 53 |
Octal | 327 | 331 | 315 | 1 | 0 | 6 | 17 | 106 | 16 | 123 |
Binary | 11010111 | 11011001 | 11001101 | 1 | 0 | 110 | 1111 | 1000110 | 1110 | 1010011 |
Color Harmonies of #D7D9CD
Complementary color
Monochromatic Colors of #D7D9CD
Black with #D7D9CD
Text Example
Text Example
White with #D7D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9CD; }
p { color: rgb(215,217,205); }
H1.HeaderClassName
{
color: #D7D9CD;
}
.AnyTagClassName
{
color: #D7D9CD;
}
</style>
background-color css
<style>
a { background-color: #D7D9CD; }
a { background-color: rgb(215,217,205); }
div.DivClassName
{
background-color: #D7D9CD;
}
.BgClassName
{
background-color: #D7D9CD;
}
</style>
border-color css
<style>
span { border-color: #D7D9CD; }
span { border-color: rgb(215,217,205); }
td.TdClassName
{
border-color: #D7D9CD;
}
.TagClassName
{
border-color: #D7D9CD;
}
</style>