Shades of Athens Grey #D6DDDD
Tints of Athens Grey #D6DDDD
RGB
CMYK
RGB Variations
Color information
#D6DDDD (or 0xD6DDDD) is known color: Athens Grey. HEX triplet: D6, DD and DD. RGB value is (214,221,221). Sum of RGB (Red+Green+Blue) = 214+221+221=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D6DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDDD is #292222. Grayscale: #DADADA. Windows color (decimal): -2695715 or 14540246. OLE color: 14540246.
HSL color Cylindrical-coordinate representation of color #D6DDDD: hue angle of 180º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DDDD is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 221 | - |
| CMYK | 0.03 | 0 | 0 | 0.13 |
| HSL | 180º | 0.09% | 0.85% | - |
| HSV(B) | 180º | 0.03% | 0.87% | - |
| XYZ | 66.64 | 71.23 | 78.64 | - |
| YUV | 218.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 221 | 0.03 | 0 | 0 | 0.13 | 180 | 0.09 | 0.85 |
| Hex | D6 | DD | DD | 3 | 0 | 0 | D | B4 | 9 | 55 |
| Octal | 326 | 335 | 335 | 3 | 0 | 0 | 15 | 264 | 11 | 125 |
| Binary | 11010110 | 11011101 | 11011101 | 11 | 0 | 0 | 1101 | 10110100 | 1001 | 1010101 |
Color Harmonies of #D6DDDD
Complementary color
Monochromatic Colors of #D6DDDD
Black with #D6DDDD
Text Example
Text Example
White with #D6DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDDD; }
p { color: rgb(214,221,221); }
H1.HeaderClassName
{
color: #D6DDDD;
}
.AnyTagClassName
{
color: #D6DDDD;
}
</style>
background-color css
<style>
a { background-color: #D6DDDD; }
a { background-color: rgb(214,221,221); }
div.DivClassName
{
background-color: #D6DDDD;
}
.BgClassName
{
background-color: #D6DDDD;
}
</style>
border-color css
<style>
span { border-color: #D6DDDD; }
span { border-color: rgb(214,221,221); }
td.TdClassName
{
border-color: #D6DDDD;
}
.TagClassName
{
border-color: #D6DDDD;
}
</style>