Shades of Gin #DAE0CE
Tints of Gin #DAE0CE
RGB
CMYK
RGB Variations
Color information
#DAE0CE (or 0xDAE0CE) is known color: Gin. HEX triplet: DA, E0 and CE. RGB value is (218,224,206). Sum of RGB (Red+Green+Blue) = 218+224+206=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CE is #251F31. Grayscale: #DCDCDC. Windows color (decimal): -2432818 or 13557978. OLE color: 13557978.
HSL color Cylindrical-coordinate representation of color #DAE0CE: hue angle of 80º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE0CE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 206 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.12 |
| HSL | 80º | 0.23% | 0.84% | - |
| HSV(B) | 80º | 0.08% | 0.88% | - |
| XYZ | 66.71 | 72.67 | 68.9 | - |
| YUV | 220.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 206 | 0.03 | 0 | 0.08 | 0.12 | 80 | 0.23 | 0.84 |
| Hex | DA | E0 | CE | 3 | 0 | 8 | C | 50 | 16 | 54 |
| Octal | 332 | 340 | 316 | 3 | 0 | 10 | 14 | 120 | 26 | 124 |
| Binary | 11011010 | 11100000 | 11001110 | 11 | 0 | 1000 | 1100 | 1010000 | 10110 | 1010100 |
Color Harmonies of #DAE0CE
Complementary color
Monochromatic Colors of #DAE0CE
Black with #DAE0CE
Text Example
Text Example
White with #DAE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0CE; }
p { color: rgb(218,224,206); }
H1.HeaderClassName
{
color: #DAE0CE;
}
.AnyTagClassName
{
color: #DAE0CE;
}
</style>
background-color css
<style>
a { background-color: #DAE0CE; }
a { background-color: rgb(218,224,206); }
div.DivClassName
{
background-color: #DAE0CE;
}
.BgClassName
{
background-color: #DAE0CE;
}
</style>
border-color css
<style>
span { border-color: #DAE0CE; }
span { border-color: rgb(218,224,206); }
td.TdClassName
{
border-color: #DAE0CE;
}
.TagClassName
{
border-color: #DAE0CE;
}
</style>