Shades of Gin #DBE4CE
Tints of Gin #DBE4CE
RGB
CMYK
RGB Variations
Color information
#DBE4CE (or 0xDBE4CE) is known color: Gin. HEX triplet: DB, E4 and CE. RGB value is (219,228,206). Sum of RGB (Red+Green+Blue) = 219+228+206=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4CE is #241B31. Grayscale: #DEDEDE. Windows color (decimal): -2366258 or 13559003. OLE color: 13559003.
HSL color Cylindrical-coordinate representation of color #DBE4CE: hue angle of 84.55º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE4CE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 206 | - |
CMYK | 0.04 | 0 | 0.10 | 0.11 |
HSL | 84.55º | 0.29% | 0.85% | - |
HSV(B) | 84.55º | 0.1% | 0.89% | - |
XYZ | 68.1 | 75 | 69.28 | - |
YUV | 222.8 | 118.52 | 125.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 206 | 0.04 | 0 | 0.10 | 0.11 | 84.55 | 0.29 | 0.85 |
Hex | DB | E4 | CE | 4 | 0 | A | B | 55 | 1D | 55 |
Octal | 333 | 344 | 316 | 4 | 0 | 12 | 13 | 125 | 35 | 125 |
Binary | 11011011 | 11100100 | 11001110 | 100 | 0 | 1010 | 1011 | 1010101 | 11101 | 1010101 |
Color Harmonies of #DBE4CE
Complementary color
Monochromatic Colors of #DBE4CE
Black with #DBE4CE
Text Example
Text Example
White with #DBE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4CE; }
p { color: rgb(219,228,206); }
H1.HeaderClassName
{
color: #DBE4CE;
}
.AnyTagClassName
{
color: #DBE4CE;
}
</style>
background-color css
<style>
a { background-color: #DBE4CE; }
a { background-color: rgb(219,228,206); }
div.DivClassName
{
background-color: #DBE4CE;
}
.BgClassName
{
background-color: #DBE4CE;
}
</style>
border-color css
<style>
span { border-color: #DBE4CE; }
span { border-color: rgb(219,228,206); }
td.TdClassName
{
border-color: #DBE4CE;
}
.TagClassName
{
border-color: #DBE4CE;
}
</style>