Shades of Gin #D9E3CA
Tints of Gin #D9E3CA
RGB
CMYK
RGB Variations
Color information
#D9E3CA (or 0xD9E3CA) is known color: Gin. HEX triplet: D9, E3 and CA. RGB value is (217,227,202). Sum of RGB (Red+Green+Blue) = 217+227+202=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3CA is #261C35. Grayscale: #DDDDDD. Windows color (decimal): -2497590 or 13296601. OLE color: 13296601.
HSL color Cylindrical-coordinate representation of color #D9E3CA: hue angle of 84º degrees, saturation: 0.31, 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 #D9E3CA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 202 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.11 |
| HSL | 84º | 0.31% | 0.84% | - |
| HSV(B) | 84º | 0.11% | 0.89% | - |
| XYZ | 66.75 | 73.95 | 66.63 | - |
| YUV | 221.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 202 | 0.04 | 0 | 0.11 | 0.11 | 84 | 0.31 | 0.84 |
| Hex | D9 | E3 | CA | 4 | 0 | B | B | 54 | 1F | 54 |
| Octal | 331 | 343 | 312 | 4 | 0 | 13 | 13 | 124 | 37 | 124 |
| Binary | 11011001 | 11100011 | 11001010 | 100 | 0 | 1011 | 1011 | 1010100 | 11111 | 1010100 |
Color Harmonies of #D9E3CA
Complementary color
Monochromatic Colors of #D9E3CA
Black with #D9E3CA
Text Example
Text Example
White with #D9E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3CA; }
p { color: rgb(217,227,202); }
H1.HeaderClassName
{
color: #D9E3CA;
}
.AnyTagClassName
{
color: #D9E3CA;
}
</style>
background-color css
<style>
a { background-color: #D9E3CA; }
a { background-color: rgb(217,227,202); }
div.DivClassName
{
background-color: #D9E3CA;
}
.BgClassName
{
background-color: #D9E3CA;
}
</style>
border-color css
<style>
span { border-color: #D9E3CA; }
span { border-color: rgb(217,227,202); }
td.TdClassName
{
border-color: #D9E3CA;
}
.TagClassName
{
border-color: #D9E3CA;
}
</style>