Shades of Gin #D1DDBC
Tints of Gin #D1DDBC
RGB
CMYK
RGB Variations
Color information
#D1DDBC (or 0xD1DDBC) is known color: Gin. HEX triplet: D1, DD and BC. RGB value is (209,221,188). Sum of RGB (Red+Green+Blue) = 209+221+188=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDBC is #2E2243. Grayscale: #D5D5D5. Windows color (decimal): -3023428 or 12377553. OLE color: 12377553.
HSL color Cylindrical-coordinate representation of color #D1DDBC: hue angle of 81.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DDBC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 188 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.13 |
| HSL | 81.82º | 0.33% | 0.8% | - |
| HSV(B) | 81.82º | 0.15% | 0.87% | - |
| XYZ | 61.23 | 68.9 | 57.65 | - |
| YUV | 213.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 188 | 0.05 | 0 | 0.15 | 0.13 | 81.82 | 0.33 | 0.8 |
| Hex | D1 | DD | BC | 5 | 0 | F | D | 52 | 21 | 50 |
| Octal | 321 | 335 | 274 | 5 | 0 | 17 | 15 | 122 | 41 | 120 |
| Binary | 11010001 | 11011101 | 10111100 | 101 | 0 | 1111 | 1101 | 1010010 | 100001 | 1010000 |
Color Harmonies of #D1DDBC
Complementary color
Monochromatic Colors of #D1DDBC
Black with #D1DDBC
Text Example
Text Example
White with #D1DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDBC; }
p { color: rgb(209,221,188); }
H1.HeaderClassName
{
color: #D1DDBC;
}
.AnyTagClassName
{
color: #D1DDBC;
}
</style>
background-color css
<style>
a { background-color: #D1DDBC; }
a { background-color: rgb(209,221,188); }
div.DivClassName
{
background-color: #D1DDBC;
}
.BgClassName
{
background-color: #D1DDBC;
}
</style>
border-color css
<style>
span { border-color: #D1DDBC; }
span { border-color: rgb(209,221,188); }
td.TdClassName
{
border-color: #D1DDBC;
}
.TagClassName
{
border-color: #D1DDBC;
}
</style>