Shades of Gin #D8DFCA
Tints of Gin #D8DFCA
RGB
CMYK
RGB Variations
Color information
#D8DFCA (or 0xD8DFCA) is known color: Gin. HEX triplet: D8, DF and CA. RGB value is (216,223,202). Sum of RGB (Red+Green+Blue) = 216+223+202=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFCA is #272035. Grayscale: #DADADA. Windows color (decimal): -2564150 or 13295576. OLE color: 13295576.
HSL color Cylindrical-coordinate representation of color #D8DFCA: hue angle of 80º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8DFCA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 202 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.13 |
| HSL | 80º | 0.25% | 0.83% | - |
| HSV(B) | 80º | 0.09% | 0.87% | - |
| XYZ | 65.37 | 71.64 | 66.26 | - |
| YUV | 218.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 202 | 0.03 | 0 | 0.09 | 0.13 | 80 | 0.25 | 0.83 |
| Hex | D8 | DF | CA | 3 | 0 | 9 | D | 50 | 19 | 53 |
| Octal | 330 | 337 | 312 | 3 | 0 | 11 | 15 | 120 | 31 | 123 |
| Binary | 11011000 | 11011111 | 11001010 | 11 | 0 | 1001 | 1101 | 1010000 | 11001 | 1010011 |
Color Harmonies of #D8DFCA
Complementary color
Monochromatic Colors of #D8DFCA
Black with #D8DFCA
Text Example
Text Example
White with #D8DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFCA; }
p { color: rgb(216,223,202); }
H1.HeaderClassName
{
color: #D8DFCA;
}
.AnyTagClassName
{
color: #D8DFCA;
}
</style>
background-color css
<style>
a { background-color: #D8DFCA; }
a { background-color: rgb(216,223,202); }
div.DivClassName
{
background-color: #D8DFCA;
}
.BgClassName
{
background-color: #D8DFCA;
}
</style>
border-color css
<style>
span { border-color: #D8DFCA; }
span { border-color: rgb(216,223,202); }
td.TdClassName
{
border-color: #D8DFCA;
}
.TagClassName
{
border-color: #D8DFCA;
}
</style>