Shades of Athens Grey #D2DDDF
Tints of Athens Grey #D2DDDF
RGB
CMYK
RGB Variations
Color information
#D2DDDF (or 0xD2DDDF) is known color: Athens Grey. HEX triplet: D2, DD and DF. RGB value is (210,221,223). Sum of RGB (Red+Green+Blue) = 210+221+223=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDDF is #2D2220. Grayscale: #D9D9D9. Windows color (decimal): -2957857 or 14671314. OLE color: 14671314.
HSL color Cylindrical-coordinate representation of color #D2DDDF: hue angle of 189.23º degrees, saturation: 0.17, 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 #D2DDDF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 223 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.13 |
| HSL | 189.23º | 0.17% | 0.85% | - |
| HSV(B) | 189.23º | 0.06% | 0.87% | - |
| XYZ | 65.75 | 70.74 | 80 | - |
| YUV | 217.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 223 | 0.06 | 0.01 | 0 | 0.13 | 189.23 | 0.17 | 0.85 |
| Hex | D2 | DD | DF | 6 | 1 | 0 | D | BD | 11 | 55 |
| Octal | 322 | 335 | 337 | 6 | 1 | 0 | 15 | 275 | 21 | 125 |
| Binary | 11010010 | 11011101 | 11011111 | 110 | 1 | 0 | 1101 | 10111101 | 10001 | 1010101 |
Color Harmonies of #D2DDDF
Complementary color
Monochromatic Colors of #D2DDDF
Black with #D2DDDF
Text Example
Text Example
White with #D2DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDDF; }
p { color: rgb(210,221,223); }
H1.HeaderClassName
{
color: #D2DDDF;
}
.AnyTagClassName
{
color: #D2DDDF;
}
</style>
background-color css
<style>
a { background-color: #D2DDDF; }
a { background-color: rgb(210,221,223); }
div.DivClassName
{
background-color: #D2DDDF;
}
.BgClassName
{
background-color: #D2DDDF;
}
</style>
border-color css
<style>
span { border-color: #D2DDDF; }
span { border-color: rgb(210,221,223); }
td.TdClassName
{
border-color: #D2DDDF;
}
.TagClassName
{
border-color: #D2DDDF;
}
</style>