Shades of Gin #D9E2CB
Tints of Gin #D9E2CB
RGB
CMYK
RGB Variations
Color information
#D9E2CB (or 0xD9E2CB) is known color: Gin. HEX triplet: D9, E2 and CB. RGB value is (217,226,203). Sum of RGB (Red+Green+Blue) = 217+226+203=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E2CB is #261D34. Grayscale: #DCDCDC. Windows color (decimal): -2497845 or 13361881. OLE color: 13361881.
HSL color Cylindrical-coordinate representation of color #D9E2CB: hue angle of 83.48º 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 #D9E2CB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 203 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.11 |
| HSL | 83.48º | 0.28% | 0.84% | - |
| HSV(B) | 83.48º | 0.1% | 0.89% | - |
| XYZ | 66.59 | 73.46 | 67.17 | - |
| YUV | 220.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 203 | 0.04 | 0 | 0.10 | 0.11 | 83.48 | 0.28 | 0.84 |
| Hex | D9 | E2 | CB | 4 | 0 | A | B | 53 | 1C | 54 |
| Octal | 331 | 342 | 313 | 4 | 0 | 12 | 13 | 123 | 34 | 124 |
| Binary | 11011001 | 11100010 | 11001011 | 100 | 0 | 1010 | 1011 | 1010011 | 11100 | 1010100 |
Color Harmonies of #D9E2CB
Complementary color
Monochromatic Colors of #D9E2CB
Black with #D9E2CB
Text Example
Text Example
White with #D9E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2CB; }
p { color: rgb(217,226,203); }
H1.HeaderClassName
{
color: #D9E2CB;
}
.AnyTagClassName
{
color: #D9E2CB;
}
</style>
background-color css
<style>
a { background-color: #D9E2CB; }
a { background-color: rgb(217,226,203); }
div.DivClassName
{
background-color: #D9E2CB;
}
.BgClassName
{
background-color: #D9E2CB;
}
</style>
border-color css
<style>
span { border-color: #D9E2CB; }
span { border-color: rgb(217,226,203); }
td.TdClassName
{
border-color: #D9E2CB;
}
.TagClassName
{
border-color: #D9E2CB;
}
</style>