Shades of Green White #DBDBCE
Tints of Green White #DBDBCE
RGB
CMYK
RGB Variations
Color information
#DBDBCE (or 0xDBDBCE) is known color: Green White. HEX triplet: DB, DB and CE. RGB value is (219,219,206). Sum of RGB (Red+Green+Blue) = 219+219+206=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBCE is #242431. Grayscale: #D9D9D9. Windows color (decimal): -2368562 or 13556699. OLE color: 13556699.
HSL color Cylindrical-coordinate representation of color #DBDBCE: hue angle of 60º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBDBCE is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 206 | - |
| CMYK | 0 | 0 | 0.06 | 0.14 |
| HSL | 60º | 0.15% | 0.83% | - |
| HSV(B) | 60º | 0.06% | 0.86% | - |
| XYZ | 65.69 | 70.18 | 68.48 | - |
| YUV | 217.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 206 | 0 | 0 | 0.06 | 0.14 | 60 | 0.15 | 0.83 |
| Hex | DB | DB | CE | 0 | 0 | 6 | E | 3C | F | 53 |
| Octal | 333 | 333 | 316 | 0 | 0 | 6 | 16 | 74 | 17 | 123 |
| Binary | 11011011 | 11011011 | 11001110 | 0 | 0 | 110 | 1110 | 111100 | 1111 | 1010011 |
Color Harmonies of #DBDBCE
Complementary color
Monochromatic Colors of #DBDBCE
Black with #DBDBCE
Text Example
Text Example
White with #DBDBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBCE; }
p { color: rgb(219,219,206); }
H1.HeaderClassName
{
color: #DBDBCE;
}
.AnyTagClassName
{
color: #DBDBCE;
}
</style>
background-color css
<style>
a { background-color: #DBDBCE; }
a { background-color: rgb(219,219,206); }
div.DivClassName
{
background-color: #DBDBCE;
}
.BgClassName
{
background-color: #DBDBCE;
}
</style>
border-color css
<style>
span { border-color: #DBDBCE; }
span { border-color: rgb(219,219,206); }
td.TdClassName
{
border-color: #DBDBCE;
}
.TagClassName
{
border-color: #DBDBCE;
}
</style>