Shades of Athens Grey #D7DDDC
Tints of Athens Grey #D7DDDC
RGB
CMYK
RGB Variations
Color information
#D7DDDC (or 0xD7DDDC) is known color: Athens Grey. HEX triplet: D7, DD and DC. RGB value is (215,221,220). Sum of RGB (Red+Green+Blue) = 215+221+220=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDC is #282223. Grayscale: #DBDBDB. Windows color (decimal): -2630180 or 14474711. OLE color: 14474711.
HSL color Cylindrical-coordinate representation of color #D7DDDC: hue angle of 170º degrees, saturation: 0.08, 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 #D7DDDC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 221 | 220 | - |
| CMYK | 0.03 | 0 | 0.00 | 0.13 |
| HSL | 170º | 0.08% | 0.85% | - |
| HSV(B) | 170º | 0.03% | 0.87% | - |
| XYZ | 66.8 | 71.33 | 77.96 | - |
| YUV | 219.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 220 | 0.03 | 0 | 0.00 | 0.13 | 170 | 0.08 | 0.85 |
| Hex | D7 | DD | DC | 3 | 0 | 0 | D | AA | 8 | 55 |
| Octal | 327 | 335 | 334 | 3 | 0 | 0 | 15 | 252 | 10 | 125 |
| Binary | 11010111 | 11011101 | 11011100 | 11 | 0 | 0 | 1101 | 10101010 | 1000 | 1010101 |
Color Harmonies of #D7DDDC
Complementary color
Monochromatic Colors of #D7DDDC
Black with #D7DDDC
Text Example
Text Example
White with #D7DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDDC; }
p { color: rgb(215,221,220); }
H1.HeaderClassName
{
color: #D7DDDC;
}
.AnyTagClassName
{
color: #D7DDDC;
}
</style>
background-color css
<style>
a { background-color: #D7DDDC; }
a { background-color: rgb(215,221,220); }
div.DivClassName
{
background-color: #D7DDDC;
}
.BgClassName
{
background-color: #D7DDDC;
}
</style>
border-color css
<style>
span { border-color: #D7DDDC; }
span { border-color: rgb(215,221,220); }
td.TdClassName
{
border-color: #D7DDDC;
}
.TagClassName
{
border-color: #D7DDDC;
}
</style>