Shades of Gin #DBE4CD
Tints of Gin #DBE4CD
RGB
CMYK
RGB Variations
Color information
#DBE4CD (or 0xDBE4CD) is known color: Gin. HEX triplet: DB, E4 and CD. RGB value is (219,228,205). Sum of RGB (Red+Green+Blue) = 219+228+205=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4CD is #241B32. Grayscale: #DEDEDE. Windows color (decimal): -2366259 or 13493467. OLE color: 13493467.
HSL color Cylindrical-coordinate representation of color #DBE4CD: hue angle of 83.48º degrees, saturation: 0.3, 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 #DBE4CD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 205 | - |
CMYK | 0.04 | 0 | 0.10 | 0.11 |
HSL | 83.48º | 0.3% | 0.85% | - |
HSV(B) | 83.48º | 0.1% | 0.89% | - |
XYZ | 67.98 | 74.95 | 68.64 | - |
YUV | 222.69 | 118.02 | 125.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 205 | 0.04 | 0 | 0.10 | 0.11 | 83.48 | 0.3 | 0.85 |
Hex | DB | E4 | CD | 4 | 0 | A | B | 53 | 1E | 55 |
Octal | 333 | 344 | 315 | 4 | 0 | 12 | 13 | 123 | 36 | 125 |
Binary | 11011011 | 11100100 | 11001101 | 100 | 0 | 1010 | 1011 | 1010011 | 11110 | 1010101 |
Color Harmonies of #DBE4CD
Complementary color
Monochromatic Colors of #DBE4CD
Black with #DBE4CD
Text Example
Text Example
White with #DBE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE4CD; }
p { color: rgb(219,228,205); }
H1.HeaderClassName
{
color: #DBE4CD;
}
.AnyTagClassName
{
color: #DBE4CD;
}
</style>
background-color css
<style>
a { background-color: #DBE4CD; }
a { background-color: rgb(219,228,205); }
div.DivClassName
{
background-color: #DBE4CD;
}
.BgClassName
{
background-color: #DBE4CD;
}
</style>
border-color css
<style>
span { border-color: #DBE4CD; }
span { border-color: rgb(219,228,205); }
td.TdClassName
{
border-color: #DBE4CD;
}
.TagClassName
{
border-color: #DBE4CD;
}
</style>