Shades of Gin #DAE4C8
Tints of Gin #DAE4C8
RGB
CMYK
RGB Variations
Color information
#DAE4C8 (or 0xDAE4C8) is known color: Gin. HEX triplet: DA, E4 and C8. RGB value is (218,228,200). Sum of RGB (Red+Green+Blue) = 218+228+200=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4C8 is #251B37. Grayscale: #DDDDDD. Windows color (decimal): -2431800 or 13165786. OLE color: 13165786.
HSL color Cylindrical-coordinate representation of color #DAE4C8: hue angle of 81.43º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE4C8 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 200 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.11 |
| HSL | 81.43º | 0.34% | 0.84% | - |
| HSV(B) | 81.43º | 0.12% | 0.89% | - |
| XYZ | 67.08 | 74.56 | 65.5 | - |
| YUV | 221.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 200 | 0.04 | 0 | 0.12 | 0.11 | 81.43 | 0.34 | 0.84 |
| Hex | DA | E4 | C8 | 4 | 0 | C | B | 51 | 22 | 54 |
| Octal | 332 | 344 | 310 | 4 | 0 | 14 | 13 | 121 | 42 | 124 |
| Binary | 11011010 | 11100100 | 11001000 | 100 | 0 | 1100 | 1011 | 1010001 | 100010 | 1010100 |
Color Harmonies of #DAE4C8
Complementary color
Monochromatic Colors of #DAE4C8
Black with #DAE4C8
Text Example
Text Example
White with #DAE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4C8; }
p { color: rgb(218,228,200); }
H1.HeaderClassName
{
color: #DAE4C8;
}
.AnyTagClassName
{
color: #DAE4C8;
}
</style>
background-color css
<style>
a { background-color: #DAE4C8; }
a { background-color: rgb(218,228,200); }
div.DivClassName
{
background-color: #DAE4C8;
}
.BgClassName
{
background-color: #DAE4C8;
}
</style>
border-color css
<style>
span { border-color: #DAE4C8; }
span { border-color: rgb(218,228,200); }
td.TdClassName
{
border-color: #DAE4C8;
}
.TagClassName
{
border-color: #DAE4C8;
}
</style>