Shades of Grey Nurse #D6DAC5
Tints of Grey Nurse #D6DAC5
RGB
CMYK
RGB Variations
Color information
#D6DAC5 (or 0xD6DAC5) is known color: Grey Nurse. HEX triplet: D6, DA and C5. RGB value is (214,218,197). Sum of RGB (Red+Green+Blue) = 214+218+197=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAC5 is #29253A. Grayscale: #D6D6D6. Windows color (decimal): -2696507 or 12966614. OLE color: 12966614.
HSL color Cylindrical-coordinate representation of color #D6DAC5: hue angle of 71.43º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6DAC5 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 197 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.15 |
| HSL | 71.43º | 0.22% | 0.81% | - |
| HSV(B) | 71.43º | 0.1% | 0.85% | - |
| XYZ | 62.88 | 68.47 | 62.73 | - |
| YUV | 214.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 197 | 0.02 | 0 | 0.10 | 0.15 | 71.43 | 0.22 | 0.81 |
| Hex | D6 | DA | C5 | 2 | 0 | A | F | 47 | 16 | 51 |
| Octal | 326 | 332 | 305 | 2 | 0 | 12 | 17 | 107 | 26 | 121 |
| Binary | 11010110 | 11011010 | 11000101 | 10 | 0 | 1010 | 1111 | 1000111 | 10110 | 1010001 |
Color Harmonies of #D6DAC5
Complementary color
Monochromatic Colors of #D6DAC5
Black with #D6DAC5
Text Example
Text Example
White with #D6DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAC5; }
p { color: rgb(214,218,197); }
H1.HeaderClassName
{
color: #D6DAC5;
}
.AnyTagClassName
{
color: #D6DAC5;
}
</style>
background-color css
<style>
a { background-color: #D6DAC5; }
a { background-color: rgb(214,218,197); }
div.DivClassName
{
background-color: #D6DAC5;
}
.BgClassName
{
background-color: #D6DAC5;
}
</style>
border-color css
<style>
span { border-color: #D6DAC5; }
span { border-color: rgb(214,218,197); }
td.TdClassName
{
border-color: #D6DAC5;
}
.TagClassName
{
border-color: #D6DAC5;
}
</style>