Shades of Gin #DAE0CB
Tints of Gin #DAE0CB
RGB
CMYK
RGB Variations
Color information
#DAE0CB (or 0xDAE0CB) is known color: Gin. HEX triplet: DA, E0 and CB. RGB value is (218,224,203). Sum of RGB (Red+Green+Blue) = 218+224+203=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0CB is #251F34. Grayscale: #DBDBDB. Windows color (decimal): -2432821 or 13361370. OLE color: 13361370.
HSL color Cylindrical-coordinate representation of color #DAE0CB: hue angle of 77.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE0CB is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 203 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.12 |
| HSL | 77.14º | 0.25% | 0.84% | - |
| HSV(B) | 77.14º | 0.09% | 0.88% | - |
| XYZ | 66.35 | 72.53 | 67 | - |
| YUV | 219.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 203 | 0.03 | 0 | 0.09 | 0.12 | 77.14 | 0.25 | 0.84 |
| Hex | DA | E0 | CB | 3 | 0 | 9 | C | 4D | 19 | 54 |
| Octal | 332 | 340 | 313 | 3 | 0 | 11 | 14 | 115 | 31 | 124 |
| Binary | 11011010 | 11100000 | 11001011 | 11 | 0 | 1001 | 1100 | 1001101 | 11001 | 1010100 |
Color Harmonies of #DAE0CB
Complementary color
Monochromatic Colors of #DAE0CB
Black with #DAE0CB
Text Example
Text Example
White with #DAE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0CB; }
p { color: rgb(218,224,203); }
H1.HeaderClassName
{
color: #DAE0CB;
}
.AnyTagClassName
{
color: #DAE0CB;
}
</style>
background-color css
<style>
a { background-color: #DAE0CB; }
a { background-color: rgb(218,224,203); }
div.DivClassName
{
background-color: #DAE0CB;
}
.BgClassName
{
background-color: #DAE0CB;
}
</style>
border-color css
<style>
span { border-color: #DAE0CB; }
span { border-color: rgb(218,224,203); }
td.TdClassName
{
border-color: #DAE0CB;
}
.TagClassName
{
border-color: #DAE0CB;
}
</style>