Shades of Grey Nurse #D2DAC1
Tints of Grey Nurse #D2DAC1
RGB
CMYK
RGB Variations
Color information
#D2DAC1 (or 0xD2DAC1) is known color: Grey Nurse. HEX triplet: D2, DA and C1. RGB value is (210,218,193). Sum of RGB (Red+Green+Blue) = 210+218+193=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAC1 is #2D253E. Grayscale: #D4D4D4. Windows color (decimal): -2958655 or 12704466. OLE color: 12704466.
HSL color Cylindrical-coordinate representation of color #D2DAC1: hue angle of 79.2º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DAC1 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 193 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.15 |
| HSL | 79.2º | 0.25% | 0.81% | - |
| HSV(B) | 79.2º | 0.11% | 0.85% | - |
| XYZ | 61.28 | 67.69 | 60.29 | - |
| YUV | 212.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 193 | 0.04 | 0 | 0.11 | 0.15 | 79.2 | 0.25 | 0.81 |
| Hex | D2 | DA | C1 | 4 | 0 | B | F | 4F | 19 | 51 |
| Octal | 322 | 332 | 301 | 4 | 0 | 13 | 17 | 117 | 31 | 121 |
| Binary | 11010010 | 11011010 | 11000001 | 100 | 0 | 1011 | 1111 | 1001111 | 11001 | 1010001 |
Color Harmonies of #D2DAC1
Complementary color
Monochromatic Colors of #D2DAC1
Black with #D2DAC1
Text Example
Text Example
White with #D2DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAC1; }
p { color: rgb(210,218,193); }
H1.HeaderClassName
{
color: #D2DAC1;
}
.AnyTagClassName
{
color: #D2DAC1;
}
</style>
background-color css
<style>
a { background-color: #D2DAC1; }
a { background-color: rgb(210,218,193); }
div.DivClassName
{
background-color: #D2DAC1;
}
.BgClassName
{
background-color: #D2DAC1;
}
</style>
border-color css
<style>
span { border-color: #D2DAC1; }
span { border-color: rgb(210,218,193); }
td.TdClassName
{
border-color: #D2DAC1;
}
.TagClassName
{
border-color: #D2DAC1;
}
</style>