Shades of Gin #DAE1CE
Tints of Gin #DAE1CE
RGB
CMYK
RGB Variations
Color information
#DAE1CE (or 0xDAE1CE) is known color: Gin. HEX triplet: DA, E1 and CE. RGB value is (218,225,206). Sum of RGB (Red+Green+Blue) = 218+225+206=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CE is #251E31. Grayscale: #DCDCDC. Windows color (decimal): -2432562 or 13558234. OLE color: 13558234.
HSL color Cylindrical-coordinate representation of color #DAE1CE: hue angle of 82.11º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE1CE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 206 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.12 |
| HSL | 82.11º | 0.24% | 0.85% | - |
| HSV(B) | 82.11º | 0.08% | 0.88% | - |
| XYZ | 66.98 | 73.21 | 68.99 | - |
| YUV | 220.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 206 | 0.03 | 0 | 0.08 | 0.12 | 82.11 | 0.24 | 0.85 |
| Hex | DA | E1 | CE | 3 | 0 | 8 | C | 52 | 18 | 55 |
| Octal | 332 | 341 | 316 | 3 | 0 | 10 | 14 | 122 | 30 | 125 |
| Binary | 11011010 | 11100001 | 11001110 | 11 | 0 | 1000 | 1100 | 1010010 | 11000 | 1010101 |
Color Harmonies of #DAE1CE
Complementary color
Monochromatic Colors of #DAE1CE
Black with #DAE1CE
Text Example
Text Example
White with #DAE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1CE; }
p { color: rgb(218,225,206); }
H1.HeaderClassName
{
color: #DAE1CE;
}
.AnyTagClassName
{
color: #DAE1CE;
}
</style>
background-color css
<style>
a { background-color: #DAE1CE; }
a { background-color: rgb(218,225,206); }
div.DivClassName
{
background-color: #DAE1CE;
}
.BgClassName
{
background-color: #DAE1CE;
}
</style>
border-color css
<style>
span { border-color: #DAE1CE; }
span { border-color: rgb(218,225,206); }
td.TdClassName
{
border-color: #DAE1CE;
}
.TagClassName
{
border-color: #DAE1CE;
}
</style>