Shades of Athens Grey #D4DCDE
Tints of Athens Grey #D4DCDE
RGB
CMYK
RGB Variations
Color information
#D4DCDE (or 0xD4DCDE) is known color: Athens Grey. HEX triplet: D4, DC and DE. RGB value is (212,220,222). Sum of RGB (Red+Green+Blue) = 212+220+222=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDE is #2B2321. Grayscale: #D9D9D9. Windows color (decimal): -2827042 or 14605524. OLE color: 14605524.
HSL color Cylindrical-coordinate representation of color #D4DCDE: hue angle of 192º 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 #D4DCDE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 220 | 222 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.13 |
| HSL | 192º | 0.13% | 0.85% | - |
| HSV(B) | 192º | 0.05% | 0.87% | - |
| XYZ | 65.93 | 70.46 | 79.23 | - |
| YUV | 217.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 222 | 0.05 | 0.01 | 0 | 0.13 | 192 | 0.13 | 0.85 |
| Hex | D4 | DC | DE | 5 | 1 | 0 | D | C0 | D | 55 |
| Octal | 324 | 334 | 336 | 5 | 1 | 0 | 15 | 300 | 15 | 125 |
| Binary | 11010100 | 11011100 | 11011110 | 101 | 1 | 0 | 1101 | 11000000 | 1101 | 1010101 |
Color Harmonies of #D4DCDE
Complementary color
Monochromatic Colors of #D4DCDE
Black with #D4DCDE
Text Example
Text Example
White with #D4DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCDE; }
p { color: rgb(212,220,222); }
H1.HeaderClassName
{
color: #D4DCDE;
}
.AnyTagClassName
{
color: #D4DCDE;
}
</style>
background-color css
<style>
a { background-color: #D4DCDE; }
a { background-color: rgb(212,220,222); }
div.DivClassName
{
background-color: #D4DCDE;
}
.BgClassName
{
background-color: #D4DCDE;
}
</style>
border-color css
<style>
span { border-color: #D4DCDE; }
span { border-color: rgb(212,220,222); }
td.TdClassName
{
border-color: #D4DCDE;
}
.TagClassName
{
border-color: #D4DCDE;
}
</style>