Shades of Gin #D9E3CC
Tints of Gin #D9E3CC
RGB
CMYK
RGB Variations
Color information
#D9E3CC (or 0xD9E3CC) is known color: Gin. HEX triplet: D9, E3 and CC. RGB value is (217,227,204). Sum of RGB (Red+Green+Blue) = 217+227+204=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3CC is #261C33. Grayscale: #DDDDDD. Windows color (decimal): -2497588 or 13427673. OLE color: 13427673.
HSL color Cylindrical-coordinate representation of color #D9E3CC: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9E3CC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 204 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.11 |
| HSL | 86.09º | 0.29% | 0.85% | - |
| HSV(B) | 86.09º | 0.1% | 0.89% | - |
| XYZ | 66.98 | 74.05 | 67.89 | - |
| YUV | 221.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 204 | 0.04 | 0 | 0.10 | 0.11 | 86.09 | 0.29 | 0.85 |
| Hex | D9 | E3 | CC | 4 | 0 | A | B | 56 | 1D | 55 |
| Octal | 331 | 343 | 314 | 4 | 0 | 12 | 13 | 126 | 35 | 125 |
| Binary | 11011001 | 11100011 | 11001100 | 100 | 0 | 1010 | 1011 | 1010110 | 11101 | 1010101 |
Color Harmonies of #D9E3CC
Complementary color
Monochromatic Colors of #D9E3CC
Black with #D9E3CC
Text Example
Text Example
White with #D9E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3CC; }
p { color: rgb(217,227,204); }
H1.HeaderClassName
{
color: #D9E3CC;
}
.AnyTagClassName
{
color: #D9E3CC;
}
</style>
background-color css
<style>
a { background-color: #D9E3CC; }
a { background-color: rgb(217,227,204); }
div.DivClassName
{
background-color: #D9E3CC;
}
.BgClassName
{
background-color: #D9E3CC;
}
</style>
border-color css
<style>
span { border-color: #D9E3CC; }
span { border-color: rgb(217,227,204); }
td.TdClassName
{
border-color: #D9E3CC;
}
.TagClassName
{
border-color: #D9E3CC;
}
</style>