Shades of Athens Grey #D8DDDD
Tints of Athens Grey #D8DDDD
RGB
CMYK
RGB Variations
Color information
#D8DDDD (or 0xD8DDDD) is known color: Athens Grey. HEX triplet: D8, DD and DD. RGB value is (216,221,221). Sum of RGB (Red+Green+Blue) = 216+221+221=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D8DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDDD is #272222. Grayscale: #DBDBDB. Windows color (decimal): -2564643 or 14540248. OLE color: 14540248.
HSL color Cylindrical-coordinate representation of color #D8DDDD: hue angle of 180º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8DDDD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 221 | - |
| CMYK | 0.02 | 0 | 0 | 0.13 |
| HSL | 180º | 0.07% | 0.86% | - |
| HSV(B) | 180º | 0.02% | 0.87% | - |
| XYZ | 67.23 | 71.53 | 78.67 | - |
| YUV | 219.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 221 | 0.02 | 0 | 0 | 0.13 | 180 | 0.07 | 0.86 |
| Hex | D8 | DD | DD | 2 | 0 | 0 | D | B4 | 7 | 56 |
| Octal | 330 | 335 | 335 | 2 | 0 | 0 | 15 | 264 | 7 | 126 |
| Binary | 11011000 | 11011101 | 11011101 | 10 | 0 | 0 | 1101 | 10110100 | 111 | 1010110 |
Color Harmonies of #D8DDDD
Complementary color
Monochromatic Colors of #D8DDDD
Black with #D8DDDD
Text Example
Text Example
White with #D8DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDDD; }
p { color: rgb(216,221,221); }
H1.HeaderClassName
{
color: #D8DDDD;
}
.AnyTagClassName
{
color: #D8DDDD;
}
</style>
background-color css
<style>
a { background-color: #D8DDDD; }
a { background-color: rgb(216,221,221); }
div.DivClassName
{
background-color: #D8DDDD;
}
.BgClassName
{
background-color: #D8DDDD;
}
</style>
border-color css
<style>
span { border-color: #D8DDDD; }
span { border-color: rgb(216,221,221); }
td.TdClassName
{
border-color: #D8DDDD;
}
.TagClassName
{
border-color: #D8DDDD;
}
</style>