Shades of Gin #D8E2CB
Tints of Gin #D8E2CB
RGB
CMYK
RGB Variations
Color information
#D8E2CB (or 0xD8E2CB) is known color: Gin. HEX triplet: D8, E2 and CB. RGB value is (216,226,203). Sum of RGB (Red+Green+Blue) = 216+226+203=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E2CB is #271D34. Grayscale: #DCDCDC. Windows color (decimal): -2563381 or 13361880. OLE color: 13361880.
HSL color Cylindrical-coordinate representation of color #D8E2CB: hue angle of 86.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E2CB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 203 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.11 |
| HSL | 86.09º | 0.28% | 0.84% | - |
| HSV(B) | 86.09º | 0.1% | 0.89% | - |
| XYZ | 66.29 | 73.3 | 67.15 | - |
| YUV | 220.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 203 | 0.04 | 0 | 0.10 | 0.11 | 86.09 | 0.28 | 0.84 |
| Hex | D8 | E2 | CB | 4 | 0 | A | B | 56 | 1C | 54 |
| Octal | 330 | 342 | 313 | 4 | 0 | 12 | 13 | 126 | 34 | 124 |
| Binary | 11011000 | 11100010 | 11001011 | 100 | 0 | 1010 | 1011 | 1010110 | 11100 | 1010100 |
Color Harmonies of #D8E2CB
Complementary color
Monochromatic Colors of #D8E2CB
Black with #D8E2CB
Text Example
Text Example
White with #D8E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E2CB; }
p { color: rgb(216,226,203); }
H1.HeaderClassName
{
color: #D8E2CB;
}
.AnyTagClassName
{
color: #D8E2CB;
}
</style>
background-color css
<style>
a { background-color: #D8E2CB; }
a { background-color: rgb(216,226,203); }
div.DivClassName
{
background-color: #D8E2CB;
}
.BgClassName
{
background-color: #D8E2CB;
}
</style>
border-color css
<style>
span { border-color: #D8E2CB; }
span { border-color: rgb(216,226,203); }
td.TdClassName
{
border-color: #D8E2CB;
}
.TagClassName
{
border-color: #D8E2CB;
}
</style>