Shades of Athens Grey #D7DDDD
Tints of Athens Grey #D7DDDD
RGB
CMYK
RGB Variations
Color information
#D7DDDD (or 0xD7DDDD) is known color: Athens Grey. HEX triplet: D7, DD and DD. RGB value is (215,221,221). Sum of RGB (Red+Green+Blue) = 215+221+221=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D7DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDD is #282222. Grayscale: #DBDBDB. Windows color (decimal): -2630179 or 14540247. OLE color: 14540247.
HSL color Cylindrical-coordinate representation of color #D7DDDD: hue angle of 180º 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 #D7DDDD is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 215 | 221 | 221 | - |
CMYK | 0.03 | 0 | 0 | 0.13 |
HSL | 180º | 0.08% | 0.85% | - |
HSV(B) | 180º | 0.03% | 0.87% | - |
XYZ | 66.93 | 71.38 | 78.66 | - |
YUV | 219.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 221 | 0.03 | 0 | 0 | 0.13 | 180 | 0.08 | 0.85 |
Hex | D7 | DD | DD | 3 | 0 | 0 | D | B4 | 8 | 55 |
Octal | 327 | 335 | 335 | 3 | 0 | 0 | 15 | 264 | 10 | 125 |
Binary | 11010111 | 11011101 | 11011101 | 11 | 0 | 0 | 1101 | 10110100 | 1000 | 1010101 |
Color Harmonies of #D7DDDD
Complementary color
Monochromatic Colors of #D7DDDD
Black with #D7DDDD
Text Example
Text Example
White with #D7DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDDD; }
p { color: rgb(215,221,221); }
H1.HeaderClassName
{
color: #D7DDDD;
}
.AnyTagClassName
{
color: #D7DDDD;
}
</style>
background-color css
<style>
a { background-color: #D7DDDD; }
a { background-color: rgb(215,221,221); }
div.DivClassName
{
background-color: #D7DDDD;
}
.BgClassName
{
background-color: #D7DDDD;
}
</style>
border-color css
<style>
span { border-color: #D7DDDD; }
span { border-color: rgb(215,221,221); }
td.TdClassName
{
border-color: #D7DDDD;
}
.TagClassName
{
border-color: #D7DDDD;
}
</style>