Shades of Gin #DAE4CC
Tints of Gin #DAE4CC
RGB
CMYK
RGB Variations
Color information
#DAE4CC (or 0xDAE4CC) is known color: Gin. HEX triplet: DA, E4 and CC. RGB value is (218,228,204). Sum of RGB (Red+Green+Blue) = 218+228+204=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CC is #251B33. Grayscale: #DEDEDE. Windows color (decimal): -2431796 or 13427930. OLE color: 13427930.
HSL color Cylindrical-coordinate representation of color #DAE4CC: hue angle of 85º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE4CC is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 204 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 85º | 0.31% | 0.85% | - |
| HSV(B) | 85º | 0.11% | 0.89% | - |
| XYZ | 67.56 | 74.75 | 67.99 | - |
| YUV | 222.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 204 | 0.04 | 0 | 0.11 | 0.11 | 85 | 0.31 | 0.85 |
| Hex | DA | E4 | CC | 4 | 0 | B | B | 55 | 1F | 55 |
| Octal | 332 | 344 | 314 | 4 | 0 | 13 | 13 | 125 | 37 | 125 |
| Binary | 11011010 | 11100100 | 11001100 | 100 | 0 | 1011 | 1011 | 1010101 | 11111 | 1010101 |
Color Harmonies of #DAE4CC
Complementary color
Monochromatic Colors of #DAE4CC
Black with #DAE4CC
Text Example
Text Example
White with #DAE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4CC; }
p { color: rgb(218,228,204); }
H1.HeaderClassName
{
color: #DAE4CC;
}
.AnyTagClassName
{
color: #DAE4CC;
}
</style>
background-color css
<style>
a { background-color: #DAE4CC; }
a { background-color: rgb(218,228,204); }
div.DivClassName
{
background-color: #DAE4CC;
}
.BgClassName
{
background-color: #DAE4CC;
}
</style>
border-color css
<style>
span { border-color: #DAE4CC; }
span { border-color: rgb(218,228,204); }
td.TdClassName
{
border-color: #DAE4CC;
}
.TagClassName
{
border-color: #DAE4CC;
}
</style>