Shades of Gin #D2DDBE
Tints of Gin #D2DDBE
RGB
CMYK
RGB Variations
Color information
#D2DDBE (or 0xD2DDBE) is known color: Gin. HEX triplet: D2, DD and BE. RGB value is (210,221,190). Sum of RGB (Red+Green+Blue) = 210+221+190=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDBE is #2D2241. Grayscale: #D6D6D6. Windows color (decimal): -2957890 or 12508626. OLE color: 12508626.
HSL color Cylindrical-coordinate representation of color #D2DDBE: hue angle of 81.29º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2DDBE is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 190 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.13 |
| HSL | 81.29º | 0.31% | 0.81% | - |
| HSV(B) | 81.29º | 0.14% | 0.87% | - |
| XYZ | 61.73 | 69.13 | 58.81 | - |
| YUV | 214.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 190 | 0.05 | 0 | 0.14 | 0.13 | 81.29 | 0.31 | 0.81 |
| Hex | D2 | DD | BE | 5 | 0 | E | D | 51 | 1F | 51 |
| Octal | 322 | 335 | 276 | 5 | 0 | 16 | 15 | 121 | 37 | 121 |
| Binary | 11010010 | 11011101 | 10111110 | 101 | 0 | 1110 | 1101 | 1010001 | 11111 | 1010001 |
Color Harmonies of #D2DDBE
Complementary color
Monochromatic Colors of #D2DDBE
Black with #D2DDBE
Text Example
Text Example
White with #D2DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDBE; }
p { color: rgb(210,221,190); }
H1.HeaderClassName
{
color: #D2DDBE;
}
.AnyTagClassName
{
color: #D2DDBE;
}
</style>
background-color css
<style>
a { background-color: #D2DDBE; }
a { background-color: rgb(210,221,190); }
div.DivClassName
{
background-color: #D2DDBE;
}
.BgClassName
{
background-color: #D2DDBE;
}
</style>
border-color css
<style>
span { border-color: #D2DDBE; }
span { border-color: rgb(210,221,190); }
td.TdClassName
{
border-color: #D2DDBE;
}
.TagClassName
{
border-color: #D2DDBE;
}
</style>