Shades of Grey Nurse #D3DBC0
Tints of Grey Nurse #D3DBC0
RGB
CMYK
RGB Variations
Color information
#D3DBC0 (or 0xD3DBC0) is known color: Grey Nurse. HEX triplet: D3, DB and C0. RGB value is (211,219,192). Sum of RGB (Red+Green+Blue) = 211+219+192=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBC0 is #2C243F. Grayscale: #D5D5D5. Windows color (decimal): -2892864 or 12639187. OLE color: 12639187.
HSL color Cylindrical-coordinate representation of color #D3DBC0: hue angle of 77.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3DBC0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 192 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.14 |
| HSL | 77.78º | 0.27% | 0.81% | - |
| HSV(B) | 77.78º | 0.12% | 0.86% | - |
| XYZ | 61.71 | 68.32 | 59.8 | - |
| YUV | 213.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 192 | 0.04 | 0 | 0.12 | 0.14 | 77.78 | 0.27 | 0.81 |
| Hex | D3 | DB | C0 | 4 | 0 | C | E | 4E | 1B | 51 |
| Octal | 323 | 333 | 300 | 4 | 0 | 14 | 16 | 116 | 33 | 121 |
| Binary | 11010011 | 11011011 | 11000000 | 100 | 0 | 1100 | 1110 | 1001110 | 11011 | 1010001 |
Color Harmonies of #D3DBC0
Complementary color
Monochromatic Colors of #D3DBC0
Black with #D3DBC0
Text Example
Text Example
White with #D3DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBC0; }
p { color: rgb(211,219,192); }
H1.HeaderClassName
{
color: #D3DBC0;
}
.AnyTagClassName
{
color: #D3DBC0;
}
</style>
background-color css
<style>
a { background-color: #D3DBC0; }
a { background-color: rgb(211,219,192); }
div.DivClassName
{
background-color: #D3DBC0;
}
.BgClassName
{
background-color: #D3DBC0;
}
</style>
border-color css
<style>
span { border-color: #D3DBC0; }
span { border-color: rgb(211,219,192); }
td.TdClassName
{
border-color: #D3DBC0;
}
.TagClassName
{
border-color: #D3DBC0;
}
</style>