Shades of Gin #D8DCCC
Tints of Gin #D8DCCC
RGB
CMYK
RGB Variations
Color information
#D8DCCC (or 0xD8DCCC) is known color: Gin. HEX triplet: D8, DC and CC. RGB value is (216,220,204). Sum of RGB (Red+Green+Blue) = 216+220+204=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCCC is #272333. Grayscale: #D9D9D9. Windows color (decimal): -2564916 or 13425880. OLE color: 13425880.
HSL color Cylindrical-coordinate representation of color #D8DCCC: hue angle of 75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8DCCC is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 204 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.14 |
| HSL | 75º | 0.19% | 0.83% | - |
| HSV(B) | 75º | 0.07% | 0.86% | - |
| XYZ | 64.81 | 70.14 | 67.25 | - |
| YUV | 216.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 204 | 0.02 | 0 | 0.07 | 0.14 | 75 | 0.19 | 0.83 |
| Hex | D8 | DC | CC | 2 | 0 | 7 | E | 4B | 13 | 53 |
| Octal | 330 | 334 | 314 | 2 | 0 | 7 | 16 | 113 | 23 | 123 |
| Binary | 11011000 | 11011100 | 11001100 | 10 | 0 | 111 | 1110 | 1001011 | 10011 | 1010011 |
Color Harmonies of #D8DCCC
Complementary color
Monochromatic Colors of #D8DCCC
Black with #D8DCCC
Text Example
Text Example
White with #D8DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCCC; }
p { color: rgb(216,220,204); }
H1.HeaderClassName
{
color: #D8DCCC;
}
.AnyTagClassName
{
color: #D8DCCC;
}
</style>
background-color css
<style>
a { background-color: #D8DCCC; }
a { background-color: rgb(216,220,204); }
div.DivClassName
{
background-color: #D8DCCC;
}
.BgClassName
{
background-color: #D8DCCC;
}
</style>
border-color css
<style>
span { border-color: #D8DCCC; }
span { border-color: rgb(216,220,204); }
td.TdClassName
{
border-color: #D8DCCC;
}
.TagClassName
{
border-color: #D8DCCC;
}
</style>