Shades of Gin #DAE7BF
Tints of Gin #DAE7BF
RGB
CMYK
RGB Variations
Color information
#DAE7BF (or 0xDAE7BF) is known color: Gin. HEX triplet: DA, E7 and BF. RGB value is (218,231,191). Sum of RGB (Red+Green+Blue) = 218+231+191=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7BF is #251840. Grayscale: #DEDEDE. Windows color (decimal): -2431041 or 12576730. OLE color: 12576730.
HSL color Cylindrical-coordinate representation of color #DAE7BF: hue angle of 79.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE7BF is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 191 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.09 |
| HSL | 79.5º | 0.45% | 0.83% | - |
| HSV(B) | 79.5º | 0.17% | 0.91% | - |
| XYZ | 66.89 | 75.82 | 60.4 | - |
| YUV | 222.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 191 | 0.06 | 0 | 0.17 | 0.09 | 79.5 | 0.45 | 0.83 |
| Hex | DA | E7 | BF | 6 | 0 | 11 | 9 | 50 | 2D | 53 |
| Octal | 332 | 347 | 277 | 6 | 0 | 21 | 11 | 120 | 55 | 123 |
| Binary | 11011010 | 11100111 | 10111111 | 110 | 0 | 10001 | 1001 | 1010000 | 101101 | 1010011 |
Color Harmonies of #DAE7BF
Complementary color
Monochromatic Colors of #DAE7BF
Black with #DAE7BF
Text Example
Text Example
White with #DAE7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7BF; }
p { color: rgb(218,231,191); }
H1.HeaderClassName
{
color: #DAE7BF;
}
.AnyTagClassName
{
color: #DAE7BF;
}
</style>
background-color css
<style>
a { background-color: #DAE7BF; }
a { background-color: rgb(218,231,191); }
div.DivClassName
{
background-color: #DAE7BF;
}
.BgClassName
{
background-color: #DAE7BF;
}
</style>
border-color css
<style>
span { border-color: #DAE7BF; }
span { border-color: rgb(218,231,191); }
td.TdClassName
{
border-color: #DAE7BF;
}
.TagClassName
{
border-color: #DAE7BF;
}
</style>