Shades of Gin #D2DCBF
Tints of Gin #D2DCBF
RGB
CMYK
RGB Variations
Color information
#D2DCBF (or 0xD2DCBF) is known color: Gin. HEX triplet: D2, DC and BF. RGB value is (210,220,191). Sum of RGB (Red+Green+Blue) = 210+220+191=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCBF is #2D2340. Grayscale: #D5D5D5. Windows color (decimal): -2958145 or 12573906. OLE color: 12573906.
HSL color Cylindrical-coordinate representation of color #D2DCBF: hue angle of 80.69º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2DCBF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 191 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.14 |
| HSL | 80.69º | 0.29% | 0.81% | - |
| HSV(B) | 80.69º | 0.13% | 0.86% | - |
| XYZ | 61.58 | 68.65 | 59.3 | - |
| YUV | 213.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 191 | 0.05 | 0 | 0.13 | 0.14 | 80.69 | 0.29 | 0.81 |
| Hex | D2 | DC | BF | 5 | 0 | D | E | 51 | 1D | 51 |
| Octal | 322 | 334 | 277 | 5 | 0 | 15 | 16 | 121 | 35 | 121 |
| Binary | 11010010 | 11011100 | 10111111 | 101 | 0 | 1101 | 1110 | 1010001 | 11101 | 1010001 |
Color Harmonies of #D2DCBF
Complementary color
Monochromatic Colors of #D2DCBF
Black with #D2DCBF
Text Example
Text Example
White with #D2DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCBF; }
p { color: rgb(210,220,191); }
H1.HeaderClassName
{
color: #D2DCBF;
}
.AnyTagClassName
{
color: #D2DCBF;
}
</style>
background-color css
<style>
a { background-color: #D2DCBF; }
a { background-color: rgb(210,220,191); }
div.DivClassName
{
background-color: #D2DCBF;
}
.BgClassName
{
background-color: #D2DCBF;
}
</style>
border-color css
<style>
span { border-color: #D2DCBF; }
span { border-color: rgb(210,220,191); }
td.TdClassName
{
border-color: #D2DCBF;
}
.TagClassName
{
border-color: #D2DCBF;
}
</style>