Shades of Grey Nurse #D2DAC4
Tints of Grey Nurse #D2DAC4
RGB
CMYK
RGB Variations
Color information
#D2DAC4 (or 0xD2DAC4) is known color: Grey Nurse. HEX triplet: D2, DA and C4. RGB value is (210,218,196). Sum of RGB (Red+Green+Blue) = 210+218+196=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAC4 is #2D253B. Grayscale: #D5D5D5. Windows color (decimal): -2958652 or 12901074. OLE color: 12901074.
HSL color Cylindrical-coordinate representation of color #D2DAC4: hue angle of 81.82º 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 #D2DAC4 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 196 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.15 |
| HSL | 81.82º | 0.23% | 0.81% | - |
| HSV(B) | 81.82º | 0.1% | 0.85% | - |
| XYZ | 61.61 | 67.83 | 62.07 | - |
| YUV | 213.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 196 | 0.04 | 0 | 0.10 | 0.15 | 81.82 | 0.23 | 0.81 |
| Hex | D2 | DA | C4 | 4 | 0 | A | F | 52 | 17 | 51 |
| Octal | 322 | 332 | 304 | 4 | 0 | 12 | 17 | 122 | 27 | 121 |
| Binary | 11010010 | 11011010 | 11000100 | 100 | 0 | 1010 | 1111 | 1010010 | 10111 | 1010001 |
Color Harmonies of #D2DAC4
Complementary color
Monochromatic Colors of #D2DAC4
Black with #D2DAC4
Text Example
Text Example
White with #D2DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAC4; }
p { color: rgb(210,218,196); }
H1.HeaderClassName
{
color: #D2DAC4;
}
.AnyTagClassName
{
color: #D2DAC4;
}
</style>
background-color css
<style>
a { background-color: #D2DAC4; }
a { background-color: rgb(210,218,196); }
div.DivClassName
{
background-color: #D2DAC4;
}
.BgClassName
{
background-color: #D2DAC4;
}
</style>
border-color css
<style>
span { border-color: #D2DAC4; }
span { border-color: rgb(210,218,196); }
td.TdClassName
{
border-color: #D2DAC4;
}
.TagClassName
{
border-color: #D2DAC4;
}
</style>