Shades of Gin #D9EBC1
Tints of Gin #D9EBC1
RGB
CMYK
RGB Variations
Color information
#D9EBC1 (or 0xD9EBC1) is known color: Gin. HEX triplet: D9, EB and C1. RGB value is (217,235,193). Sum of RGB (Red+Green+Blue) = 217+235+193=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC1 is #26143E. Grayscale: #E0E0E0. Windows color (decimal): -2495551 or 12708825. OLE color: 12708825.
HSL color Cylindrical-coordinate representation of color #D9EBC1: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9EBC1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 235 | 193 | - |
CMYK | 0.08 | 0 | 0.18 | 0.08 |
HSL | 85.71º | 0.51% | 0.84% | - |
HSV(B) | 85.71º | 0.18% | 0.92% | - |
XYZ | 67.95 | 78.02 | 61.93 | - |
YUV | 224.83 | 110.04 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 235 | 193 | 0.08 | 0 | 0.18 | 0.08 | 85.71 | 0.51 | 0.84 |
Hex | D9 | EB | C1 | 8 | 0 | 12 | 8 | 56 | 33 | 54 |
Octal | 331 | 353 | 301 | 10 | 0 | 22 | 10 | 126 | 63 | 124 |
Binary | 11011001 | 11101011 | 11000001 | 1000 | 0 | 10010 | 1000 | 1010110 | 110011 | 1010100 |
Color Harmonies of #D9EBC1
Complementary color
Monochromatic Colors of #D9EBC1
Black with #D9EBC1
Text Example
Text Example
White with #D9EBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBC1; }
p { color: rgb(217,235,193); }
H1.HeaderClassName
{
color: #D9EBC1;
}
.AnyTagClassName
{
color: #D9EBC1;
}
</style>
background-color css
<style>
a { background-color: #D9EBC1; }
a { background-color: rgb(217,235,193); }
div.DivClassName
{
background-color: #D9EBC1;
}
.BgClassName
{
background-color: #D9EBC1;
}
</style>
border-color css
<style>
span { border-color: #D9EBC1; }
span { border-color: rgb(217,235,193); }
td.TdClassName
{
border-color: #D9EBC1;
}
.TagClassName
{
border-color: #D9EBC1;
}
</style>