Shades of Gin #DAE8BE
Tints of Gin #DAE8BE
RGB
CMYK
RGB Variations
Color information
#DAE8BE (or 0xDAE8BE) is known color: Gin. HEX triplet: DA, E8 and BE. RGB value is (218,232,190). Sum of RGB (Red+Green+Blue) = 218+232+190=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8BE is #251741. Grayscale: #DFDFDF. Windows color (decimal): -2430786 or 12511450. OLE color: 12511450.
HSL color Cylindrical-coordinate representation of color #DAE8BE: hue angle of 80º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE8BE is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 190 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.09 |
| HSL | 80º | 0.48% | 0.83% | - |
| HSV(B) | 80º | 0.18% | 0.91% | - |
| XYZ | 67.06 | 76.34 | 59.91 | - |
| YUV | 223.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 190 | 0.06 | 0 | 0.18 | 0.09 | 80 | 0.48 | 0.83 |
| Hex | DA | E8 | BE | 6 | 0 | 12 | 9 | 50 | 30 | 53 |
| Octal | 332 | 350 | 276 | 6 | 0 | 22 | 11 | 120 | 60 | 123 |
| Binary | 11011010 | 11101000 | 10111110 | 110 | 0 | 10010 | 1001 | 1010000 | 110000 | 1010011 |
Color Harmonies of #DAE8BE
Complementary color
Monochromatic Colors of #DAE8BE
Black with #DAE8BE
Text Example
Text Example
White with #DAE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8BE; }
p { color: rgb(218,232,190); }
H1.HeaderClassName
{
color: #DAE8BE;
}
.AnyTagClassName
{
color: #DAE8BE;
}
</style>
background-color css
<style>
a { background-color: #DAE8BE; }
a { background-color: rgb(218,232,190); }
div.DivClassName
{
background-color: #DAE8BE;
}
.BgClassName
{
background-color: #DAE8BE;
}
</style>
border-color css
<style>
span { border-color: #DAE8BE; }
span { border-color: rgb(218,232,190); }
td.TdClassName
{
border-color: #DAE8BE;
}
.TagClassName
{
border-color: #DAE8BE;
}
</style>