Shades of Gin #DAE5CA
Tints of Gin #DAE5CA
RGB
CMYK
RGB Variations
Color information
#DAE5CA (or 0xDAE5CA) is known color: Gin. HEX triplet: DA, E5 and CA. RGB value is (218,229,202). Sum of RGB (Red+Green+Blue) = 218+229+202=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 229 (89.84% from 255 or 35.29% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5CA is #251A35. Grayscale: #DEDEDE. Windows color (decimal): -2431542 or 13297114. OLE color: 13297114.
HSL color Cylindrical-coordinate representation of color #DAE5CA: hue angle of 84.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE5CA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 202 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.10 |
| HSL | 84.44º | 0.34% | 0.85% | - |
| HSV(B) | 84.44º | 0.12% | 0.9% | - |
| XYZ | 67.59 | 75.21 | 66.83 | - |
| YUV | 222.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 202 | 0.05 | 0 | 0.12 | 0.10 | 84.44 | 0.34 | 0.85 |
| Hex | DA | E5 | CA | 5 | 0 | C | A | 54 | 22 | 55 |
| Octal | 332 | 345 | 312 | 5 | 0 | 14 | 12 | 124 | 42 | 125 |
| Binary | 11011010 | 11100101 | 11001010 | 101 | 0 | 1100 | 1010 | 1010100 | 100010 | 1010101 |
Color Harmonies of #DAE5CA
Complementary color
Monochromatic Colors of #DAE5CA
Black with #DAE5CA
Text Example
Text Example
White with #DAE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5CA; }
p { color: rgb(218,229,202); }
H1.HeaderClassName
{
color: #DAE5CA;
}
.AnyTagClassName
{
color: #DAE5CA;
}
</style>
background-color css
<style>
a { background-color: #DAE5CA; }
a { background-color: rgb(218,229,202); }
div.DivClassName
{
background-color: #DAE5CA;
}
.BgClassName
{
background-color: #DAE5CA;
}
</style>
border-color css
<style>
span { border-color: #DAE5CA; }
span { border-color: rgb(218,229,202); }
td.TdClassName
{
border-color: #DAE5CA;
}
.TagClassName
{
border-color: #DAE5CA;
}
</style>