Shades of Gin #DBE6C3
Tints of Gin #DBE6C3
RGB
CMYK
RGB Variations
Color information
#DBE6C3 (or 0xDBE6C3) is known color: Gin. HEX triplet: DB, E6 and C3. RGB value is (219,230,195). Sum of RGB (Red+Green+Blue) = 219+230+195=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6C3 is #24193C. Grayscale: #DEDEDE. Windows color (decimal): -2365757 or 12838619. OLE color: 12838619.
HSL color Cylindrical-coordinate representation of color #DBE6C3: hue angle of 78.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBE6C3 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 195 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.10 |
| HSL | 78.86º | 0.41% | 0.83% | - |
| HSV(B) | 78.86º | 0.15% | 0.9% | - |
| XYZ | 67.36 | 75.59 | 62.67 | - |
| YUV | 222.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 195 | 0.05 | 0 | 0.15 | 0.10 | 78.86 | 0.41 | 0.83 |
| Hex | DB | E6 | C3 | 5 | 0 | F | A | 4F | 29 | 53 |
| Octal | 333 | 346 | 303 | 5 | 0 | 17 | 12 | 117 | 51 | 123 |
| Binary | 11011011 | 11100110 | 11000011 | 101 | 0 | 1111 | 1010 | 1001111 | 101001 | 1010011 |
Color Harmonies of #DBE6C3
Complementary color
Monochromatic Colors of #DBE6C3
Black with #DBE6C3
Text Example
Text Example
White with #DBE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE6C3; }
p { color: rgb(219,230,195); }
H1.HeaderClassName
{
color: #DBE6C3;
}
.AnyTagClassName
{
color: #DBE6C3;
}
</style>
background-color css
<style>
a { background-color: #DBE6C3; }
a { background-color: rgb(219,230,195); }
div.DivClassName
{
background-color: #DBE6C3;
}
.BgClassName
{
background-color: #DBE6C3;
}
</style>
border-color css
<style>
span { border-color: #DBE6C3; }
span { border-color: rgb(219,230,195); }
td.TdClassName
{
border-color: #DBE6C3;
}
.TagClassName
{
border-color: #DBE6C3;
}
</style>