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