Shades of Gin #DBE5C3
Tints of Gin #DBE5C3
RGB
CMYK
RGB Variations
Color information
#DBE5C3 (or 0xDBE5C3) is known color: Gin. HEX triplet: DB, E5 and C3. RGB value is (219,229,195). Sum of RGB (Red+Green+Blue) = 219+229+195=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5C3 is #241A3C. Grayscale: #DEDEDE. Windows color (decimal): -2366013 or 12838363. OLE color: 12838363.
HSL color Cylindrical-coordinate representation of color #DBE5C3: hue angle of 77.65º degrees, saturation: 0.4, 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 #DBE5C3 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 229 | 195 | - |
CMYK | 0.04 | 0 | 0.15 | 0.10 |
HSL | 77.65º | 0.4% | 0.83% | - |
HSV(B) | 77.65º | 0.15% | 0.9% | - |
XYZ | 67.08 | 75.04 | 62.58 | - |
YUV | 222.13 | 112.69 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 229 | 195 | 0.04 | 0 | 0.15 | 0.10 | 77.65 | 0.4 | 0.83 |
Hex | DB | E5 | C3 | 4 | 0 | F | A | 4E | 28 | 53 |
Octal | 333 | 345 | 303 | 4 | 0 | 17 | 12 | 116 | 50 | 123 |
Binary | 11011011 | 11100101 | 11000011 | 100 | 0 | 1111 | 1010 | 1001110 | 101000 | 1010011 |
Color Harmonies of #DBE5C3
Complementary color
Monochromatic Colors of #DBE5C3
Black with #DBE5C3
Text Example
Text Example
White with #DBE5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5C3; }
p { color: rgb(219,229,195); }
H1.HeaderClassName
{
color: #DBE5C3;
}
.AnyTagClassName
{
color: #DBE5C3;
}
</style>
background-color css
<style>
a { background-color: #DBE5C3; }
a { background-color: rgb(219,229,195); }
div.DivClassName
{
background-color: #DBE5C3;
}
.BgClassName
{
background-color: #DBE5C3;
}
</style>
border-color css
<style>
span { border-color: #DBE5C3; }
span { border-color: rgb(219,229,195); }
td.TdClassName
{
border-color: #DBE5C3;
}
.TagClassName
{
border-color: #DBE5C3;
}
</style>