Shades of Gin #DAE6CA
Tints of Gin #DAE6CA
RGB
CMYK
RGB Variations
Color information
#DAE6CA (or 0xDAE6CA) is known color: Gin. HEX triplet: DA, E6 and CA. RGB value is (218,230,202). Sum of RGB (Red+Green+Blue) = 218+230+202=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CA is #251935. Grayscale: #DFDFDF. Windows color (decimal): -2431286 or 13297370. OLE color: 13297370.
HSL color Cylindrical-coordinate representation of color #DAE6CA: hue angle of 85.71º degrees, saturation: 0.36, 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 #DAE6CA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 202 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.10 |
| HSL | 85.71º | 0.36% | 0.85% | - |
| HSV(B) | 85.71º | 0.12% | 0.9% | - |
| XYZ | 67.87 | 75.76 | 66.92 | - |
| YUV | 223.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 202 | 0.05 | 0 | 0.12 | 0.10 | 85.71 | 0.36 | 0.85 |
| Hex | DA | E6 | CA | 5 | 0 | C | A | 56 | 24 | 55 |
| Octal | 332 | 346 | 312 | 5 | 0 | 14 | 12 | 126 | 44 | 125 |
| Binary | 11011010 | 11100110 | 11001010 | 101 | 0 | 1100 | 1010 | 1010110 | 100100 | 1010101 |
Color Harmonies of #DAE6CA
Complementary color
Monochromatic Colors of #DAE6CA
Black with #DAE6CA
Text Example
Text Example
White with #DAE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6CA; }
p { color: rgb(218,230,202); }
H1.HeaderClassName
{
color: #DAE6CA;
}
.AnyTagClassName
{
color: #DAE6CA;
}
</style>
background-color css
<style>
a { background-color: #DAE6CA; }
a { background-color: rgb(218,230,202); }
div.DivClassName
{
background-color: #DAE6CA;
}
.BgClassName
{
background-color: #DAE6CA;
}
</style>
border-color css
<style>
span { border-color: #DAE6CA; }
span { border-color: rgb(218,230,202); }
td.TdClassName
{
border-color: #DAE6CA;
}
.TagClassName
{
border-color: #DAE6CA;
}
</style>