Shades of Gin #DAE0C9
Tints of Gin #DAE0C9
RGB
CMYK
RGB Variations
Color information
#DAE0C9 (or 0xDAE0C9) is known color: Gin. HEX triplet: DA, E0 and C9. RGB value is (218,224,201). Sum of RGB (Red+Green+Blue) = 218+224+201=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0C9 is #251F36. Grayscale: #DBDBDB. Windows color (decimal): -2432823 or 13230298. OLE color: 13230298.
HSL color Cylindrical-coordinate representation of color #DAE0C9: hue angle of 75.65º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE0C9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 201 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.12 |
| HSL | 75.65º | 0.27% | 0.83% | - |
| HSV(B) | 75.65º | 0.1% | 0.88% | - |
| XYZ | 66.11 | 72.43 | 65.76 | - |
| YUV | 219.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 201 | 0.03 | 0 | 0.10 | 0.12 | 75.65 | 0.27 | 0.83 |
| Hex | DA | E0 | C9 | 3 | 0 | A | C | 4C | 1B | 53 |
| Octal | 332 | 340 | 311 | 3 | 0 | 12 | 14 | 114 | 33 | 123 |
| Binary | 11011010 | 11100000 | 11001001 | 11 | 0 | 1010 | 1100 | 1001100 | 11011 | 1010011 |
Color Harmonies of #DAE0C9
Complementary color
Monochromatic Colors of #DAE0C9
Black with #DAE0C9
Text Example
Text Example
White with #DAE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0C9; }
p { color: rgb(218,224,201); }
H1.HeaderClassName
{
color: #DAE0C9;
}
.AnyTagClassName
{
color: #DAE0C9;
}
</style>
background-color css
<style>
a { background-color: #DAE0C9; }
a { background-color: rgb(218,224,201); }
div.DivClassName
{
background-color: #DAE0C9;
}
.BgClassName
{
background-color: #DAE0C9;
}
</style>
border-color css
<style>
span { border-color: #DAE0C9; }
span { border-color: rgb(218,224,201); }
td.TdClassName
{
border-color: #DAE0C9;
}
.TagClassName
{
border-color: #DAE0C9;
}
</style>