Shades of Gin #D2DEBA
Tints of Gin #D2DEBA
RGB
CMYK
RGB Variations
Color information
#D2DEBA (or 0xD2DEBA) is known color: Gin. HEX triplet: D2, DE and BA. RGB value is (210,222,186). Sum of RGB (Red+Green+Blue) = 210+222+186=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEBA is #2D2145. Grayscale: #D6D6D6. Windows color (decimal): -2957638 or 12246738. OLE color: 12246738.
HSL color Cylindrical-coordinate representation of color #D2DEBA: hue angle of 80º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DEBA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 186 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.13 |
| HSL | 80º | 0.35% | 0.8% | - |
| HSV(B) | 80º | 0.16% | 0.87% | - |
| XYZ | 61.56 | 69.49 | 56.62 | - |
| YUV | 214.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 186 | 0.05 | 0 | 0.16 | 0.13 | 80 | 0.35 | 0.8 |
| Hex | D2 | DE | BA | 5 | 0 | 10 | D | 50 | 23 | 50 |
| Octal | 322 | 336 | 272 | 5 | 0 | 20 | 15 | 120 | 43 | 120 |
| Binary | 11010010 | 11011110 | 10111010 | 101 | 0 | 10000 | 1101 | 1010000 | 100011 | 1010000 |
Color Harmonies of #D2DEBA
Complementary color
Monochromatic Colors of #D2DEBA
Black with #D2DEBA
Text Example
Text Example
White with #D2DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEBA; }
p { color: rgb(210,222,186); }
H1.HeaderClassName
{
color: #D2DEBA;
}
.AnyTagClassName
{
color: #D2DEBA;
}
</style>
background-color css
<style>
a { background-color: #D2DEBA; }
a { background-color: rgb(210,222,186); }
div.DivClassName
{
background-color: #D2DEBA;
}
.BgClassName
{
background-color: #D2DEBA;
}
</style>
border-color css
<style>
span { border-color: #D2DEBA; }
span { border-color: rgb(210,222,186); }
td.TdClassName
{
border-color: #D2DEBA;
}
.TagClassName
{
border-color: #D2DEBA;
}
</style>