Shades of Athens Grey #D1DDDD
Tints of Athens Grey #D1DDDD
RGB
CMYK
RGB Variations
Color information
#D1DDDD (or 0xD1DDDD) is known color: Athens Grey. HEX triplet: D1, DD and DD. RGB value is (209,221,221). Sum of RGB (Red+Green+Blue) = 209+221+221=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D1DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDD is #2E2222. Grayscale: #D9D9D9. Windows color (decimal): -3023395 or 14540241. OLE color: 14540241.
HSL color Cylindrical-coordinate representation of color #D1DDDD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DDDD is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 221 | 221 | - |
CMYK | 0.05 | 0 | 0 | 0.13 |
HSL | 180º | 0.15% | 0.84% | - |
HSV(B) | 180º | 0.05% | 0.87% | - |
XYZ | 65.2 | 70.49 | 78.58 | - |
YUV | 217.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 221 | 0.05 | 0 | 0 | 0.13 | 180 | 0.15 | 0.84 |
Hex | D1 | DD | DD | 5 | 0 | 0 | D | B4 | F | 54 |
Octal | 321 | 335 | 335 | 5 | 0 | 0 | 15 | 264 | 17 | 124 |
Binary | 11010001 | 11011101 | 11011101 | 101 | 0 | 0 | 1101 | 10110100 | 1111 | 1010100 |
Color Harmonies of #D1DDDD
Complementary color
Monochromatic Colors of #D1DDDD
Black with #D1DDDD
Text Example
Text Example
White with #D1DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDDD; }
p { color: rgb(209,221,221); }
H1.HeaderClassName
{
color: #D1DDDD;
}
.AnyTagClassName
{
color: #D1DDDD;
}
</style>
background-color css
<style>
a { background-color: #D1DDDD; }
a { background-color: rgb(209,221,221); }
div.DivClassName
{
background-color: #D1DDDD;
}
.BgClassName
{
background-color: #D1DDDD;
}
</style>
border-color css
<style>
span { border-color: #D1DDDD; }
span { border-color: rgb(209,221,221); }
td.TdClassName
{
border-color: #D1DDDD;
}
.TagClassName
{
border-color: #D1DDDD;
}
</style>