Shades of Gin #DAE2C9
Tints of Gin #DAE2C9
RGB
CMYK
RGB Variations
Color information
#DAE2C9 (or 0xDAE2C9) is known color: Gin. HEX triplet: DA, E2 and C9. RGB value is (218,226,201). Sum of RGB (Red+Green+Blue) = 218+226+201=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2C9 is #251D36. Grayscale: #DCDCDC. Windows color (decimal): -2432311 or 13230810. OLE color: 13230810.
HSL color Cylindrical-coordinate representation of color #DAE2C9: hue angle of 79.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE2C9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 201 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 79.2º | 0.3% | 0.84% | - |
| HSV(B) | 79.2º | 0.11% | 0.89% | - |
| XYZ | 66.65 | 73.52 | 65.94 | - |
| YUV | 220.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 201 | 0.04 | 0 | 0.11 | 0.11 | 79.2 | 0.3 | 0.84 |
| Hex | DA | E2 | C9 | 4 | 0 | B | B | 4F | 1E | 54 |
| Octal | 332 | 342 | 311 | 4 | 0 | 13 | 13 | 117 | 36 | 124 |
| Binary | 11011010 | 11100010 | 11001001 | 100 | 0 | 1011 | 1011 | 1001111 | 11110 | 1010100 |
Color Harmonies of #DAE2C9
Complementary color
Monochromatic Colors of #DAE2C9
Black with #DAE2C9
Text Example
Text Example
White with #DAE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2C9; }
p { color: rgb(218,226,201); }
H1.HeaderClassName
{
color: #DAE2C9;
}
.AnyTagClassName
{
color: #DAE2C9;
}
</style>
background-color css
<style>
a { background-color: #DAE2C9; }
a { background-color: rgb(218,226,201); }
div.DivClassName
{
background-color: #DAE2C9;
}
.BgClassName
{
background-color: #DAE2C9;
}
</style>
border-color css
<style>
span { border-color: #DAE2C9; }
span { border-color: rgb(218,226,201); }
td.TdClassName
{
border-color: #DAE2C9;
}
.TagClassName
{
border-color: #DAE2C9;
}
</style>