Shades of Gin #DAE0CA
Tints of Gin #DAE0CA
RGB
CMYK
RGB Variations
Color information
#DAE0CA (or 0xDAE0CA) is known color: Gin. HEX triplet: DA, E0 and CA. RGB value is (218,224,202). Sum of RGB (Red+Green+Blue) = 218+224+202=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CA is #251F35. Grayscale: #DBDBDB. Windows color (decimal): -2432822 or 13295834. OLE color: 13295834.
HSL color Cylindrical-coordinate representation of color #DAE0CA: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE0CA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 202 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.12 |
| HSL | 76.36º | 0.26% | 0.84% | - |
| HSV(B) | 76.36º | 0.1% | 0.88% | - |
| XYZ | 66.23 | 72.48 | 66.38 | - |
| YUV | 219.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 202 | 0.03 | 0 | 0.10 | 0.12 | 76.36 | 0.26 | 0.84 |
| Hex | DA | E0 | CA | 3 | 0 | A | C | 4C | 1A | 54 |
| Octal | 332 | 340 | 312 | 3 | 0 | 12 | 14 | 114 | 32 | 124 |
| Binary | 11011010 | 11100000 | 11001010 | 11 | 0 | 1010 | 1100 | 1001100 | 11010 | 1010100 |
Color Harmonies of #DAE0CA
Complementary color
Monochromatic Colors of #DAE0CA
Black with #DAE0CA
Text Example
Text Example
White with #DAE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0CA; }
p { color: rgb(218,224,202); }
H1.HeaderClassName
{
color: #DAE0CA;
}
.AnyTagClassName
{
color: #DAE0CA;
}
</style>
background-color css
<style>
a { background-color: #DAE0CA; }
a { background-color: rgb(218,224,202); }
div.DivClassName
{
background-color: #DAE0CA;
}
.BgClassName
{
background-color: #DAE0CA;
}
</style>
border-color css
<style>
span { border-color: #DAE0CA; }
span { border-color: rgb(218,224,202); }
td.TdClassName
{
border-color: #DAE0CA;
}
.TagClassName
{
border-color: #DAE0CA;
}
</style>