Shades of Gin #DAE7C2
Tints of Gin #DAE7C2
RGB
CMYK
RGB Variations
Color information
#DAE7C2 (or 0xDAE7C2) is known color: Gin. HEX triplet: DA, E7 and C2. RGB value is (218,231,194). Sum of RGB (Red+Green+Blue) = 218+231+194=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7C2 is #25183D. Grayscale: #DFDFDF. Windows color (decimal): -2431038 or 12773338. OLE color: 12773338.
HSL color Cylindrical-coordinate representation of color #DAE7C2: hue angle of 81.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE7C2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 194 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.09 |
| HSL | 81.08º | 0.44% | 0.83% | - |
| HSV(B) | 81.08º | 0.16% | 0.91% | - |
| XYZ | 67.23 | 75.95 | 62.16 | - |
| YUV | 222.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 194 | 0.06 | 0 | 0.16 | 0.09 | 81.08 | 0.44 | 0.83 |
| Hex | DA | E7 | C2 | 6 | 0 | 10 | 9 | 51 | 2C | 53 |
| Octal | 332 | 347 | 302 | 6 | 0 | 20 | 11 | 121 | 54 | 123 |
| Binary | 11011010 | 11100111 | 11000010 | 110 | 0 | 10000 | 1001 | 1010001 | 101100 | 1010011 |
Color Harmonies of #DAE7C2
Complementary color
Monochromatic Colors of #DAE7C2
Black with #DAE7C2
Text Example
Text Example
White with #DAE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7C2; }
p { color: rgb(218,231,194); }
H1.HeaderClassName
{
color: #DAE7C2;
}
.AnyTagClassName
{
color: #DAE7C2;
}
</style>
background-color css
<style>
a { background-color: #DAE7C2; }
a { background-color: rgb(218,231,194); }
div.DivClassName
{
background-color: #DAE7C2;
}
.BgClassName
{
background-color: #DAE7C2;
}
</style>
border-color css
<style>
span { border-color: #DAE7C2; }
span { border-color: rgb(218,231,194); }
td.TdClassName
{
border-color: #DAE7C2;
}
.TagClassName
{
border-color: #DAE7C2;
}
</style>