Shades of Gin #D1DCBD
Tints of Gin #D1DCBD
RGB
CMYK
RGB Variations
Color information
#D1DCBD (or 0xD1DCBD) is known color: Gin. HEX triplet: D1, DC and BD. RGB value is (209,220,189). Sum of RGB (Red+Green+Blue) = 209+220+189=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBD is #2E2342. Grayscale: #D5D5D5. Windows color (decimal): -3023683 or 12442833. OLE color: 12442833.
HSL color Cylindrical-coordinate representation of color #D1DCBD: hue angle of 81.29º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DCBD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 189 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.14 |
| HSL | 81.29º | 0.31% | 0.8% | - |
| HSV(B) | 81.29º | 0.14% | 0.86% | - |
| XYZ | 61.07 | 68.42 | 58.13 | - |
| YUV | 213.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 189 | 0.05 | 0 | 0.14 | 0.14 | 81.29 | 0.31 | 0.8 |
| Hex | D1 | DC | BD | 5 | 0 | E | E | 51 | 1F | 50 |
| Octal | 321 | 334 | 275 | 5 | 0 | 16 | 16 | 121 | 37 | 120 |
| Binary | 11010001 | 11011100 | 10111101 | 101 | 0 | 1110 | 1110 | 1010001 | 11111 | 1010000 |
Color Harmonies of #D1DCBD
Complementary color
Monochromatic Colors of #D1DCBD
Black with #D1DCBD
Text Example
Text Example
White with #D1DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DCBD; }
p { color: rgb(209,220,189); }
H1.HeaderClassName
{
color: #D1DCBD;
}
.AnyTagClassName
{
color: #D1DCBD;
}
</style>
background-color css
<style>
a { background-color: #D1DCBD; }
a { background-color: rgb(209,220,189); }
div.DivClassName
{
background-color: #D1DCBD;
}
.BgClassName
{
background-color: #D1DCBD;
}
</style>
border-color css
<style>
span { border-color: #D1DCBD; }
span { border-color: rgb(209,220,189); }
td.TdClassName
{
border-color: #D1DCBD;
}
.TagClassName
{
border-color: #D1DCBD;
}
</style>