Shades of Gin #D5E1C0
Tints of Gin #D5E1C0
RGB
CMYK
RGB Variations
Color information
#D5E1C0 (or 0xD5E1C0) is known color: Gin. HEX triplet: D5, E1 and C0. RGB value is (213,225,192). Sum of RGB (Red+Green+Blue) = 213+225+192=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1C0 is #2A1E3F. Grayscale: #D9D9D9. Windows color (decimal): -2760256 or 12640725. OLE color: 12640725.
HSL color Cylindrical-coordinate representation of color #D5E1C0: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E1C0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 192 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.12 |
| HSL | 81.82º | 0.35% | 0.82% | - |
| HSV(B) | 81.82º | 0.15% | 0.88% | - |
| XYZ | 63.88 | 71.8 | 60.36 | - |
| YUV | 217.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 192 | 0.05 | 0 | 0.15 | 0.12 | 81.82 | 0.35 | 0.82 |
| Hex | D5 | E1 | C0 | 5 | 0 | F | C | 52 | 23 | 52 |
| Octal | 325 | 341 | 300 | 5 | 0 | 17 | 14 | 122 | 43 | 122 |
| Binary | 11010101 | 11100001 | 11000000 | 101 | 0 | 1111 | 1100 | 1010010 | 100011 | 1010010 |
Color Harmonies of #D5E1C0
Complementary color
Monochromatic Colors of #D5E1C0
Black with #D5E1C0
Text Example
Text Example
White with #D5E1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E1C0; }
p { color: rgb(213,225,192); }
H1.HeaderClassName
{
color: #D5E1C0;
}
.AnyTagClassName
{
color: #D5E1C0;
}
</style>
background-color css
<style>
a { background-color: #D5E1C0; }
a { background-color: rgb(213,225,192); }
div.DivClassName
{
background-color: #D5E1C0;
}
.BgClassName
{
background-color: #D5E1C0;
}
</style>
border-color css
<style>
span { border-color: #D5E1C0; }
span { border-color: rgb(213,225,192); }
td.TdClassName
{
border-color: #D5E1C0;
}
.TagClassName
{
border-color: #D5E1C0;
}
</style>