Shades of Athens Grey #D4DCDD
Tints of Athens Grey #D4DCDD
RGB
CMYK
RGB Variations
Color information
#D4DCDD (or 0xD4DCDD) is known color: Athens Grey. HEX triplet: D4, DC and DD. RGB value is (212,220,221). Sum of RGB (Red+Green+Blue) = 212+220+221=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDD is #2B2322. Grayscale: #D9D9D9. Windows color (decimal): -2827043 or 14539988. OLE color: 14539988.
HSL color Cylindrical-coordinate representation of color #D4DCDD: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4DCDD is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 220 | 221 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.13 |
| HSL | 186.67º | 0.12% | 0.85% | - |
| HSV(B) | 186.67º | 0.04% | 0.87% | - |
| XYZ | 65.8 | 70.4 | 78.53 | - |
| YUV | 217.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 221 | 0.04 | 0.00 | 0 | 0.13 | 186.67 | 0.12 | 0.85 |
| Hex | D4 | DC | DD | 4 | 0 | 0 | D | BB | C | 55 |
| Octal | 324 | 334 | 335 | 4 | 0 | 0 | 15 | 273 | 14 | 125 |
| Binary | 11010100 | 11011100 | 11011101 | 100 | 0 | 0 | 1101 | 10111011 | 1100 | 1010101 |
Color Harmonies of #D4DCDD
Complementary color
Monochromatic Colors of #D4DCDD
Black with #D4DCDD
Text Example
Text Example
White with #D4DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCDD; }
p { color: rgb(212,220,221); }
H1.HeaderClassName
{
color: #D4DCDD;
}
.AnyTagClassName
{
color: #D4DCDD;
}
</style>
background-color css
<style>
a { background-color: #D4DCDD; }
a { background-color: rgb(212,220,221); }
div.DivClassName
{
background-color: #D4DCDD;
}
.BgClassName
{
background-color: #D4DCDD;
}
</style>
border-color css
<style>
span { border-color: #D4DCDD; }
span { border-color: rgb(212,220,221); }
td.TdClassName
{
border-color: #D4DCDD;
}
.TagClassName
{
border-color: #D4DCDD;
}
</style>