Shades of Gin #DBE5CA
Tints of Gin #DBE5CA
RGB
CMYK
RGB Variations
Color information
#DBE5CA (or 0xDBE5CA) is known color: Gin. HEX triplet: DB, E5 and CA. RGB value is (219,229,202). Sum of RGB (Red+Green+Blue) = 219+229+202=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5CA is #241A35. Grayscale: #DFDFDF. Windows color (decimal): -2366006 or 13297115. OLE color: 13297115.
HSL color Cylindrical-coordinate representation of color #DBE5CA: hue angle of 82.22º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE5CA is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 202 | - |
CMYK | 0.04 | 0 | 0.12 | 0.10 |
HSL | 82.22º | 0.34% | 0.85% | - |
HSV(B) | 82.22º | 0.12% | 0.9% | - |
XYZ | 67.89 | 75.36 | 66.85 | - |
YUV | 222.93 | 116.19 | 125.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 202 | 0.04 | 0 | 0.12 | 0.10 | 82.22 | 0.34 | 0.85 |
Hex | DB | E5 | CA | 4 | 0 | C | A | 52 | 22 | 55 |
Octal | 333 | 345 | 312 | 4 | 0 | 14 | 12 | 122 | 42 | 125 |
Binary | 11011011 | 11100101 | 11001010 | 100 | 0 | 1100 | 1010 | 1010010 | 100010 | 1010101 |
Color Harmonies of #DBE5CA
Complementary color
Monochromatic Colors of #DBE5CA
Black with #DBE5CA
Text Example
Text Example
White with #DBE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5CA; }
p { color: rgb(219,229,202); }
H1.HeaderClassName
{
color: #DBE5CA;
}
.AnyTagClassName
{
color: #DBE5CA;
}
</style>
background-color css
<style>
a { background-color: #DBE5CA; }
a { background-color: rgb(219,229,202); }
div.DivClassName
{
background-color: #DBE5CA;
}
.BgClassName
{
background-color: #DBE5CA;
}
</style>
border-color css
<style>
span { border-color: #DBE5CA; }
span { border-color: rgb(219,229,202); }
td.TdClassName
{
border-color: #DBE5CA;
}
.TagClassName
{
border-color: #DBE5CA;
}
</style>