Shades of Athens Grey #D3DBDB
Tints of Athens Grey #D3DBDB
RGB
CMYK
RGB Variations
Color information
#D3DBDB (or 0xD3DBDB) is known color: Athens Grey. HEX triplet: D3, DB and DB. RGB value is (211,219,219). Sum of RGB (Red+Green+Blue) = 211+219+219=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D3DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBDB is #2C2424. Grayscale: #D8D8D8. Windows color (decimal): -2892837 or 14408659. OLE color: 14408659.
HSL color Cylindrical-coordinate representation of color #D3DBDB: hue angle of 180º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DBDB is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 219 | 219 | - |
CMYK | 0.04 | 0 | 0 | 0.14 |
HSL | 180º | 0.1% | 0.84% | - |
HSV(B) | 180º | 0.04% | 0.86% | - |
XYZ | 64.98 | 69.63 | 77.03 | - |
YUV | 216.61 | 129.35 | 124 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 219 | 219 | 0.04 | 0 | 0 | 0.14 | 180 | 0.1 | 0.84 |
Hex | D3 | DB | DB | 4 | 0 | 0 | E | B4 | A | 54 |
Octal | 323 | 333 | 333 | 4 | 0 | 0 | 16 | 264 | 12 | 124 |
Binary | 11010011 | 11011011 | 11011011 | 100 | 0 | 0 | 1110 | 10110100 | 1010 | 1010100 |
Color Harmonies of #D3DBDB
Complementary color
Monochromatic Colors of #D3DBDB
Black with #D3DBDB
Text Example
Text Example
White with #D3DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBDB; }
p { color: rgb(211,219,219); }
H1.HeaderClassName
{
color: #D3DBDB;
}
.AnyTagClassName
{
color: #D3DBDB;
}
</style>
background-color css
<style>
a { background-color: #D3DBDB; }
a { background-color: rgb(211,219,219); }
div.DivClassName
{
background-color: #D3DBDB;
}
.BgClassName
{
background-color: #D3DBDB;
}
</style>
border-color css
<style>
span { border-color: #D3DBDB; }
span { border-color: rgb(211,219,219); }
td.TdClassName
{
border-color: #D3DBDB;
}
.TagClassName
{
border-color: #D3DBDB;
}
</style>