Shades of Gin #DAE1CB
Tints of Gin #DAE1CB
RGB
CMYK
RGB Variations
Color information
#DAE1CB (or 0xDAE1CB) is known color: Gin. HEX triplet: DA, E1 and CB. RGB value is (218,225,203). Sum of RGB (Red+Green+Blue) = 218+225+203=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1CB is #251E34. Grayscale: #DCDCDC. Windows color (decimal): -2432565 or 13361626. OLE color: 13361626.
HSL color Cylindrical-coordinate representation of color #DAE1CB: hue angle of 79.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE1CB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 203 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.12 |
| HSL | 79.09º | 0.27% | 0.84% | - |
| HSV(B) | 79.09º | 0.1% | 0.88% | - |
| XYZ | 66.62 | 73.07 | 67.09 | - |
| YUV | 220.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 203 | 0.03 | 0 | 0.10 | 0.12 | 79.09 | 0.27 | 0.84 |
| Hex | DA | E1 | CB | 3 | 0 | A | C | 4F | 1B | 54 |
| Octal | 332 | 341 | 313 | 3 | 0 | 12 | 14 | 117 | 33 | 124 |
| Binary | 11011010 | 11100001 | 11001011 | 11 | 0 | 1010 | 1100 | 1001111 | 11011 | 1010100 |
Color Harmonies of #DAE1CB
Complementary color
Monochromatic Colors of #DAE1CB
Black with #DAE1CB
Text Example
Text Example
White with #DAE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1CB; }
p { color: rgb(218,225,203); }
H1.HeaderClassName
{
color: #DAE1CB;
}
.AnyTagClassName
{
color: #DAE1CB;
}
</style>
background-color css
<style>
a { background-color: #DAE1CB; }
a { background-color: rgb(218,225,203); }
div.DivClassName
{
background-color: #DAE1CB;
}
.BgClassName
{
background-color: #DAE1CB;
}
</style>
border-color css
<style>
span { border-color: #DAE1CB; }
span { border-color: rgb(218,225,203); }
td.TdClassName
{
border-color: #DAE1CB;
}
.TagClassName
{
border-color: #DAE1CB;
}
</style>