Shades of Grey Nurse #D6DAC4
Tints of Grey Nurse #D6DAC4
RGB
CMYK
RGB Variations
Color information
#D6DAC4 (or 0xD6DAC4) is known color: Grey Nurse. HEX triplet: D6, DA and C4. RGB value is (214,218,196). Sum of RGB (Red+Green+Blue) = 214+218+196=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAC4 is #29253B. Grayscale: #D6D6D6. Windows color (decimal): -2696508 or 12901078. OLE color: 12901078.
HSL color Cylindrical-coordinate representation of color #D6DAC4: hue angle of 70.91º degrees, saturation: 0.23, 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 #D6DAC4 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 196 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.15 |
| HSL | 70.91º | 0.23% | 0.81% | - |
| HSV(B) | 70.91º | 0.1% | 0.85% | - |
| XYZ | 62.77 | 68.42 | 62.12 | - |
| YUV | 214.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 196 | 0.02 | 0 | 0.10 | 0.15 | 70.91 | 0.23 | 0.81 |
| Hex | D6 | DA | C4 | 2 | 0 | A | F | 47 | 17 | 51 |
| Octal | 326 | 332 | 304 | 2 | 0 | 12 | 17 | 107 | 27 | 121 |
| Binary | 11010110 | 11011010 | 11000100 | 10 | 0 | 1010 | 1111 | 1000111 | 10111 | 1010001 |
Color Harmonies of #D6DAC4
Complementary color
Monochromatic Colors of #D6DAC4
Black with #D6DAC4
Text Example
Text Example
White with #D6DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAC4; }
p { color: rgb(214,218,196); }
H1.HeaderClassName
{
color: #D6DAC4;
}
.AnyTagClassName
{
color: #D6DAC4;
}
</style>
background-color css
<style>
a { background-color: #D6DAC4; }
a { background-color: rgb(214,218,196); }
div.DivClassName
{
background-color: #D6DAC4;
}
.BgClassName
{
background-color: #D6DAC4;
}
</style>
border-color css
<style>
span { border-color: #D6DAC4; }
span { border-color: rgb(214,218,196); }
td.TdClassName
{
border-color: #D6DAC4;
}
.TagClassName
{
border-color: #D6DAC4;
}
</style>