Shades of Athens Grey #D8DCDC
Tints of Athens Grey #D8DCDC
RGB
CMYK
RGB Variations
Color information
#D8DCDC (or 0xD8DCDC) is known color: Athens Grey. HEX triplet: D8, DC and DC. RGB value is (216,220,220). Sum of RGB (Red+Green+Blue) = 216+220+220=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D8DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDC is #272323. Grayscale: #DADADA. Windows color (decimal): -2564900 or 14474456. OLE color: 14474456.
HSL color Cylindrical-coordinate representation of color #D8DCDC: hue angle of 180º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DCDC is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 220 | - |
| CMYK | 0.02 | 0 | 0 | 0.14 |
| HSL | 180º | 0.05% | 0.85% | - |
| HSV(B) | 180º | 0.02% | 0.86% | - |
| XYZ | 66.83 | 70.95 | 77.88 | - |
| YUV | 218.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 220 | 0.02 | 0 | 0 | 0.14 | 180 | 0.05 | 0.85 |
| Hex | D8 | DC | DC | 2 | 0 | 0 | E | B4 | 5 | 55 |
| Octal | 330 | 334 | 334 | 2 | 0 | 0 | 16 | 264 | 5 | 125 |
| Binary | 11011000 | 11011100 | 11011100 | 10 | 0 | 0 | 1110 | 10110100 | 101 | 1010101 |
Color Harmonies of #D8DCDC
Complementary color
Monochromatic Colors of #D8DCDC
Black with #D8DCDC
Text Example
Text Example
White with #D8DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DCDC; }
p { color: rgb(216,220,220); }
H1.HeaderClassName
{
color: #D8DCDC;
}
.AnyTagClassName
{
color: #D8DCDC;
}
</style>
background-color css
<style>
a { background-color: #D8DCDC; }
a { background-color: rgb(216,220,220); }
div.DivClassName
{
background-color: #D8DCDC;
}
.BgClassName
{
background-color: #D8DCDC;
}
</style>
border-color css
<style>
span { border-color: #D8DCDC; }
span { border-color: rgb(216,220,220); }
td.TdClassName
{
border-color: #D8DCDC;
}
.TagClassName
{
border-color: #D8DCDC;
}
</style>