Shades of Gin #DAE8C2
Tints of Gin #DAE8C2
RGB
CMYK
RGB Variations
Color information
#DAE8C2 (or 0xDAE8C2) is known color: Gin. HEX triplet: DA, E8 and C2. RGB value is (218,232,194). Sum of RGB (Red+Green+Blue) = 218+232+194=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8C2 is #25173D. Grayscale: #DFDFDF. Windows color (decimal): -2430782 or 12773594. OLE color: 12773594.
HSL color Cylindrical-coordinate representation of color #DAE8C2: hue angle of 82.11º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE8C2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 194 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.09 |
| HSL | 82.11º | 0.45% | 0.84% | - |
| HSV(B) | 82.11º | 0.16% | 0.91% | - |
| XYZ | 67.51 | 76.51 | 62.25 | - |
| YUV | 223.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 194 | 0.06 | 0 | 0.16 | 0.09 | 82.11 | 0.45 | 0.84 |
| Hex | DA | E8 | C2 | 6 | 0 | 10 | 9 | 52 | 2D | 54 |
| Octal | 332 | 350 | 302 | 6 | 0 | 20 | 11 | 122 | 55 | 124 |
| Binary | 11011010 | 11101000 | 11000010 | 110 | 0 | 10000 | 1001 | 1010010 | 101101 | 1010100 |
Color Harmonies of #DAE8C2
Complementary color
Monochromatic Colors of #DAE8C2
Black with #DAE8C2
Text Example
Text Example
White with #DAE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8C2; }
p { color: rgb(218,232,194); }
H1.HeaderClassName
{
color: #DAE8C2;
}
.AnyTagClassName
{
color: #DAE8C2;
}
</style>
background-color css
<style>
a { background-color: #DAE8C2; }
a { background-color: rgb(218,232,194); }
div.DivClassName
{
background-color: #DAE8C2;
}
.BgClassName
{
background-color: #DAE8C2;
}
</style>
border-color css
<style>
span { border-color: #DAE8C2; }
span { border-color: rgb(218,232,194); }
td.TdClassName
{
border-color: #DAE8C2;
}
.TagClassName
{
border-color: #DAE8C2;
}
</style>