Shades of Gin #DAE0CD
Tints of Gin #DAE0CD
RGB
CMYK
RGB Variations
Color information
#DAE0CD (or 0xDAE0CD) is known color: Gin. HEX triplet: DA, E0 and CD. RGB value is (218,224,205). Sum of RGB (Red+Green+Blue) = 218+224+205=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CD is #251F32. Grayscale: #DCDCDC. Windows color (decimal): -2432819 or 13492442. OLE color: 13492442.
HSL color Cylindrical-coordinate representation of color #DAE0CD: hue angle of 78.95º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE0CD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 205 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.12 |
| HSL | 78.95º | 0.23% | 0.84% | - |
| HSV(B) | 78.95º | 0.08% | 0.88% | - |
| XYZ | 66.59 | 72.62 | 68.27 | - |
| YUV | 220.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 205 | 0.03 | 0 | 0.08 | 0.12 | 78.95 | 0.23 | 0.84 |
| Hex | DA | E0 | CD | 3 | 0 | 8 | C | 4F | 17 | 54 |
| Octal | 332 | 340 | 315 | 3 | 0 | 10 | 14 | 117 | 27 | 124 |
| Binary | 11011010 | 11100000 | 11001101 | 11 | 0 | 1000 | 1100 | 1001111 | 10111 | 1010100 |
Color Harmonies of #DAE0CD
Complementary color
Monochromatic Colors of #DAE0CD
Black with #DAE0CD
Text Example
Text Example
White with #DAE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0CD; }
p { color: rgb(218,224,205); }
H1.HeaderClassName
{
color: #DAE0CD;
}
.AnyTagClassName
{
color: #DAE0CD;
}
</style>
background-color css
<style>
a { background-color: #DAE0CD; }
a { background-color: rgb(218,224,205); }
div.DivClassName
{
background-color: #DAE0CD;
}
.BgClassName
{
background-color: #DAE0CD;
}
</style>
border-color css
<style>
span { border-color: #DAE0CD; }
span { border-color: rgb(218,224,205); }
td.TdClassName
{
border-color: #DAE0CD;
}
.TagClassName
{
border-color: #DAE0CD;
}
</style>