Shades of Gin #D7E4C1
Tints of Gin #D7E4C1
RGB
CMYK
RGB Variations
Color information
#D7E4C1 (or 0xD7E4C1) is known color: Gin. HEX triplet: D7, E4 and C1. RGB value is (215,228,193). Sum of RGB (Red+Green+Blue) = 215+228+193=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E4C1 is #281B3E. Grayscale: #DCDCDC. Windows color (decimal): -2628415 or 12707031. OLE color: 12707031.
HSL color Cylindrical-coordinate representation of color #D7E4C1: hue angle of 82.29º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7E4C1 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 193 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.11 |
| HSL | 82.29º | 0.39% | 0.83% | - |
| HSV(B) | 82.29º | 0.15% | 0.89% | - |
| XYZ | 65.39 | 73.78 | 61.25 | - |
| YUV | 220.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 193 | 0.06 | 0 | 0.15 | 0.11 | 82.29 | 0.39 | 0.83 |
| Hex | D7 | E4 | C1 | 6 | 0 | F | B | 52 | 27 | 53 |
| Octal | 327 | 344 | 301 | 6 | 0 | 17 | 13 | 122 | 47 | 123 |
| Binary | 11010111 | 11100100 | 11000001 | 110 | 0 | 1111 | 1011 | 1010010 | 100111 | 1010011 |
Color Harmonies of #D7E4C1
Complementary color
Monochromatic Colors of #D7E4C1
Black with #D7E4C1
Text Example
Text Example
White with #D7E4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E4C1; }
p { color: rgb(215,228,193); }
H1.HeaderClassName
{
color: #D7E4C1;
}
.AnyTagClassName
{
color: #D7E4C1;
}
</style>
background-color css
<style>
a { background-color: #D7E4C1; }
a { background-color: rgb(215,228,193); }
div.DivClassName
{
background-color: #D7E4C1;
}
.BgClassName
{
background-color: #D7E4C1;
}
</style>
border-color css
<style>
span { border-color: #D7E4C1; }
span { border-color: rgb(215,228,193); }
td.TdClassName
{
border-color: #D7E4C1;
}
.TagClassName
{
border-color: #D7E4C1;
}
</style>