Shades of Grey Nurse #D0D8BF
Tints of Grey Nurse #D0D8BF
RGB
CMYK
RGB Variations
Color information
#D0D8BF (or 0xD0D8BF) is known color: Grey Nurse. HEX triplet: D0, D8 and BF. RGB value is (208,216,191). Sum of RGB (Red+Green+Blue) = 208+216+191=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8BF is #2F2740. Grayscale: #D2D2D2. Windows color (decimal): -3090241 or 12572880. OLE color: 12572880.
HSL color Cylindrical-coordinate representation of color #D0D8BF: hue angle of 79.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D8BF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 191 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.15 |
| HSL | 79.2º | 0.24% | 0.8% | - |
| HSV(B) | 79.2º | 0.12% | 0.85% | - |
| XYZ | 59.97 | 66.28 | 58.92 | - |
| YUV | 210.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 191 | 0.04 | 0 | 0.12 | 0.15 | 79.2 | 0.24 | 0.8 |
| Hex | D0 | D8 | BF | 4 | 0 | C | F | 4F | 18 | 50 |
| Octal | 320 | 330 | 277 | 4 | 0 | 14 | 17 | 117 | 30 | 120 |
| Binary | 11010000 | 11011000 | 10111111 | 100 | 0 | 1100 | 1111 | 1001111 | 11000 | 1010000 |
Color Harmonies of #D0D8BF
Complementary color
Monochromatic Colors of #D0D8BF
Black with #D0D8BF
Text Example
Text Example
White with #D0D8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8BF; }
p { color: rgb(208,216,191); }
H1.HeaderClassName
{
color: #D0D8BF;
}
.AnyTagClassName
{
color: #D0D8BF;
}
</style>
background-color css
<style>
a { background-color: #D0D8BF; }
a { background-color: rgb(208,216,191); }
div.DivClassName
{
background-color: #D0D8BF;
}
.BgClassName
{
background-color: #D0D8BF;
}
</style>
border-color css
<style>
span { border-color: #D0D8BF; }
span { border-color: rgb(208,216,191); }
td.TdClassName
{
border-color: #D0D8BF;
}
.TagClassName
{
border-color: #D0D8BF;
}
</style>