Shades of Gin #D9E6C3
Tints of Gin #D9E6C3
RGB
CMYK
RGB Variations
Color information
#D9E6C3 (or 0xD9E6C3) is known color: Gin. HEX triplet: D9, E6 and C3. RGB value is (217,230,195). Sum of RGB (Red+Green+Blue) = 217+230+195=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6C3 is #26193C. Grayscale: #DEDEDE. Windows color (decimal): -2496829 or 12838617. OLE color: 12838617.
HSL color Cylindrical-coordinate representation of color #D9E6C3: hue angle of 82.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E6C3 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 195 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.10 |
| HSL | 82.29º | 0.41% | 0.83% | - |
| HSV(B) | 82.29º | 0.15% | 0.9% | - |
| XYZ | 66.76 | 75.29 | 62.64 | - |
| YUV | 222.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 195 | 0.06 | 0 | 0.15 | 0.10 | 82.29 | 0.41 | 0.83 |
| Hex | D9 | E6 | C3 | 6 | 0 | F | A | 52 | 29 | 53 |
| Octal | 331 | 346 | 303 | 6 | 0 | 17 | 12 | 122 | 51 | 123 |
| Binary | 11011001 | 11100110 | 11000011 | 110 | 0 | 1111 | 1010 | 1010010 | 101001 | 1010011 |
Color Harmonies of #D9E6C3
Complementary color
Monochromatic Colors of #D9E6C3
Black with #D9E6C3
Text Example
Text Example
White with #D9E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6C3; }
p { color: rgb(217,230,195); }
H1.HeaderClassName
{
color: #D9E6C3;
}
.AnyTagClassName
{
color: #D9E6C3;
}
</style>
background-color css
<style>
a { background-color: #D9E6C3; }
a { background-color: rgb(217,230,195); }
div.DivClassName
{
background-color: #D9E6C3;
}
.BgClassName
{
background-color: #D9E6C3;
}
</style>
border-color css
<style>
span { border-color: #D9E6C3; }
span { border-color: rgb(217,230,195); }
td.TdClassName
{
border-color: #D9E6C3;
}
.TagClassName
{
border-color: #D9E6C3;
}
</style>