Shades of Gin #DAE4BE
Tints of Gin #DAE4BE
RGB
CMYK
RGB Variations
Color information
#DAE4BE (or 0xDAE4BE) is known color: Gin. HEX triplet: DA, E4 and BE. RGB value is (218,228,190). Sum of RGB (Red+Green+Blue) = 218+228+190=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BE is #251B41. Grayscale: #DCDCDC. Windows color (decimal): -2431810 or 12510426. OLE color: 12510426.
HSL color Cylindrical-coordinate representation of color #DAE4BE: hue angle of 75.79º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE4BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 190 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 75.79º | 0.41% | 0.82% | - |
| HSV(B) | 75.79º | 0.17% | 0.89% | - |
| XYZ | 65.95 | 74.11 | 59.54 | - |
| YUV | 220.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 190 | 0.04 | 0 | 0.17 | 0.11 | 75.79 | 0.41 | 0.82 |
| Hex | DA | E4 | BE | 4 | 0 | 11 | B | 4C | 29 | 52 |
| Octal | 332 | 344 | 276 | 4 | 0 | 21 | 13 | 114 | 51 | 122 |
| Binary | 11011010 | 11100100 | 10111110 | 100 | 0 | 10001 | 1011 | 1001100 | 101001 | 1010010 |
Color Harmonies of #DAE4BE
Complementary color
Monochromatic Colors of #DAE4BE
Black with #DAE4BE
Text Example
Text Example
White with #DAE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4BE; }
p { color: rgb(218,228,190); }
H1.HeaderClassName
{
color: #DAE4BE;
}
.AnyTagClassName
{
color: #DAE4BE;
}
</style>
background-color css
<style>
a { background-color: #DAE4BE; }
a { background-color: rgb(218,228,190); }
div.DivClassName
{
background-color: #DAE4BE;
}
.BgClassName
{
background-color: #DAE4BE;
}
</style>
border-color css
<style>
span { border-color: #DAE4BE; }
span { border-color: rgb(218,228,190); }
td.TdClassName
{
border-color: #DAE4BE;
}
.TagClassName
{
border-color: #DAE4BE;
}
</style>