Shades of Green White #DBDCC6
Tints of Green White #DBDCC6
RGB
CMYK
RGB Variations
Color information
#DBDCC6 (or 0xDBDCC6) is known color: Green White. HEX triplet: DB, DC and C6. RGB value is (219,220,198). Sum of RGB (Red+Green+Blue) = 219+220+198=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC6 is #242339. Grayscale: #D9D9D9. Windows color (decimal): -2368314 or 13032667. OLE color: 13032667.
HSL color Cylindrical-coordinate representation of color #DBDCC6: hue angle of 62.73º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDCC6 is Cyan = 0.00, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 198 | - |
| CMYK | 0.00 | 0 | 0.1 | 0.14 |
| HSL | 62.73º | 0.24% | 0.82% | - |
| HSV(B) | 62.73º | 0.1% | 0.86% | - |
| XYZ | 65 | 70.32 | 63.57 | - |
| YUV | 217.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 198 | 0.00 | 0 | 0.1 | 0.14 | 62.73 | 0.24 | 0.82 |
| Hex | DB | DC | C6 | 0 | 0 | A | E | 3F | 18 | 52 |
| Octal | 333 | 334 | 306 | 0 | 0 | 12 | 16 | 77 | 30 | 122 |
| Binary | 11011011 | 11011100 | 11000110 | 0 | 0 | 1010 | 1110 | 111111 | 11000 | 1010010 |
Color Harmonies of #DBDCC6
Complementary color
Monochromatic Colors of #DBDCC6
Black with #DBDCC6
Text Example
Text Example
White with #DBDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCC6; }
p { color: rgb(219,220,198); }
H1.HeaderClassName
{
color: #DBDCC6;
}
.AnyTagClassName
{
color: #DBDCC6;
}
</style>
background-color css
<style>
a { background-color: #DBDCC6; }
a { background-color: rgb(219,220,198); }
div.DivClassName
{
background-color: #DBDCC6;
}
.BgClassName
{
background-color: #DBDCC6;
}
</style>
border-color css
<style>
span { border-color: #DBDCC6; }
span { border-color: rgb(219,220,198); }
td.TdClassName
{
border-color: #DBDCC6;
}
.TagClassName
{
border-color: #DBDCC6;
}
</style>