Shades of Gin #D8DFC3
Tints of Gin #D8DFC3
RGB
CMYK
RGB Variations
Color information
#D8DFC3 (or 0xD8DFC3) is known color: Gin. HEX triplet: D8, DF and C3. RGB value is (216,223,195). Sum of RGB (Red+Green+Blue) = 216+223+195=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFC3 is #27203C. Grayscale: #D9D9D9. Windows color (decimal): -2564157 or 12836824. OLE color: 12836824.
HSL color Cylindrical-coordinate representation of color #D8DFC3: hue angle of 75º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DFC3 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 195 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.13 |
| HSL | 75º | 0.3% | 0.82% | - |
| HSV(B) | 75º | 0.13% | 0.87% | - |
| XYZ | 64.56 | 71.31 | 61.99 | - |
| YUV | 217.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 195 | 0.03 | 0 | 0.13 | 0.13 | 75 | 0.3 | 0.82 |
| Hex | D8 | DF | C3 | 3 | 0 | D | D | 4B | 1E | 52 |
| Octal | 330 | 337 | 303 | 3 | 0 | 15 | 15 | 113 | 36 | 122 |
| Binary | 11011000 | 11011111 | 11000011 | 11 | 0 | 1101 | 1101 | 1001011 | 11110 | 1010010 |
Color Harmonies of #D8DFC3
Complementary color
Monochromatic Colors of #D8DFC3
Black with #D8DFC3
Text Example
Text Example
White with #D8DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DFC3; }
p { color: rgb(216,223,195); }
H1.HeaderClassName
{
color: #D8DFC3;
}
.AnyTagClassName
{
color: #D8DFC3;
}
</style>
background-color css
<style>
a { background-color: #D8DFC3; }
a { background-color: rgb(216,223,195); }
div.DivClassName
{
background-color: #D8DFC3;
}
.BgClassName
{
background-color: #D8DFC3;
}
</style>
border-color css
<style>
span { border-color: #D8DFC3; }
span { border-color: rgb(216,223,195); }
td.TdClassName
{
border-color: #D8DFC3;
}
.TagClassName
{
border-color: #D8DFC3;
}
</style>