Shades of Gin #DBE4C9
Tints of Gin #DBE4C9
RGB
CMYK
RGB Variations
Color information
#DBE4C9 (or 0xDBE4C9) is known color: Gin. HEX triplet: DB, E4 and C9. RGB value is (219,228,201). Sum of RGB (Red+Green+Blue) = 219+228+201=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4C9 is #241B36. Grayscale: #DEDEDE. Windows color (decimal): -2366263 or 13231323. OLE color: 13231323.
HSL color Cylindrical-coordinate representation of color #DBE4C9: hue angle of 80º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE4C9 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 201 | - |
CMYK | 0.04 | 0 | 0.12 | 0.11 |
HSL | 80º | 0.33% | 0.84% | - |
HSV(B) | 80º | 0.12% | 0.89% | - |
XYZ | 67.5 | 74.76 | 66.13 | - |
YUV | 222.23 | 116.02 | 125.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 201 | 0.04 | 0 | 0.12 | 0.11 | 80 | 0.33 | 0.84 |
Hex | DB | E4 | C9 | 4 | 0 | C | B | 50 | 21 | 54 |
Octal | 333 | 344 | 311 | 4 | 0 | 14 | 13 | 120 | 41 | 124 |
Binary | 11011011 | 11100100 | 11001001 | 100 | 0 | 1100 | 1011 | 1010000 | 100001 | 1010100 |
Color Harmonies of #DBE4C9
Complementary color
Monochromatic Colors of #DBE4C9
Black with #DBE4C9
Text Example
Text Example
White with #DBE4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4C9; }
p { color: rgb(219,228,201); }
H1.HeaderClassName
{
color: #DBE4C9;
}
.AnyTagClassName
{
color: #DBE4C9;
}
</style>
background-color css
<style>
a { background-color: #DBE4C9; }
a { background-color: rgb(219,228,201); }
div.DivClassName
{
background-color: #DBE4C9;
}
.BgClassName
{
background-color: #DBE4C9;
}
</style>
border-color css
<style>
span { border-color: #DBE4C9; }
span { border-color: rgb(219,228,201); }
td.TdClassName
{
border-color: #DBE4C9;
}
.TagClassName
{
border-color: #DBE4C9;
}
</style>