Shades of Green White #DBDCC5
Tints of Green White #DBDCC5
RGB
CMYK
RGB Variations
Color information
#DBDCC5 (or 0xDBDCC5) is known color: Green White. HEX triplet: DB, DC and C5. RGB value is (219,220,197). Sum of RGB (Red+Green+Blue) = 219+220+197=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCC5 is #24233A. Grayscale: #D9D9D9. Windows color (decimal): -2368315 or 12967131. OLE color: 12967131.
HSL color Cylindrical-coordinate representation of color #DBDCC5: hue angle of 62.61º degrees, saturation: 0.25, 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 #DBDCC5 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 197 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.14 |
| HSL | 62.61º | 0.25% | 0.82% | - |
| HSV(B) | 62.61º | 0.1% | 0.86% | - |
| XYZ | 64.88 | 70.28 | 62.97 | - |
| YUV | 217.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 197 | 0.00 | 0 | 0.10 | 0.14 | 62.61 | 0.25 | 0.82 |
| Hex | DB | DC | C5 | 0 | 0 | A | E | 3F | 19 | 52 |
| Octal | 333 | 334 | 305 | 0 | 0 | 12 | 16 | 77 | 31 | 122 |
| Binary | 11011011 | 11011100 | 11000101 | 0 | 0 | 1010 | 1110 | 111111 | 11001 | 1010010 |
Color Harmonies of #DBDCC5
Complementary color
Monochromatic Colors of #DBDCC5
Black with #DBDCC5
Text Example
Text Example
White with #DBDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCC5; }
p { color: rgb(219,220,197); }
H1.HeaderClassName
{
color: #DBDCC5;
}
.AnyTagClassName
{
color: #DBDCC5;
}
</style>
background-color css
<style>
a { background-color: #DBDCC5; }
a { background-color: rgb(219,220,197); }
div.DivClassName
{
background-color: #DBDCC5;
}
.BgClassName
{
background-color: #DBDCC5;
}
</style>
border-color css
<style>
span { border-color: #DBDCC5; }
span { border-color: rgb(219,220,197); }
td.TdClassName
{
border-color: #DBDCC5;
}
.TagClassName
{
border-color: #DBDCC5;
}
</style>