Shades of Gin #DBE3CC
Tints of Gin #DBE3CC
RGB
CMYK
RGB Variations
Color information
#DBE3CC (or 0xDBE3CC) is known color: Gin. HEX triplet: DB, E3 and CC. RGB value is (219,227,204). Sum of RGB (Red+Green+Blue) = 219+227+204=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3CC is #241C33. Grayscale: #DEDEDE. Windows color (decimal): -2366516 or 13427675. OLE color: 13427675.
HSL color Cylindrical-coordinate representation of color #DBE3CC: hue angle of 80.87º 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 #DBE3CC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 204 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.11 |
| HSL | 80.87º | 0.29% | 0.85% | - |
| HSV(B) | 80.87º | 0.1% | 0.89% | - |
| XYZ | 67.58 | 74.36 | 67.92 | - |
| YUV | 221.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 204 | 0.04 | 0 | 0.10 | 0.11 | 80.87 | 0.29 | 0.85 |
| Hex | DB | E3 | CC | 4 | 0 | A | B | 51 | 1D | 55 |
| Octal | 333 | 343 | 314 | 4 | 0 | 12 | 13 | 121 | 35 | 125 |
| Binary | 11011011 | 11100011 | 11001100 | 100 | 0 | 1010 | 1011 | 1010001 | 11101 | 1010101 |
Color Harmonies of #DBE3CC
Complementary color
Monochromatic Colors of #DBE3CC
Black with #DBE3CC
Text Example
Text Example
White with #DBE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3CC; }
p { color: rgb(219,227,204); }
H1.HeaderClassName
{
color: #DBE3CC;
}
.AnyTagClassName
{
color: #DBE3CC;
}
</style>
background-color css
<style>
a { background-color: #DBE3CC; }
a { background-color: rgb(219,227,204); }
div.DivClassName
{
background-color: #DBE3CC;
}
.BgClassName
{
background-color: #DBE3CC;
}
</style>
border-color css
<style>
span { border-color: #DBE3CC; }
span { border-color: rgb(219,227,204); }
td.TdClassName
{
border-color: #DBE3CC;
}
.TagClassName
{
border-color: #DBE3CC;
}
</style>