Shades of Gin #DAE7BA
Tints of Gin #DAE7BA
RGB
CMYK
RGB Variations
Color information
#DAE7BA (or 0xDAE7BA) is known color: Gin. HEX triplet: DA, E7 and BA. RGB value is (218,231,186). Sum of RGB (Red+Green+Blue) = 218+231+186=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BA is #251845. Grayscale: #DEDEDE. Windows color (decimal): -2431046 or 12249050. OLE color: 12249050.
HSL color Cylindrical-coordinate representation of color #DAE7BA: hue angle of 77.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE7BA is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 186 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 77.33º | 0.48% | 0.82% | - |
| HSV(B) | 77.33º | 0.19% | 0.91% | - |
| XYZ | 66.35 | 75.6 | 57.55 | - |
| YUV | 221.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 186 | 0.06 | 0 | 0.19 | 0.09 | 77.33 | 0.48 | 0.82 |
| Hex | DA | E7 | BA | 6 | 0 | 13 | 9 | 4D | 30 | 52 |
| Octal | 332 | 347 | 272 | 6 | 0 | 23 | 11 | 115 | 60 | 122 |
| Binary | 11011010 | 11100111 | 10111010 | 110 | 0 | 10011 | 1001 | 1001101 | 110000 | 1010010 |
Color Harmonies of #DAE7BA
Complementary color
Monochromatic Colors of #DAE7BA
Black with #DAE7BA
Text Example
Text Example
White with #DAE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7BA; }
p { color: rgb(218,231,186); }
H1.HeaderClassName
{
color: #DAE7BA;
}
.AnyTagClassName
{
color: #DAE7BA;
}
</style>
background-color css
<style>
a { background-color: #DAE7BA; }
a { background-color: rgb(218,231,186); }
div.DivClassName
{
background-color: #DAE7BA;
}
.BgClassName
{
background-color: #DAE7BA;
}
</style>
border-color css
<style>
span { border-color: #DAE7BA; }
span { border-color: rgb(218,231,186); }
td.TdClassName
{
border-color: #DAE7BA;
}
.TagClassName
{
border-color: #DAE7BA;
}
</style>