Shades of Athens Grey #D1DDDF
Tints of Athens Grey #D1DDDF
RGB
CMYK
RGB Variations
Color information
#D1DDDF (or 0xD1DDDF) is known color: Athens Grey. HEX triplet: D1, DD and DF. RGB value is (209,221,223). Sum of RGB (Red+Green+Blue) = 209+221+223=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDF is #2E2220. Grayscale: #D9D9D9. Windows color (decimal): -3023393 or 14671313. OLE color: 14671313.
HSL color Cylindrical-coordinate representation of color #D1DDDF: hue angle of 188.57º degrees, saturation: 0.18, 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 #D1DDDF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 221 | 223 | - |
CMYK | 0.06 | 0.01 | 0 | 0.13 |
HSL | 188.57º | 0.18% | 0.85% | - |
HSV(B) | 188.57º | 0.06% | 0.87% | - |
XYZ | 65.47 | 70.6 | 79.99 | - |
YUV | 217.64 | 131.02 | 121.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 223 | 0.06 | 0.01 | 0 | 0.13 | 188.57 | 0.18 | 0.85 |
Hex | D1 | DD | DF | 6 | 1 | 0 | D | BD | 12 | 55 |
Octal | 321 | 335 | 337 | 6 | 1 | 0 | 15 | 275 | 22 | 125 |
Binary | 11010001 | 11011101 | 11011111 | 110 | 1 | 0 | 1101 | 10111101 | 10010 | 1010101 |
Color Harmonies of #D1DDDF
Complementary color
Monochromatic Colors of #D1DDDF
Black with #D1DDDF
Text Example
Text Example
White with #D1DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDDF; }
p { color: rgb(209,221,223); }
H1.HeaderClassName
{
color: #D1DDDF;
}
.AnyTagClassName
{
color: #D1DDDF;
}
</style>
background-color css
<style>
a { background-color: #D1DDDF; }
a { background-color: rgb(209,221,223); }
div.DivClassName
{
background-color: #D1DDDF;
}
.BgClassName
{
background-color: #D1DDDF;
}
</style>
border-color css
<style>
span { border-color: #D1DDDF; }
span { border-color: rgb(209,221,223); }
td.TdClassName
{
border-color: #D1DDDF;
}
.TagClassName
{
border-color: #D1DDDF;
}
</style>