Shades of Athens Grey #D3DCDB
Tints of Athens Grey #D3DCDB
RGB
CMYK
RGB Variations
Color information
#D3DCDB (or 0xD3DCDB) is known color: Athens Grey. HEX triplet: D3, DC and DB. RGB value is (211,220,219). Sum of RGB (Red+Green+Blue) = 211+220+219=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCDB is #2C2324. Grayscale: #D9D9D9. Windows color (decimal): -2892581 or 14408915. OLE color: 14408915.
HSL color Cylindrical-coordinate representation of color #D3DCDB: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DCDB is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 219 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.14 |
| HSL | 173.33º | 0.11% | 0.85% | - |
| HSV(B) | 173.33º | 0.04% | 0.86% | - |
| XYZ | 65.24 | 70.15 | 77.12 | - |
| YUV | 217.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 219 | 0.04 | 0 | 0.00 | 0.14 | 173.33 | 0.11 | 0.85 |
| Hex | D3 | DC | DB | 4 | 0 | 0 | E | AD | B | 55 |
| Octal | 323 | 334 | 333 | 4 | 0 | 0 | 16 | 255 | 13 | 125 |
| Binary | 11010011 | 11011100 | 11011011 | 100 | 0 | 0 | 1110 | 10101101 | 1011 | 1010101 |
Color Harmonies of #D3DCDB
Complementary color
Monochromatic Colors of #D3DCDB
Black with #D3DCDB
Text Example
Text Example
White with #D3DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCDB; }
p { color: rgb(211,220,219); }
H1.HeaderClassName
{
color: #D3DCDB;
}
.AnyTagClassName
{
color: #D3DCDB;
}
</style>
background-color css
<style>
a { background-color: #D3DCDB; }
a { background-color: rgb(211,220,219); }
div.DivClassName
{
background-color: #D3DCDB;
}
.BgClassName
{
background-color: #D3DCDB;
}
</style>
border-color css
<style>
span { border-color: #D3DCDB; }
span { border-color: rgb(211,220,219); }
td.TdClassName
{
border-color: #D3DCDB;
}
.TagClassName
{
border-color: #D3DCDB;
}
</style>