Shades of Green White #DBDCC7
Tints of Green White #DBDCC7
RGB
CMYK
RGB Variations
Color information
#DBDCC7 (or 0xDBDCC7) is known color: Green White. HEX triplet: DB, DC and C7. RGB value is (219,220,199). Sum of RGB (Red+Green+Blue) = 219+220+199=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC7 is #242338. Grayscale: #D9D9D9. Windows color (decimal): -2368313 or 13098203. OLE color: 13098203.
HSL color Cylindrical-coordinate representation of color #DBDCC7: hue angle of 62.86º degrees, saturation: 0.23, 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 #DBDCC7 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 199 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.14 |
| HSL | 62.86º | 0.23% | 0.82% | - |
| HSV(B) | 62.86º | 0.1% | 0.86% | - |
| XYZ | 65.12 | 70.37 | 64.18 | - |
| YUV | 217.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 199 | 0.00 | 0 | 0.10 | 0.14 | 62.86 | 0.23 | 0.82 |
| Hex | DB | DC | C7 | 0 | 0 | A | E | 3F | 17 | 52 |
| Octal | 333 | 334 | 307 | 0 | 0 | 12 | 16 | 77 | 27 | 122 |
| Binary | 11011011 | 11011100 | 11000111 | 0 | 0 | 1010 | 1110 | 111111 | 10111 | 1010010 |
Color Harmonies of #DBDCC7
Complementary color
Monochromatic Colors of #DBDCC7
Black with #DBDCC7
Text Example
Text Example
White with #DBDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCC7; }
p { color: rgb(219,220,199); }
H1.HeaderClassName
{
color: #DBDCC7;
}
.AnyTagClassName
{
color: #DBDCC7;
}
</style>
background-color css
<style>
a { background-color: #DBDCC7; }
a { background-color: rgb(219,220,199); }
div.DivClassName
{
background-color: #DBDCC7;
}
.BgClassName
{
background-color: #DBDCC7;
}
</style>
border-color css
<style>
span { border-color: #DBDCC7; }
span { border-color: rgb(219,220,199); }
td.TdClassName
{
border-color: #DBDCC7;
}
.TagClassName
{
border-color: #DBDCC7;
}
</style>