Shades of Athens Grey #D3DDDF
Tints of Athens Grey #D3DDDF
RGB
CMYK
RGB Variations
Color information
#D3DDDF (or 0xD3DDDF) is known color: Athens Grey. HEX triplet: D3, DD and DF. RGB value is (211,221,223). Sum of RGB (Red+Green+Blue) = 211+221+223=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDDF is #2C2220. Grayscale: #DADADA. Windows color (decimal): -2892321 or 14671315. OLE color: 14671315.
HSL color Cylindrical-coordinate representation of color #D3DDDF: hue angle of 190º degrees, saturation: 0.16, 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 #D3DDDF is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 223 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.13 |
| HSL | 190º | 0.16% | 0.85% | - |
| HSV(B) | 190º | 0.05% | 0.87% | - |
| XYZ | 66.04 | 70.89 | 80.01 | - |
| YUV | 218.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 223 | 0.05 | 0.01 | 0 | 0.13 | 190 | 0.16 | 0.85 |
| Hex | D3 | DD | DF | 5 | 1 | 0 | D | BE | 10 | 55 |
| Octal | 323 | 335 | 337 | 5 | 1 | 0 | 15 | 276 | 20 | 125 |
| Binary | 11010011 | 11011101 | 11011111 | 101 | 1 | 0 | 1101 | 10111110 | 10000 | 1010101 |
Color Harmonies of #D3DDDF
Complementary color
Monochromatic Colors of #D3DDDF
Black with #D3DDDF
Text Example
Text Example
White with #D3DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDDF; }
p { color: rgb(211,221,223); }
H1.HeaderClassName
{
color: #D3DDDF;
}
.AnyTagClassName
{
color: #D3DDDF;
}
</style>
background-color css
<style>
a { background-color: #D3DDDF; }
a { background-color: rgb(211,221,223); }
div.DivClassName
{
background-color: #D3DDDF;
}
.BgClassName
{
background-color: #D3DDDF;
}
</style>
border-color css
<style>
span { border-color: #D3DDDF; }
span { border-color: rgb(211,221,223); }
td.TdClassName
{
border-color: #D3DDDF;
}
.TagClassName
{
border-color: #D3DDDF;
}
</style>