Shades of Gin #DAE9BF
Tints of Gin #DAE9BF
RGB
CMYK
RGB Variations
Color information
#DAE9BF (or 0xDAE9BF) is known color: Gin. HEX triplet: DA, E9 and BF. RGB value is (218,233,191). Sum of RGB (Red+Green+Blue) = 218+233+191=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9BF is #251640. Grayscale: #DFDFDF. Windows color (decimal): -2430529 or 12577242. OLE color: 12577242.
HSL color Cylindrical-coordinate representation of color #DAE9BF: hue angle of 81.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE9BF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 191 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.09 |
| HSL | 81.43º | 0.49% | 0.83% | - |
| HSV(B) | 81.43º | 0.18% | 0.91% | - |
| XYZ | 67.46 | 76.94 | 60.59 | - |
| YUV | 223.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 191 | 0.06 | 0 | 0.18 | 0.09 | 81.43 | 0.49 | 0.83 |
| Hex | DA | E9 | BF | 6 | 0 | 12 | 9 | 51 | 31 | 53 |
| Octal | 332 | 351 | 277 | 6 | 0 | 22 | 11 | 121 | 61 | 123 |
| Binary | 11011010 | 11101001 | 10111111 | 110 | 0 | 10010 | 1001 | 1010001 | 110001 | 1010011 |
Color Harmonies of #DAE9BF
Complementary color
Monochromatic Colors of #DAE9BF
Black with #DAE9BF
Text Example
Text Example
White with #DAE9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9BF; }
p { color: rgb(218,233,191); }
H1.HeaderClassName
{
color: #DAE9BF;
}
.AnyTagClassName
{
color: #DAE9BF;
}
</style>
background-color css
<style>
a { background-color: #DAE9BF; }
a { background-color: rgb(218,233,191); }
div.DivClassName
{
background-color: #DAE9BF;
}
.BgClassName
{
background-color: #DAE9BF;
}
</style>
border-color css
<style>
span { border-color: #DAE9BF; }
span { border-color: rgb(218,233,191); }
td.TdClassName
{
border-color: #DAE9BF;
}
.TagClassName
{
border-color: #DAE9BF;
}
</style>