Shades of Grey Nurse #D3DAC5
Tints of Grey Nurse #D3DAC5
RGB
CMYK
RGB Variations
Color information
#D3DAC5 (or 0xD3DAC5) is known color: Grey Nurse. HEX triplet: D3, DA and C5. RGB value is (211,218,197). Sum of RGB (Red+Green+Blue) = 211+218+197=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAC5 is #2C253A. Grayscale: #D5D5D5. Windows color (decimal): -2893115 or 12966611. OLE color: 12966611.
HSL color Cylindrical-coordinate representation of color #D3DAC5: hue angle of 80º 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 #D3DAC5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 218 | 197 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.15 |
| HSL | 80º | 0.22% | 0.81% | - |
| HSV(B) | 80º | 0.1% | 0.85% | - |
| XYZ | 62.01 | 68.02 | 62.68 | - |
| YUV | 213.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 218 | 197 | 0.03 | 0 | 0.10 | 0.15 | 80 | 0.22 | 0.81 |
| Hex | D3 | DA | C5 | 3 | 0 | A | F | 50 | 16 | 51 |
| Octal | 323 | 332 | 305 | 3 | 0 | 12 | 17 | 120 | 26 | 121 |
| Binary | 11010011 | 11011010 | 11000101 | 11 | 0 | 1010 | 1111 | 1010000 | 10110 | 1010001 |
Color Harmonies of #D3DAC5
Complementary color
Monochromatic Colors of #D3DAC5
Black with #D3DAC5
Text Example
Text Example
White with #D3DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DAC5; }
p { color: rgb(211,218,197); }
H1.HeaderClassName
{
color: #D3DAC5;
}
.AnyTagClassName
{
color: #D3DAC5;
}
</style>
background-color css
<style>
a { background-color: #D3DAC5; }
a { background-color: rgb(211,218,197); }
div.DivClassName
{
background-color: #D3DAC5;
}
.BgClassName
{
background-color: #D3DAC5;
}
</style>
border-color css
<style>
span { border-color: #D3DAC5; }
span { border-color: rgb(211,218,197); }
td.TdClassName
{
border-color: #D3DAC5;
}
.TagClassName
{
border-color: #D3DAC5;
}
</style>