Shades of Grey Nurse #D0DABD
Tints of Grey Nurse #D0DABD
RGB
CMYK
RGB Variations
Color information
#D0DABD (or 0xD0DABD) is known color: Grey Nurse. HEX triplet: D0, DA and BD. RGB value is (208,218,189). Sum of RGB (Red+Green+Blue) = 208+218+189=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DABD is #2F2542. Grayscale: #D3D3D3. Windows color (decimal): -3089731 or 12442320. OLE color: 12442320.
HSL color Cylindrical-coordinate representation of color #D0DABD: hue angle of 80.69º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0DABD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 189 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.15 |
| HSL | 80.69º | 0.28% | 0.8% | - |
| HSV(B) | 80.69º | 0.13% | 0.85% | - |
| XYZ | 60.27 | 67.23 | 57.94 | - |
| YUV | 211.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 189 | 0.05 | 0 | 0.13 | 0.15 | 80.69 | 0.28 | 0.8 |
| Hex | D0 | DA | BD | 5 | 0 | D | F | 51 | 1C | 50 |
| Octal | 320 | 332 | 275 | 5 | 0 | 15 | 17 | 121 | 34 | 120 |
| Binary | 11010000 | 11011010 | 10111101 | 101 | 0 | 1101 | 1111 | 1010001 | 11100 | 1010000 |
Color Harmonies of #D0DABD
Complementary color
Monochromatic Colors of #D0DABD
Black with #D0DABD
Text Example
Text Example
White with #D0DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DABD; }
p { color: rgb(208,218,189); }
H1.HeaderClassName
{
color: #D0DABD;
}
.AnyTagClassName
{
color: #D0DABD;
}
</style>
background-color css
<style>
a { background-color: #D0DABD; }
a { background-color: rgb(208,218,189); }
div.DivClassName
{
background-color: #D0DABD;
}
.BgClassName
{
background-color: #D0DABD;
}
</style>
border-color css
<style>
span { border-color: #D0DABD; }
span { border-color: rgb(208,218,189); }
td.TdClassName
{
border-color: #D0DABD;
}
.TagClassName
{
border-color: #D0DABD;
}
</style>