Shades of Grey Nurse #D6DACA
Tints of Grey Nurse #D6DACA
RGB
CMYK
RGB Variations
Color information
#D6DACA (or 0xD6DACA) is known color: Grey Nurse. HEX triplet: D6, DA and CA. RGB value is (214,218,202). Sum of RGB (Red+Green+Blue) = 214+218+202=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DACA is #292535. Grayscale: #D7D7D7. Windows color (decimal): -2696502 or 13294294. OLE color: 13294294.
HSL color Cylindrical-coordinate representation of color #D6DACA: hue angle of 75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6DACA is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 218 | 202 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.15 |
| HSL | 75º | 0.18% | 0.82% | - |
| HSV(B) | 75º | 0.07% | 0.85% | - |
| XYZ | 63.46 | 68.7 | 65.79 | - |
| YUV | 214.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 202 | 0.02 | 0 | 0.07 | 0.15 | 75 | 0.18 | 0.82 |
| Hex | D6 | DA | CA | 2 | 0 | 7 | F | 4B | 12 | 52 |
| Octal | 326 | 332 | 312 | 2 | 0 | 7 | 17 | 113 | 22 | 122 |
| Binary | 11010110 | 11011010 | 11001010 | 10 | 0 | 111 | 1111 | 1001011 | 10010 | 1010010 |
Color Harmonies of #D6DACA
Complementary color
Monochromatic Colors of #D6DACA
Black with #D6DACA
Text Example
Text Example
White with #D6DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DACA; }
p { color: rgb(214,218,202); }
H1.HeaderClassName
{
color: #D6DACA;
}
.AnyTagClassName
{
color: #D6DACA;
}
</style>
background-color css
<style>
a { background-color: #D6DACA; }
a { background-color: rgb(214,218,202); }
div.DivClassName
{
background-color: #D6DACA;
}
.BgClassName
{
background-color: #D6DACA;
}
</style>
border-color css
<style>
span { border-color: #D6DACA; }
span { border-color: rgb(214,218,202); }
td.TdClassName
{
border-color: #D6DACA;
}
.TagClassName
{
border-color: #D6DACA;
}
</style>