Shades of Gin #DAEABF
Tints of Gin #DAEABF
RGB
CMYK
RGB Variations
Color information
#DAEABF (or 0xDAEABF) is known color: Gin. HEX triplet: DA, EA and BF. RGB value is (218,234,191). Sum of RGB (Red+Green+Blue) = 218+234+191=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABF is #251540. Grayscale: #E0E0E0. Windows color (decimal): -2430273 or 12577498. OLE color: 12577498.
HSL color Cylindrical-coordinate representation of color #DAEABF: hue angle of 82.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEABF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 191 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.08 |
| HSL | 82.33º | 0.51% | 0.83% | - |
| HSV(B) | 82.33º | 0.18% | 0.92% | - |
| XYZ | 67.74 | 77.51 | 60.68 | - |
| YUV | 224.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 191 | 0.07 | 0 | 0.18 | 0.08 | 82.33 | 0.51 | 0.83 |
| Hex | DA | EA | BF | 7 | 0 | 12 | 8 | 52 | 33 | 53 |
| Octal | 332 | 352 | 277 | 7 | 0 | 22 | 10 | 122 | 63 | 123 |
| Binary | 11011010 | 11101010 | 10111111 | 111 | 0 | 10010 | 1000 | 1010010 | 110011 | 1010011 |
Color Harmonies of #DAEABF
Complementary color
Monochromatic Colors of #DAEABF
Black with #DAEABF
Text Example
Text Example
White with #DAEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEABF; }
p { color: rgb(218,234,191); }
H1.HeaderClassName
{
color: #DAEABF;
}
.AnyTagClassName
{
color: #DAEABF;
}
</style>
background-color css
<style>
a { background-color: #DAEABF; }
a { background-color: rgb(218,234,191); }
div.DivClassName
{
background-color: #DAEABF;
}
.BgClassName
{
background-color: #DAEABF;
}
</style>
border-color css
<style>
span { border-color: #DAEABF; }
span { border-color: rgb(218,234,191); }
td.TdClassName
{
border-color: #DAEABF;
}
.TagClassName
{
border-color: #DAEABF;
}
</style>