Shades of Gin #D5E0C0
Tints of Gin #D5E0C0
RGB
CMYK
RGB Variations
Color information
#D5E0C0 (or 0xD5E0C0) is known color: Gin. HEX triplet: D5, E0 and C0. RGB value is (213,224,192). Sum of RGB (Red+Green+Blue) = 213+224+192=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C0 is #2A1F3F. Grayscale: #D9D9D9. Windows color (decimal): -2760512 or 12640469. OLE color: 12640469.
HSL color Cylindrical-coordinate representation of color #D5E0C0: hue angle of 80.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5E0C0 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 192 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.12 |
| HSL | 80.63º | 0.34% | 0.82% | - |
| HSV(B) | 80.63º | 0.14% | 0.88% | - |
| XYZ | 63.61 | 71.26 | 60.27 | - |
| YUV | 217.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 192 | 0.05 | 0 | 0.14 | 0.12 | 80.63 | 0.34 | 0.82 |
| Hex | D5 | E0 | C0 | 5 | 0 | E | C | 51 | 22 | 52 |
| Octal | 325 | 340 | 300 | 5 | 0 | 16 | 14 | 121 | 42 | 122 |
| Binary | 11010101 | 11100000 | 11000000 | 101 | 0 | 1110 | 1100 | 1010001 | 100010 | 1010010 |
Color Harmonies of #D5E0C0
Complementary color
Monochromatic Colors of #D5E0C0
Black with #D5E0C0
Text Example
Text Example
White with #D5E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0C0; }
p { color: rgb(213,224,192); }
H1.HeaderClassName
{
color: #D5E0C0;
}
.AnyTagClassName
{
color: #D5E0C0;
}
</style>
background-color css
<style>
a { background-color: #D5E0C0; }
a { background-color: rgb(213,224,192); }
div.DivClassName
{
background-color: #D5E0C0;
}
.BgClassName
{
background-color: #D5E0C0;
}
</style>
border-color css
<style>
span { border-color: #D5E0C0; }
span { border-color: rgb(213,224,192); }
td.TdClassName
{
border-color: #D5E0C0;
}
.TagClassName
{
border-color: #D5E0C0;
}
</style>