Shades of Grey Nurse #D1DBBD
Tints of Grey Nurse #D1DBBD
RGB
CMYK
RGB Variations
Color information
#D1DBBD (or 0xD1DBBD) is known color: Grey Nurse. HEX triplet: D1, DB and BD. RGB value is (209,219,189). Sum of RGB (Red+Green+Blue) = 209+219+189=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBBD is #2E2442. Grayscale: #D4D4D4. Windows color (decimal): -3023939 or 12442577. OLE color: 12442577.
HSL color Cylindrical-coordinate representation of color #D1DBBD: hue angle of 80º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DBBD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 219 | 189 | - |
CMYK | 0.05 | 0 | 0.14 | 0.14 |
HSL | 80º | 0.29% | 0.8% | - |
HSV(B) | 80º | 0.14% | 0.86% | - |
XYZ | 60.81 | 67.89 | 58.04 | - |
YUV | 212.59 | 114.69 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 219 | 189 | 0.05 | 0 | 0.14 | 0.14 | 80 | 0.29 | 0.8 |
Hex | D1 | DB | BD | 5 | 0 | E | E | 50 | 1D | 50 |
Octal | 321 | 333 | 275 | 5 | 0 | 16 | 16 | 120 | 35 | 120 |
Binary | 11010001 | 11011011 | 10111101 | 101 | 0 | 1110 | 1110 | 1010000 | 11101 | 1010000 |
Color Harmonies of #D1DBBD
Complementary color
Monochromatic Colors of #D1DBBD
Black with #D1DBBD
Text Example
Text Example
White with #D1DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBBD; }
p { color: rgb(209,219,189); }
H1.HeaderClassName
{
color: #D1DBBD;
}
.AnyTagClassName
{
color: #D1DBBD;
}
</style>
background-color css
<style>
a { background-color: #D1DBBD; }
a { background-color: rgb(209,219,189); }
div.DivClassName
{
background-color: #D1DBBD;
}
.BgClassName
{
background-color: #D1DBBD;
}
</style>
border-color css
<style>
span { border-color: #D1DBBD; }
span { border-color: rgb(209,219,189); }
td.TdClassName
{
border-color: #D1DBBD;
}
.TagClassName
{
border-color: #D1DBBD;
}
</style>