Shades of Athens Grey #D1DDDE
Tints of Athens Grey #D1DDDE
RGB
CMYK
RGB Variations
Color information
#D1DDDE (or 0xD1DDDE) is known color: Athens Grey. HEX triplet: D1, DD and DE. RGB value is (209,221,222). Sum of RGB (Red+Green+Blue) = 209+221+222=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDE is #2E2221. Grayscale: #D9D9D9. Windows color (decimal): -3023394 or 14605777. OLE color: 14605777.
HSL color Cylindrical-coordinate representation of color #D1DDDE: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DDDE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 222 | - |
| CMYK | 0.06 | 0.00 | 0 | 0.13 |
| HSL | 184.62º | 0.16% | 0.85% | - |
| HSV(B) | 184.62º | 0.06% | 0.87% | - |
| XYZ | 65.34 | 70.54 | 79.28 | - |
| YUV | 217.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 222 | 0.06 | 0.00 | 0 | 0.13 | 184.62 | 0.16 | 0.85 |
| Hex | D1 | DD | DE | 6 | 0 | 0 | D | B9 | 10 | 55 |
| Octal | 321 | 335 | 336 | 6 | 0 | 0 | 15 | 271 | 20 | 125 |
| Binary | 11010001 | 11011101 | 11011110 | 110 | 0 | 0 | 1101 | 10111001 | 10000 | 1010101 |
Color Harmonies of #D1DDDE
Complementary color
Monochromatic Colors of #D1DDDE
Black with #D1DDDE
Text Example
Text Example
White with #D1DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDDE; }
p { color: rgb(209,221,222); }
H1.HeaderClassName
{
color: #D1DDDE;
}
.AnyTagClassName
{
color: #D1DDDE;
}
</style>
background-color css
<style>
a { background-color: #D1DDDE; }
a { background-color: rgb(209,221,222); }
div.DivClassName
{
background-color: #D1DDDE;
}
.BgClassName
{
background-color: #D1DDDE;
}
</style>
border-color css
<style>
span { border-color: #D1DDDE; }
span { border-color: rgb(209,221,222); }
td.TdClassName
{
border-color: #D1DDDE;
}
.TagClassName
{
border-color: #D1DDDE;
}
</style>