Shades of Athens Grey #DBDDDD
Tints of Athens Grey #DBDDDD
RGB
CMYK
RGB Variations
Color information
#DBDDDD (or 0xDBDDDD) is known color: Athens Grey. HEX triplet: DB, DD and DD. RGB value is (219,221,221). Sum of RGB (Red+Green+Blue) = 219+221+221=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #DBDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDDD is #242222. Grayscale: #DCDCDC. Windows color (decimal): -2368035 or 14540251. OLE color: 14540251.
HSL color Cylindrical-coordinate representation of color #DBDDDD: hue angle of 180º degrees, saturation: 0.03, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDDDD is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 221 | - |
CMYK | 0.01 | 0 | 0 | 0.13 |
HSL | 180º | 0.03% | 0.86% | - |
HSV(B) | 180º | 0.01% | 0.87% | - |
XYZ | 68.12 | 71.99 | 78.71 | - |
YUV | 220.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 221 | 0.01 | 0 | 0 | 0.13 | 180 | 0.03 | 0.86 |
Hex | DB | DD | DD | 1 | 0 | 0 | D | B4 | 3 | 56 |
Octal | 333 | 335 | 335 | 1 | 0 | 0 | 15 | 264 | 3 | 126 |
Binary | 11011011 | 11011101 | 11011101 | 1 | 0 | 0 | 1101 | 10110100 | 11 | 1010110 |
Color Harmonies of #DBDDDD
Complementary color
Monochromatic Colors of #DBDDDD
Black with #DBDDDD
Text Example
Text Example
White with #DBDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDDD; }
p { color: rgb(219,221,221); }
H1.HeaderClassName
{
color: #DBDDDD;
}
.AnyTagClassName
{
color: #DBDDDD;
}
</style>
background-color css
<style>
a { background-color: #DBDDDD; }
a { background-color: rgb(219,221,221); }
div.DivClassName
{
background-color: #DBDDDD;
}
.BgClassName
{
background-color: #DBDDDD;
}
</style>
border-color css
<style>
span { border-color: #DBDDDD; }
span { border-color: rgb(219,221,221); }
td.TdClassName
{
border-color: #DBDDDD;
}
.TagClassName
{
border-color: #DBDDDD;
}
</style>