Shades of Athens Grey #D3DCDD
Tints of Athens Grey #D3DCDD
RGB
CMYK
RGB Variations
Color information
#D3DCDD (or 0xD3DCDD) is known color: Athens Grey. HEX triplet: D3, DC and DD. RGB value is (211,220,221). Sum of RGB (Red+Green+Blue) = 211+220+221=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCDD is #2C2322. Grayscale: #D9D9D9. Windows color (decimal): -2892579 or 14539987. OLE color: 14539987.
HSL color Cylindrical-coordinate representation of color #D3DCDD: hue angle of 186º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DCDD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 220 | 221 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.13 |
| HSL | 186º | 0.13% | 0.85% | - |
| HSV(B) | 186º | 0.05% | 0.87% | - |
| XYZ | 65.51 | 70.26 | 78.51 | - |
| YUV | 217.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 221 | 0.05 | 0.00 | 0 | 0.13 | 186 | 0.13 | 0.85 |
| Hex | D3 | DC | DD | 5 | 0 | 0 | D | BA | D | 55 |
| Octal | 323 | 334 | 335 | 5 | 0 | 0 | 15 | 272 | 15 | 125 |
| Binary | 11010011 | 11011100 | 11011101 | 101 | 0 | 0 | 1101 | 10111010 | 1101 | 1010101 |
Color Harmonies of #D3DCDD
Complementary color
Monochromatic Colors of #D3DCDD
Black with #D3DCDD
Text Example
Text Example
White with #D3DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCDD; }
p { color: rgb(211,220,221); }
H1.HeaderClassName
{
color: #D3DCDD;
}
.AnyTagClassName
{
color: #D3DCDD;
}
</style>
background-color css
<style>
a { background-color: #D3DCDD; }
a { background-color: rgb(211,220,221); }
div.DivClassName
{
background-color: #D3DCDD;
}
.BgClassName
{
background-color: #D3DCDD;
}
</style>
border-color css
<style>
span { border-color: #D3DCDD; }
span { border-color: rgb(211,220,221); }
td.TdClassName
{
border-color: #D3DCDD;
}
.TagClassName
{
border-color: #D3DCDD;
}
</style>