Shades of Gin #DAE2C1
Tints of Gin #DAE2C1
RGB
CMYK
RGB Variations
Color information
#DAE2C1 (or 0xDAE2C1) is known color: Gin. HEX triplet: DA, E2 and C1. RGB value is (218,226,193). Sum of RGB (Red+Green+Blue) = 218+226+193=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2C1 is #251D3E. Grayscale: #DBDBDB. Windows color (decimal): -2432319 or 12706522. OLE color: 12706522.
HSL color Cylindrical-coordinate representation of color #DAE2C1: hue angle of 74.55º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE2C1 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 193 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.11 |
| HSL | 74.55º | 0.36% | 0.82% | - |
| HSV(B) | 74.55º | 0.15% | 0.89% | - |
| XYZ | 65.74 | 73.15 | 61.11 | - |
| YUV | 219.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 193 | 0.04 | 0 | 0.15 | 0.11 | 74.55 | 0.36 | 0.82 |
| Hex | DA | E2 | C1 | 4 | 0 | F | B | 4B | 24 | 52 |
| Octal | 332 | 342 | 301 | 4 | 0 | 17 | 13 | 113 | 44 | 122 |
| Binary | 11011010 | 11100010 | 11000001 | 100 | 0 | 1111 | 1011 | 1001011 | 100100 | 1010010 |
Color Harmonies of #DAE2C1
Complementary color
Monochromatic Colors of #DAE2C1
Black with #DAE2C1
Text Example
Text Example
White with #DAE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2C1; }
p { color: rgb(218,226,193); }
H1.HeaderClassName
{
color: #DAE2C1;
}
.AnyTagClassName
{
color: #DAE2C1;
}
</style>
background-color css
<style>
a { background-color: #DAE2C1; }
a { background-color: rgb(218,226,193); }
div.DivClassName
{
background-color: #DAE2C1;
}
.BgClassName
{
background-color: #DAE2C1;
}
</style>
border-color css
<style>
span { border-color: #DAE2C1; }
span { border-color: rgb(218,226,193); }
td.TdClassName
{
border-color: #DAE2C1;
}
.TagClassName
{
border-color: #DAE2C1;
}
</style>