Shades of Gin #DAE3CB
Tints of Gin #DAE3CB
RGB
CMYK
RGB Variations
Color information
#DAE3CB (or 0xDAE3CB) is known color: Gin. HEX triplet: DA, E3 and CB. RGB value is (218,227,203). Sum of RGB (Red+Green+Blue) = 218+227+203=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3CB is #251C34. Grayscale: #DDDDDD. Windows color (decimal): -2432053 or 13362138. OLE color: 13362138.
HSL color Cylindrical-coordinate representation of color #DAE3CB: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE3CB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 203 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 82.5º | 0.3% | 0.84% | - |
| HSV(B) | 82.5º | 0.11% | 0.89% | - |
| XYZ | 67.16 | 74.16 | 67.27 | - |
| YUV | 221.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 203 | 0.04 | 0 | 0.11 | 0.11 | 82.5 | 0.3 | 0.84 |
| Hex | DA | E3 | CB | 4 | 0 | B | B | 52 | 1E | 54 |
| Octal | 332 | 343 | 313 | 4 | 0 | 13 | 13 | 122 | 36 | 124 |
| Binary | 11011010 | 11100011 | 11001011 | 100 | 0 | 1011 | 1011 | 1010010 | 11110 | 1010100 |
Color Harmonies of #DAE3CB
Complementary color
Monochromatic Colors of #DAE3CB
Black with #DAE3CB
Text Example
Text Example
White with #DAE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3CB; }
p { color: rgb(218,227,203); }
H1.HeaderClassName
{
color: #DAE3CB;
}
.AnyTagClassName
{
color: #DAE3CB;
}
</style>
background-color css
<style>
a { background-color: #DAE3CB; }
a { background-color: rgb(218,227,203); }
div.DivClassName
{
background-color: #DAE3CB;
}
.BgClassName
{
background-color: #DAE3CB;
}
</style>
border-color css
<style>
span { border-color: #DAE3CB; }
span { border-color: rgb(218,227,203); }
td.TdClassName
{
border-color: #DAE3CB;
}
.TagClassName
{
border-color: #DAE3CB;
}
</style>