Shades of Gin #D2DEBD
Tints of Gin #D2DEBD
RGB
CMYK
RGB Variations
Color information
#D2DEBD (or 0xD2DEBD) is known color: Gin. HEX triplet: D2, DE and BD. RGB value is (210,222,189). Sum of RGB (Red+Green+Blue) = 210+222+189=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEBD is #2D2142. Grayscale: #D6D6D6. Windows color (decimal): -2957635 or 12443346. OLE color: 12443346.
HSL color Cylindrical-coordinate representation of color #D2DEBD: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DEBD is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 189 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.13 |
| HSL | 81.82º | 0.33% | 0.81% | - |
| HSV(B) | 81.82º | 0.15% | 0.87% | - |
| XYZ | 61.88 | 69.62 | 58.32 | - |
| YUV | 214.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 189 | 0.05 | 0 | 0.15 | 0.13 | 81.82 | 0.33 | 0.81 |
| Hex | D2 | DE | BD | 5 | 0 | F | D | 52 | 21 | 51 |
| Octal | 322 | 336 | 275 | 5 | 0 | 17 | 15 | 122 | 41 | 121 |
| Binary | 11010010 | 11011110 | 10111101 | 101 | 0 | 1111 | 1101 | 1010010 | 100001 | 1010001 |
Color Harmonies of #D2DEBD
Complementary color
Monochromatic Colors of #D2DEBD
Black with #D2DEBD
Text Example
Text Example
White with #D2DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEBD; }
p { color: rgb(210,222,189); }
H1.HeaderClassName
{
color: #D2DEBD;
}
.AnyTagClassName
{
color: #D2DEBD;
}
</style>
background-color css
<style>
a { background-color: #D2DEBD; }
a { background-color: rgb(210,222,189); }
div.DivClassName
{
background-color: #D2DEBD;
}
.BgClassName
{
background-color: #D2DEBD;
}
</style>
border-color css
<style>
span { border-color: #D2DEBD; }
span { border-color: rgb(210,222,189); }
td.TdClassName
{
border-color: #D2DEBD;
}
.TagClassName
{
border-color: #D2DEBD;
}
</style>