Shades of Gin #D5E0C2
Tints of Gin #D5E0C2
RGB
CMYK
RGB Variations
Color information
#D5E0C2 (or 0xD5E0C2) is known color: Gin. HEX triplet: D5, E0 and C2. RGB value is (213,224,194). Sum of RGB (Red+Green+Blue) = 213+224+194=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C2 is #2A1F3D. Grayscale: #D9D9D9. Windows color (decimal): -2760510 or 12771541. OLE color: 12771541.
HSL color Cylindrical-coordinate representation of color #D5E0C2: hue angle of 82º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5E0C2 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 194 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.12 |
| HSL | 82º | 0.33% | 0.82% | - |
| HSV(B) | 82º | 0.13% | 0.88% | - |
| XYZ | 63.83 | 71.35 | 61.45 | - |
| YUV | 217.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 194 | 0.05 | 0 | 0.13 | 0.12 | 82 | 0.33 | 0.82 |
| Hex | D5 | E0 | C2 | 5 | 0 | D | C | 52 | 21 | 52 |
| Octal | 325 | 340 | 302 | 5 | 0 | 15 | 14 | 122 | 41 | 122 |
| Binary | 11010101 | 11100000 | 11000010 | 101 | 0 | 1101 | 1100 | 1010010 | 100001 | 1010010 |
Color Harmonies of #D5E0C2
Complementary color
Monochromatic Colors of #D5E0C2
Black with #D5E0C2
Text Example
Text Example
White with #D5E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0C2; }
p { color: rgb(213,224,194); }
H1.HeaderClassName
{
color: #D5E0C2;
}
.AnyTagClassName
{
color: #D5E0C2;
}
</style>
background-color css
<style>
a { background-color: #D5E0C2; }
a { background-color: rgb(213,224,194); }
div.DivClassName
{
background-color: #D5E0C2;
}
.BgClassName
{
background-color: #D5E0C2;
}
</style>
border-color css
<style>
span { border-color: #D5E0C2; }
span { border-color: rgb(213,224,194); }
td.TdClassName
{
border-color: #D5E0C2;
}
.TagClassName
{
border-color: #D5E0C2;
}
</style>