Shades of Grey Nurse #D7DAC7
Tints of Grey Nurse #D7DAC7
RGB
CMYK
RGB Variations
Color information
#D7DAC7 (or 0xD7DAC7) is known color: Grey Nurse. HEX triplet: D7, DA and C7. RGB value is (215,218,199). Sum of RGB (Red+Green+Blue) = 215+218+199=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAC7 is #282538. Grayscale: #D7D7D7. Windows color (decimal): -2630969 or 13097687. OLE color: 13097687.
HSL color Cylindrical-coordinate representation of color #D7DAC7: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DAC7 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 218 | 199 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.15 |
| HSL | 69.47º | 0.2% | 0.82% | - |
| HSV(B) | 69.47º | 0.09% | 0.85% | - |
| XYZ | 63.4 | 68.71 | 63.95 | - |
| YUV | 214.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 199 | 0.01 | 0 | 0.09 | 0.15 | 69.47 | 0.2 | 0.82 |
| Hex | D7 | DA | C7 | 1 | 0 | 9 | F | 45 | 14 | 52 |
| Octal | 327 | 332 | 307 | 1 | 0 | 11 | 17 | 105 | 24 | 122 |
| Binary | 11010111 | 11011010 | 11000111 | 1 | 0 | 1001 | 1111 | 1000101 | 10100 | 1010010 |
Color Harmonies of #D7DAC7
Complementary color
Monochromatic Colors of #D7DAC7
Black with #D7DAC7
Text Example
Text Example
White with #D7DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAC7; }
p { color: rgb(215,218,199); }
H1.HeaderClassName
{
color: #D7DAC7;
}
.AnyTagClassName
{
color: #D7DAC7;
}
</style>
background-color css
<style>
a { background-color: #D7DAC7; }
a { background-color: rgb(215,218,199); }
div.DivClassName
{
background-color: #D7DAC7;
}
.BgClassName
{
background-color: #D7DAC7;
}
</style>
border-color css
<style>
span { border-color: #D7DAC7; }
span { border-color: rgb(215,218,199); }
td.TdClassName
{
border-color: #D7DAC7;
}
.TagClassName
{
border-color: #D7DAC7;
}
</style>