Shades of Gin #DAE8BC
Tints of Gin #DAE8BC
RGB
CMYK
RGB Variations
Color information
#DAE8BC (or 0xDAE8BC) is known color: Gin. HEX triplet: DA, E8 and BC. RGB value is (218,232,188). Sum of RGB (Red+Green+Blue) = 218+232+188=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8BC is #251743. Grayscale: #DEDEDE. Windows color (decimal): -2430788 or 12380378. OLE color: 12380378.
HSL color Cylindrical-coordinate representation of color #DAE8BC: hue angle of 79.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE8BC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 188 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.09 |
| HSL | 79.09º | 0.49% | 0.82% | - |
| HSV(B) | 79.09º | 0.19% | 0.91% | - |
| XYZ | 66.85 | 76.25 | 58.77 | - |
| YUV | 222.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 188 | 0.06 | 0 | 0.19 | 0.09 | 79.09 | 0.49 | 0.82 |
| Hex | DA | E8 | BC | 6 | 0 | 13 | 9 | 4F | 31 | 52 |
| Octal | 332 | 350 | 274 | 6 | 0 | 23 | 11 | 117 | 61 | 122 |
| Binary | 11011010 | 11101000 | 10111100 | 110 | 0 | 10011 | 1001 | 1001111 | 110001 | 1010010 |
Color Harmonies of #DAE8BC
Complementary color
Monochromatic Colors of #DAE8BC
Black with #DAE8BC
Text Example
Text Example
White with #DAE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8BC; }
p { color: rgb(218,232,188); }
H1.HeaderClassName
{
color: #DAE8BC;
}
.AnyTagClassName
{
color: #DAE8BC;
}
</style>
background-color css
<style>
a { background-color: #DAE8BC; }
a { background-color: rgb(218,232,188); }
div.DivClassName
{
background-color: #DAE8BC;
}
.BgClassName
{
background-color: #DAE8BC;
}
</style>
border-color css
<style>
span { border-color: #DAE8BC; }
span { border-color: rgb(218,232,188); }
td.TdClassName
{
border-color: #DAE8BC;
}
.TagClassName
{
border-color: #DAE8BC;
}
</style>