Shades of Athens Grey #D6DCDD
Tints of Athens Grey #D6DCDD
RGB
CMYK
RGB Variations
Color information
#D6DCDD (or 0xD6DCDD) is known color: Athens Grey. HEX triplet: D6, DC and DD. RGB value is (214,220,221). Sum of RGB (Red+Green+Blue) = 214+220+221=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCDD is #292322. Grayscale: #DADADA. Windows color (decimal): -2695971 or 14539990. OLE color: 14539990.
HSL color Cylindrical-coordinate representation of color #D6DCDD: hue angle of 188.57º 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 #D6DCDD is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 220 | 221 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.13 |
| HSL | 188.57º | 0.09% | 0.85% | - |
| HSV(B) | 188.57º | 0.03% | 0.87% | - |
| XYZ | 66.38 | 70.7 | 78.56 | - |
| YUV | 218.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 221 | 0.03 | 0.00 | 0 | 0.13 | 188.57 | 0.09 | 0.85 |
| Hex | D6 | DC | DD | 3 | 0 | 0 | D | BD | 9 | 55 |
| Octal | 326 | 334 | 335 | 3 | 0 | 0 | 15 | 275 | 11 | 125 |
| Binary | 11010110 | 11011100 | 11011101 | 11 | 0 | 0 | 1101 | 10111101 | 1001 | 1010101 |
Color Harmonies of #D6DCDD
Complementary color
Monochromatic Colors of #D6DCDD
Black with #D6DCDD
Text Example
Text Example
White with #D6DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DCDD; }
p { color: rgb(214,220,221); }
H1.HeaderClassName
{
color: #D6DCDD;
}
.AnyTagClassName
{
color: #D6DCDD;
}
</style>
background-color css
<style>
a { background-color: #D6DCDD; }
a { background-color: rgb(214,220,221); }
div.DivClassName
{
background-color: #D6DCDD;
}
.BgClassName
{
background-color: #D6DCDD;
}
</style>
border-color css
<style>
span { border-color: #D6DCDD; }
span { border-color: rgb(214,220,221); }
td.TdClassName
{
border-color: #D6DCDD;
}
.TagClassName
{
border-color: #D6DCDD;
}
</style>