Shades of Gin #D5E0C4
Tints of Gin #D5E0C4
RGB
CMYK
RGB Variations
Color information
#D5E0C4 (or 0xD5E0C4) is known color: Gin. HEX triplet: D5, E0 and C4. RGB value is (213,224,196). Sum of RGB (Red+Green+Blue) = 213+224+196=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0C4 is #2A1F3B. Grayscale: #D9D9D9. Windows color (decimal): -2760508 or 12902613. OLE color: 12902613.
HSL color Cylindrical-coordinate representation of color #D5E0C4: hue angle of 83.57º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5E0C4 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 196 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.12 |
| HSL | 83.57º | 0.31% | 0.82% | - |
| HSV(B) | 83.57º | 0.13% | 0.88% | - |
| XYZ | 64.06 | 71.44 | 62.64 | - |
| YUV | 217.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 196 | 0.05 | 0 | 0.12 | 0.12 | 83.57 | 0.31 | 0.82 |
| Hex | D5 | E0 | C4 | 5 | 0 | C | C | 54 | 1F | 52 |
| Octal | 325 | 340 | 304 | 5 | 0 | 14 | 14 | 124 | 37 | 122 |
| Binary | 11010101 | 11100000 | 11000100 | 101 | 0 | 1100 | 1100 | 1010100 | 11111 | 1010010 |
Color Harmonies of #D5E0C4
Complementary color
Monochromatic Colors of #D5E0C4
Black with #D5E0C4
Text Example
Text Example
White with #D5E0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E0C4; }
p { color: rgb(213,224,196); }
H1.HeaderClassName
{
color: #D5E0C4;
}
.AnyTagClassName
{
color: #D5E0C4;
}
</style>
background-color css
<style>
a { background-color: #D5E0C4; }
a { background-color: rgb(213,224,196); }
div.DivClassName
{
background-color: #D5E0C4;
}
.BgClassName
{
background-color: #D5E0C4;
}
</style>
border-color css
<style>
span { border-color: #D5E0C4; }
span { border-color: rgb(213,224,196); }
td.TdClassName
{
border-color: #D5E0C4;
}
.TagClassName
{
border-color: #D5E0C4;
}
</style>