Shades of Gin #D4DFBE
Tints of Gin #D4DFBE
RGB
CMYK
RGB Variations
Color information
#D4DFBE (or 0xD4DFBE) is known color: Gin. HEX triplet: D4, DF and BE. RGB value is (212,223,190). Sum of RGB (Red+Green+Blue) = 212+223+190=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFBE is #2B2041. Grayscale: #D8D8D8. Windows color (decimal): -2826306 or 12509140. OLE color: 12509140.
HSL color Cylindrical-coordinate representation of color #D4DFBE: hue angle of 80º 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 #D4DFBE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 223 | 190 | - |
CMYK | 0.05 | 0 | 0.15 | 0.13 |
HSL | 80º | 0.34% | 0.81% | - |
HSV(B) | 80º | 0.15% | 0.87% | - |
XYZ | 62.83 | 70.49 | 59.01 | - |
YUV | 215.95 | 113.36 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 223 | 190 | 0.05 | 0 | 0.15 | 0.13 | 80 | 0.34 | 0.81 |
Hex | D4 | DF | BE | 5 | 0 | F | D | 50 | 22 | 51 |
Octal | 324 | 337 | 276 | 5 | 0 | 17 | 15 | 120 | 42 | 121 |
Binary | 11010100 | 11011111 | 10111110 | 101 | 0 | 1111 | 1101 | 1010000 | 100010 | 1010001 |
Color Harmonies of #D4DFBE
Complementary color
Monochromatic Colors of #D4DFBE
Black with #D4DFBE
Text Example
Text Example
White with #D4DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFBE; }
p { color: rgb(212,223,190); }
H1.HeaderClassName
{
color: #D4DFBE;
}
.AnyTagClassName
{
color: #D4DFBE;
}
</style>
background-color css
<style>
a { background-color: #D4DFBE; }
a { background-color: rgb(212,223,190); }
div.DivClassName
{
background-color: #D4DFBE;
}
.BgClassName
{
background-color: #D4DFBE;
}
</style>
border-color css
<style>
span { border-color: #D4DFBE; }
span { border-color: rgb(212,223,190); }
td.TdClassName
{
border-color: #D4DFBE;
}
.TagClassName
{
border-color: #D4DFBE;
}
</style>