Shades of Grey Nurse #D1DBBF
Tints of Grey Nurse #D1DBBF
RGB
CMYK
RGB Variations
Color information
#D1DBBF (or 0xD1DBBF) is known color: Grey Nurse. HEX triplet: D1, DB and BF. RGB value is (209,219,191). Sum of RGB (Red+Green+Blue) = 209+219+191=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBBF is #2E2440. Grayscale: #D4D4D4. Windows color (decimal): -3023937 or 12573649. OLE color: 12573649.
HSL color Cylindrical-coordinate representation of color #D1DBBF: hue angle of 81.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DBBF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 191 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.14 |
| HSL | 81.43º | 0.28% | 0.8% | - |
| HSV(B) | 81.43º | 0.13% | 0.86% | - |
| XYZ | 61.03 | 67.98 | 59.2 | - |
| YUV | 212.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 191 | 0.05 | 0 | 0.13 | 0.14 | 81.43 | 0.28 | 0.8 |
| Hex | D1 | DB | BF | 5 | 0 | D | E | 51 | 1C | 50 |
| Octal | 321 | 333 | 277 | 5 | 0 | 15 | 16 | 121 | 34 | 120 |
| Binary | 11010001 | 11011011 | 10111111 | 101 | 0 | 1101 | 1110 | 1010001 | 11100 | 1010000 |
Color Harmonies of #D1DBBF
Complementary color
Monochromatic Colors of #D1DBBF
Black with #D1DBBF
Text Example
Text Example
White with #D1DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBBF; }
p { color: rgb(209,219,191); }
H1.HeaderClassName
{
color: #D1DBBF;
}
.AnyTagClassName
{
color: #D1DBBF;
}
</style>
background-color css
<style>
a { background-color: #D1DBBF; }
a { background-color: rgb(209,219,191); }
div.DivClassName
{
background-color: #D1DBBF;
}
.BgClassName
{
background-color: #D1DBBF;
}
</style>
border-color css
<style>
span { border-color: #D1DBBF; }
span { border-color: rgb(209,219,191); }
td.TdClassName
{
border-color: #D1DBBF;
}
.TagClassName
{
border-color: #D1DBBF;
}
</style>