Shades of Gin #DAEAB8
Tints of Gin #DAEAB8
RGB
CMYK
RGB Variations
Color information
#DAEAB8 (or 0xDAEAB8) is known color: Gin. HEX triplet: DA, EA and B8. RGB value is (218,234,184). Sum of RGB (Red+Green+Blue) = 218+234+184=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAB8 is #251547. Grayscale: #DFDFDF. Windows color (decimal): -2430280 or 12118746. OLE color: 12118746.
HSL color Cylindrical-coordinate representation of color #DAEAB8: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAEAB8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 184 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.08 |
| HSL | 79.2º | 0.54% | 0.82% | - |
| HSV(B) | 79.2º | 0.21% | 0.92% | - |
| XYZ | 66.99 | 77.21 | 56.72 | - |
| YUV | 223.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 184 | 0.07 | 0 | 0.21 | 0.08 | 79.2 | 0.54 | 0.82 |
| Hex | DA | EA | B8 | 7 | 0 | 15 | 8 | 4F | 36 | 52 |
| Octal | 332 | 352 | 270 | 7 | 0 | 25 | 10 | 117 | 66 | 122 |
| Binary | 11011010 | 11101010 | 10111000 | 111 | 0 | 10101 | 1000 | 1001111 | 110110 | 1010010 |
Color Harmonies of #DAEAB8
Complementary color
Monochromatic Colors of #DAEAB8
Black with #DAEAB8
Text Example
Text Example
White with #DAEAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAB8; }
p { color: rgb(218,234,184); }
H1.HeaderClassName
{
color: #DAEAB8;
}
.AnyTagClassName
{
color: #DAEAB8;
}
</style>
background-color css
<style>
a { background-color: #DAEAB8; }
a { background-color: rgb(218,234,184); }
div.DivClassName
{
background-color: #DAEAB8;
}
.BgClassName
{
background-color: #DAEAB8;
}
</style>
border-color css
<style>
span { border-color: #DAEAB8; }
span { border-color: rgb(218,234,184); }
td.TdClassName
{
border-color: #DAEAB8;
}
.TagClassName
{
border-color: #DAEAB8;
}
</style>