Shades of Grey Nurse #D2DBBE
Tints of Grey Nurse #D2DBBE
RGB
CMYK
RGB Variations
Color information
#D2DBBE (or 0xD2DBBE) is known color: Grey Nurse. HEX triplet: D2, DB and BE. RGB value is (210,219,190). Sum of RGB (Red+Green+Blue) = 210+219+190=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBE is #2D2441. Grayscale: #D5D5D5. Windows color (decimal): -2958402 or 12508114. OLE color: 12508114.
HSL color Cylindrical-coordinate representation of color #D2DBBE: hue angle of 78.62º degrees, saturation: 0.29, 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 #D2DBBE is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 219 | 190 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.14 |
| HSL | 78.62º | 0.29% | 0.8% | - |
| HSV(B) | 78.62º | 0.13% | 0.86% | - |
| XYZ | 61.2 | 68.08 | 58.63 | - |
| YUV | 213 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 190 | 0.04 | 0 | 0.13 | 0.14 | 78.62 | 0.29 | 0.8 |
| Hex | D2 | DB | BE | 4 | 0 | D | E | 4F | 1D | 50 |
| Octal | 322 | 333 | 276 | 4 | 0 | 15 | 16 | 117 | 35 | 120 |
| Binary | 11010010 | 11011011 | 10111110 | 100 | 0 | 1101 | 1110 | 1001111 | 11101 | 1010000 |
Color Harmonies of #D2DBBE
Complementary color
Monochromatic Colors of #D2DBBE
Black with #D2DBBE
Text Example
Text Example
White with #D2DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBBE; }
p { color: rgb(210,219,190); }
H1.HeaderClassName
{
color: #D2DBBE;
}
.AnyTagClassName
{
color: #D2DBBE;
}
</style>
background-color css
<style>
a { background-color: #D2DBBE; }
a { background-color: rgb(210,219,190); }
div.DivClassName
{
background-color: #D2DBBE;
}
.BgClassName
{
background-color: #D2DBBE;
}
</style>
border-color css
<style>
span { border-color: #D2DBBE; }
span { border-color: rgb(210,219,190); }
td.TdClassName
{
border-color: #D2DBBE;
}
.TagClassName
{
border-color: #D2DBBE;
}
</style>