Shades of Gin #DAE4CB
Tints of Gin #DAE4CB
RGB
CMYK
RGB Variations
Color information
#DAE4CB (or 0xDAE4CB) is known color: Gin. HEX triplet: DA, E4 and CB. RGB value is (218,228,203). Sum of RGB (Red+Green+Blue) = 218+228+203=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CB is #251B34. Grayscale: #DEDEDE. Windows color (decimal): -2431797 or 13362394. OLE color: 13362394.
HSL color Cylindrical-coordinate representation of color #DAE4CB: hue angle of 84º degrees, saturation: 0.32, 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 #DAE4CB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 203 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 84º | 0.32% | 0.85% | - |
| HSV(B) | 84º | 0.11% | 0.89% | - |
| XYZ | 67.44 | 74.7 | 67.36 | - |
| YUV | 222.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 203 | 0.04 | 0 | 0.11 | 0.11 | 84 | 0.32 | 0.85 |
| Hex | DA | E4 | CB | 4 | 0 | B | B | 54 | 20 | 55 |
| Octal | 332 | 344 | 313 | 4 | 0 | 13 | 13 | 124 | 40 | 125 |
| Binary | 11011010 | 11100100 | 11001011 | 100 | 0 | 1011 | 1011 | 1010100 | 100000 | 1010101 |
Color Harmonies of #DAE4CB
Complementary color
Monochromatic Colors of #DAE4CB
Black with #DAE4CB
Text Example
Text Example
White with #DAE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4CB; }
p { color: rgb(218,228,203); }
H1.HeaderClassName
{
color: #DAE4CB;
}
.AnyTagClassName
{
color: #DAE4CB;
}
</style>
background-color css
<style>
a { background-color: #DAE4CB; }
a { background-color: rgb(218,228,203); }
div.DivClassName
{
background-color: #DAE4CB;
}
.BgClassName
{
background-color: #DAE4CB;
}
</style>
border-color css
<style>
span { border-color: #DAE4CB; }
span { border-color: rgb(218,228,203); }
td.TdClassName
{
border-color: #DAE4CB;
}
.TagClassName
{
border-color: #DAE4CB;
}
</style>