Shades of Gin #DAE6C9
Tints of Gin #DAE6C9
RGB
CMYK
RGB Variations
Color information
#DAE6C9 (or 0xDAE6C9) is known color: Gin. HEX triplet: DA, E6 and C9. RGB value is (218,230,201). Sum of RGB (Red+Green+Blue) = 218+230+201=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6C9 is #251936. Grayscale: #DFDFDF. Windows color (decimal): -2431287 or 13231834. OLE color: 13231834.
HSL color Cylindrical-coordinate representation of color #DAE6C9: hue angle of 84.83º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE6C9 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 201 | - |
CMYK | 0.05 | 0 | 0.13 | 0.10 |
HSL | 84.83º | 0.37% | 0.85% | - |
HSV(B) | 84.83º | 0.13% | 0.9% | - |
XYZ | 67.75 | 75.72 | 66.3 | - |
YUV | 223.11 | 115.52 | 124.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 201 | 0.05 | 0 | 0.13 | 0.10 | 84.83 | 0.37 | 0.85 |
Hex | DA | E6 | C9 | 5 | 0 | D | A | 55 | 25 | 55 |
Octal | 332 | 346 | 311 | 5 | 0 | 15 | 12 | 125 | 45 | 125 |
Binary | 11011010 | 11100110 | 11001001 | 101 | 0 | 1101 | 1010 | 1010101 | 100101 | 1010101 |
Color Harmonies of #DAE6C9
Complementary color
Monochromatic Colors of #DAE6C9
Black with #DAE6C9
Text Example
Text Example
White with #DAE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6C9; }
p { color: rgb(218,230,201); }
H1.HeaderClassName
{
color: #DAE6C9;
}
.AnyTagClassName
{
color: #DAE6C9;
}
</style>
background-color css
<style>
a { background-color: #DAE6C9; }
a { background-color: rgb(218,230,201); }
div.DivClassName
{
background-color: #DAE6C9;
}
.BgClassName
{
background-color: #DAE6C9;
}
</style>
border-color css
<style>
span { border-color: #DAE6C9; }
span { border-color: rgb(218,230,201); }
td.TdClassName
{
border-color: #DAE6C9;
}
.TagClassName
{
border-color: #DAE6C9;
}
</style>