Shades of Gin #DBE5C4
Tints of Gin #DBE5C4
RGB
CMYK
RGB Variations
Color information
#DBE5C4 (or 0xDBE5C4) is known color: Gin. HEX triplet: DB, E5 and C4. RGB value is (219,229,196). Sum of RGB (Red+Green+Blue) = 219+229+196=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5C4 is #241A3B. Grayscale: #DEDEDE. Windows color (decimal): -2366012 or 12903899. OLE color: 12903899.
HSL color Cylindrical-coordinate representation of color #DBE5C4: hue angle of 78.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE5C4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 196 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.10 |
| HSL | 78.18º | 0.39% | 0.83% | - |
| HSV(B) | 78.18º | 0.14% | 0.9% | - |
| XYZ | 67.2 | 75.08 | 63.18 | - |
| YUV | 222.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 196 | 0.04 | 0 | 0.14 | 0.10 | 78.18 | 0.39 | 0.83 |
| Hex | DB | E5 | C4 | 4 | 0 | E | A | 4E | 27 | 53 |
| Octal | 333 | 345 | 304 | 4 | 0 | 16 | 12 | 116 | 47 | 123 |
| Binary | 11011011 | 11100101 | 11000100 | 100 | 0 | 1110 | 1010 | 1001110 | 100111 | 1010011 |
Color Harmonies of #DBE5C4
Complementary color
Monochromatic Colors of #DBE5C4
Black with #DBE5C4
Text Example
Text Example
White with #DBE5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5C4; }
p { color: rgb(219,229,196); }
H1.HeaderClassName
{
color: #DBE5C4;
}
.AnyTagClassName
{
color: #DBE5C4;
}
</style>
background-color css
<style>
a { background-color: #DBE5C4; }
a { background-color: rgb(219,229,196); }
div.DivClassName
{
background-color: #DBE5C4;
}
.BgClassName
{
background-color: #DBE5C4;
}
</style>
border-color css
<style>
span { border-color: #DBE5C4; }
span { border-color: rgb(219,229,196); }
td.TdClassName
{
border-color: #DBE5C4;
}
.TagClassName
{
border-color: #DBE5C4;
}
</style>