Shades of Gin #DAE2CA
Tints of Gin #DAE2CA
RGB
CMYK
RGB Variations
Color information
#DAE2CA (or 0xDAE2CA) is known color: Gin. HEX triplet: DA, E2 and CA. RGB value is (218,226,202). Sum of RGB (Red+Green+Blue) = 218+226+202=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2CA is #251D35. Grayscale: #DCDCDC. Windows color (decimal): -2432310 or 13296346. OLE color: 13296346.
HSL color Cylindrical-coordinate representation of color #DAE2CA: hue angle of 80º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE2CA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 202 | - |
CMYK | 0.04 | 0 | 0.11 | 0.11 |
HSL | 80º | 0.29% | 0.84% | - |
HSV(B) | 80º | 0.11% | 0.89% | - |
XYZ | 66.77 | 73.56 | 66.56 | - |
YUV | 220.87 | 117.35 | 125.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 202 | 0.04 | 0 | 0.11 | 0.11 | 80 | 0.29 | 0.84 |
Hex | DA | E2 | CA | 4 | 0 | B | B | 50 | 1D | 54 |
Octal | 332 | 342 | 312 | 4 | 0 | 13 | 13 | 120 | 35 | 124 |
Binary | 11011010 | 11100010 | 11001010 | 100 | 0 | 1011 | 1011 | 1010000 | 11101 | 1010100 |
Color Harmonies of #DAE2CA
Complementary color
Monochromatic Colors of #DAE2CA
Black with #DAE2CA
Text Example
Text Example
White with #DAE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2CA; }
p { color: rgb(218,226,202); }
H1.HeaderClassName
{
color: #DAE2CA;
}
.AnyTagClassName
{
color: #DAE2CA;
}
</style>
background-color css
<style>
a { background-color: #DAE2CA; }
a { background-color: rgb(218,226,202); }
div.DivClassName
{
background-color: #DAE2CA;
}
.BgClassName
{
background-color: #DAE2CA;
}
</style>
border-color css
<style>
span { border-color: #DAE2CA; }
span { border-color: rgb(218,226,202); }
td.TdClassName
{
border-color: #DAE2CA;
}
.TagClassName
{
border-color: #DAE2CA;
}
</style>