Shades of Green White #DBDBC8
Tints of Green White #DBDBC8
RGB
CMYK
RGB Variations
Color information
#DBDBC8 (or 0xDBDBC8) is known color: Green White. HEX triplet: DB, DB and C8. RGB value is (219,219,200). Sum of RGB (Red+Green+Blue) = 219+219+200=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBC8 is #242437. Grayscale: #D8D8D8. Windows color (decimal): -2368568 or 13163483. OLE color: 13163483.
HSL color Cylindrical-coordinate representation of color #DBDBC8: hue angle of 60º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBDBC8 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 200 | - |
CMYK | 0 | 0 | 0.09 | 0.14 |
HSL | 60º | 0.21% | 0.82% | - |
HSV(B) | 60º | 0.09% | 0.86% | - |
XYZ | 64.97 | 69.89 | 64.71 | - |
YUV | 216.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 200 | 0 | 0 | 0.09 | 0.14 | 60 | 0.21 | 0.82 |
Hex | DB | DB | C8 | 0 | 0 | 9 | E | 3C | 15 | 52 |
Octal | 333 | 333 | 310 | 0 | 0 | 11 | 16 | 74 | 25 | 122 |
Binary | 11011011 | 11011011 | 11001000 | 0 | 0 | 1001 | 1110 | 111100 | 10101 | 1010010 |
Color Harmonies of #DBDBC8
Complementary color
Monochromatic Colors of #DBDBC8
Black with #DBDBC8
Text Example
Text Example
White with #DBDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBC8; }
p { color: rgb(219,219,200); }
H1.HeaderClassName
{
color: #DBDBC8;
}
.AnyTagClassName
{
color: #DBDBC8;
}
</style>
background-color css
<style>
a { background-color: #DBDBC8; }
a { background-color: rgb(219,219,200); }
div.DivClassName
{
background-color: #DBDBC8;
}
.BgClassName
{
background-color: #DBDBC8;
}
</style>
border-color css
<style>
span { border-color: #DBDBC8; }
span { border-color: rgb(219,219,200); }
td.TdClassName
{
border-color: #DBDBC8;
}
.TagClassName
{
border-color: #DBDBC8;
}
</style>