Shades of Gin #DAEABD
Tints of Gin #DAEABD
RGB
CMYK
RGB Variations
Color information
#DAEABD (or 0xDAEABD) is known color: Gin. HEX triplet: DA, EA and BD. RGB value is (218,234,189). Sum of RGB (Red+Green+Blue) = 218+234+189=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEABD is #251542. Grayscale: #E0E0E0. Windows color (decimal): -2430275 or 12446426. OLE color: 12446426.
HSL color Cylindrical-coordinate representation of color #DAEABD: hue angle of 81.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAEABD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 189 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.08 |
| HSL | 81.33º | 0.52% | 0.83% | - |
| HSV(B) | 81.33º | 0.19% | 0.92% | - |
| XYZ | 67.52 | 77.43 | 59.53 | - |
| YUV | 224.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 189 | 0.07 | 0 | 0.19 | 0.08 | 81.33 | 0.52 | 0.83 |
| Hex | DA | EA | BD | 7 | 0 | 13 | 8 | 51 | 34 | 53 |
| Octal | 332 | 352 | 275 | 7 | 0 | 23 | 10 | 121 | 64 | 123 |
| Binary | 11011010 | 11101010 | 10111101 | 111 | 0 | 10011 | 1000 | 1010001 | 110100 | 1010011 |
Color Harmonies of #DAEABD
Complementary color
Monochromatic Colors of #DAEABD
Black with #DAEABD
Text Example
Text Example
White with #DAEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEABD; }
p { color: rgb(218,234,189); }
H1.HeaderClassName
{
color: #DAEABD;
}
.AnyTagClassName
{
color: #DAEABD;
}
</style>
background-color css
<style>
a { background-color: #DAEABD; }
a { background-color: rgb(218,234,189); }
div.DivClassName
{
background-color: #DAEABD;
}
.BgClassName
{
background-color: #DAEABD;
}
</style>
border-color css
<style>
span { border-color: #DAEABD; }
span { border-color: rgb(218,234,189); }
td.TdClassName
{
border-color: #DAEABD;
}
.TagClassName
{
border-color: #DAEABD;
}
</style>