Shades of Gin #D3DFBE
Tints of Gin #D3DFBE
RGB
CMYK
RGB Variations
Color information
#D3DFBE (or 0xD3DFBE) is known color: Gin. HEX triplet: D3, DF and BE. RGB value is (211,223,190). Sum of RGB (Red+Green+Blue) = 211+223+190=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFBE is #2C2041. Grayscale: #D7D7D7. Windows color (decimal): -2891842 or 12509139. OLE color: 12509139.
HSL color Cylindrical-coordinate representation of color #D3DFBE: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DFBE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 190 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.13 |
| HSL | 81.82º | 0.34% | 0.81% | - |
| HSV(B) | 81.82º | 0.15% | 0.87% | - |
| XYZ | 62.55 | 70.34 | 59 | - |
| YUV | 215.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 190 | 0.05 | 0 | 0.15 | 0.13 | 81.82 | 0.34 | 0.81 |
| Hex | D3 | DF | BE | 5 | 0 | F | D | 52 | 22 | 51 |
| Octal | 323 | 337 | 276 | 5 | 0 | 17 | 15 | 122 | 42 | 121 |
| Binary | 11010011 | 11011111 | 10111110 | 101 | 0 | 1111 | 1101 | 1010010 | 100010 | 1010001 |
Color Harmonies of #D3DFBE
Complementary color
Monochromatic Colors of #D3DFBE
Black with #D3DFBE
Text Example
Text Example
White with #D3DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFBE; }
p { color: rgb(211,223,190); }
H1.HeaderClassName
{
color: #D3DFBE;
}
.AnyTagClassName
{
color: #D3DFBE;
}
</style>
background-color css
<style>
a { background-color: #D3DFBE; }
a { background-color: rgb(211,223,190); }
div.DivClassName
{
background-color: #D3DFBE;
}
.BgClassName
{
background-color: #D3DFBE;
}
</style>
border-color css
<style>
span { border-color: #D3DFBE; }
span { border-color: rgb(211,223,190); }
td.TdClassName
{
border-color: #D3DFBE;
}
.TagClassName
{
border-color: #D3DFBE;
}
</style>