Shades of Gin #DAEAC0
Tints of Gin #DAEAC0
RGB
CMYK
RGB Variations
Color information
#DAEAC0 (or 0xDAEAC0) is known color: Gin. HEX triplet: DA, EA and C0. RGB value is (218,234,192). Sum of RGB (Red+Green+Blue) = 218+234+192=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC0 is #25153F. Grayscale: #E0E0E0. Windows color (decimal): -2430272 or 12643034. OLE color: 12643034.
HSL color Cylindrical-coordinate representation of color #DAEAC0: hue angle of 82.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEAC0 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 192 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.08 |
| HSL | 82.86º | 0.5% | 0.84% | - |
| HSV(B) | 82.86º | 0.18% | 0.92% | - |
| XYZ | 67.85 | 77.56 | 61.26 | - |
| YUV | 224.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 192 | 0.07 | 0 | 0.18 | 0.08 | 82.86 | 0.5 | 0.84 |
| Hex | DA | EA | C0 | 7 | 0 | 12 | 8 | 53 | 32 | 54 |
| Octal | 332 | 352 | 300 | 7 | 0 | 22 | 10 | 123 | 62 | 124 |
| Binary | 11011010 | 11101010 | 11000000 | 111 | 0 | 10010 | 1000 | 1010011 | 110010 | 1010100 |
Color Harmonies of #DAEAC0
Complementary color
Monochromatic Colors of #DAEAC0
Black with #DAEAC0
Text Example
Text Example
White with #DAEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAC0; }
p { color: rgb(218,234,192); }
H1.HeaderClassName
{
color: #DAEAC0;
}
.AnyTagClassName
{
color: #DAEAC0;
}
</style>
background-color css
<style>
a { background-color: #DAEAC0; }
a { background-color: rgb(218,234,192); }
div.DivClassName
{
background-color: #DAEAC0;
}
.BgClassName
{
background-color: #DAEAC0;
}
</style>
border-color css
<style>
span { border-color: #DAEAC0; }
span { border-color: rgb(218,234,192); }
td.TdClassName
{
border-color: #DAEAC0;
}
.TagClassName
{
border-color: #DAEAC0;
}
</style>