Shades of Gin #D2DFB9
Tints of Gin #D2DFB9
RGB
CMYK
RGB Variations
Color information
#D2DFB9 (or 0xD2DFB9) is known color: Gin. HEX triplet: D2, DF and B9. RGB value is (210,223,185). Sum of RGB (Red+Green+Blue) = 210+223+185=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFB9 is #2D2046. Grayscale: #D6D6D6. Windows color (decimal): -2957383 or 12181458. OLE color: 12181458.
HSL color Cylindrical-coordinate representation of color #D2DFB9: hue angle of 80.53º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DFB9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 223 | 185 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.13 |
| HSL | 80.53º | 0.37% | 0.8% | - |
| HSV(B) | 80.53º | 0.17% | 0.87% | - |
| XYZ | 61.72 | 69.98 | 56.15 | - |
| YUV | 214.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 185 | 0.06 | 0 | 0.17 | 0.13 | 80.53 | 0.37 | 0.8 |
| Hex | D2 | DF | B9 | 6 | 0 | 11 | D | 51 | 25 | 50 |
| Octal | 322 | 337 | 271 | 6 | 0 | 21 | 15 | 121 | 45 | 120 |
| Binary | 11010010 | 11011111 | 10111001 | 110 | 0 | 10001 | 1101 | 1010001 | 100101 | 1010000 |
Color Harmonies of #D2DFB9
Complementary color
Monochromatic Colors of #D2DFB9
Black with #D2DFB9
Text Example
Text Example
White with #D2DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFB9; }
p { color: rgb(210,223,185); }
H1.HeaderClassName
{
color: #D2DFB9;
}
.AnyTagClassName
{
color: #D2DFB9;
}
</style>
background-color css
<style>
a { background-color: #D2DFB9; }
a { background-color: rgb(210,223,185); }
div.DivClassName
{
background-color: #D2DFB9;
}
.BgClassName
{
background-color: #D2DFB9;
}
</style>
border-color css
<style>
span { border-color: #D2DFB9; }
span { border-color: rgb(210,223,185); }
td.TdClassName
{
border-color: #D2DFB9;
}
.TagClassName
{
border-color: #D2DFB9;
}
</style>