Shades of Gin #DAE6BF
Tints of Gin #DAE6BF
RGB
CMYK
RGB Variations
Color information
#DAE6BF (or 0xDAE6BF) is known color: Gin. HEX triplet: DA, E6 and BF. RGB value is (218,230,191). Sum of RGB (Red+Green+Blue) = 218+230+191=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6BF is #251940. Grayscale: #DEDEDE. Windows color (decimal): -2431297 or 12576474. OLE color: 12576474.
HSL color Cylindrical-coordinate representation of color #DAE6BF: hue angle of 78.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE6BF is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 191 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.10 |
| HSL | 78.46º | 0.44% | 0.83% | - |
| HSV(B) | 78.46º | 0.17% | 0.9% | - |
| XYZ | 66.61 | 75.26 | 60.31 | - |
| YUV | 221.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 191 | 0.05 | 0 | 0.17 | 0.10 | 78.46 | 0.44 | 0.83 |
| Hex | DA | E6 | BF | 5 | 0 | 11 | A | 4E | 2C | 53 |
| Octal | 332 | 346 | 277 | 5 | 0 | 21 | 12 | 116 | 54 | 123 |
| Binary | 11011010 | 11100110 | 10111111 | 101 | 0 | 10001 | 1010 | 1001110 | 101100 | 1010011 |
Color Harmonies of #DAE6BF
Complementary color
Monochromatic Colors of #DAE6BF
Black with #DAE6BF
Text Example
Text Example
White with #DAE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6BF; }
p { color: rgb(218,230,191); }
H1.HeaderClassName
{
color: #DAE6BF;
}
.AnyTagClassName
{
color: #DAE6BF;
}
</style>
background-color css
<style>
a { background-color: #DAE6BF; }
a { background-color: rgb(218,230,191); }
div.DivClassName
{
background-color: #DAE6BF;
}
.BgClassName
{
background-color: #DAE6BF;
}
</style>
border-color css
<style>
span { border-color: #DAE6BF; }
span { border-color: rgb(218,230,191); }
td.TdClassName
{
border-color: #DAE6BF;
}
.TagClassName
{
border-color: #DAE6BF;
}
</style>