Shades of Athens Grey #DBDFDF
Tints of Athens Grey #DBDFDF
RGB
CMYK
RGB Variations
Color information
#DBDFDF (or 0xDBDFDF) is known color: Athens Grey. HEX triplet: DB, DF and DF. RGB value is (219,223,223). Sum of RGB (Red+Green+Blue) = 219+223+223=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #DBDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFDF is #242020. Grayscale: #DDDDDD. Windows color (decimal): -2367521 or 14671835. OLE color: 14671835.
HSL color Cylindrical-coordinate representation of color #DBDFDF: hue angle of 180º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDFDF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 223 | - |
CMYK | 0.02 | 0 | 0 | 0.13 |
HSL | 180º | 0.06% | 0.87% | - |
HSV(B) | 180º | 0.02% | 0.87% | - |
XYZ | 68.92 | 73.16 | 80.3 | - |
YUV | 221.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 223 | 0.02 | 0 | 0 | 0.13 | 180 | 0.06 | 0.87 |
Hex | DB | DF | DF | 2 | 0 | 0 | D | B4 | 6 | 57 |
Octal | 333 | 337 | 337 | 2 | 0 | 0 | 15 | 264 | 6 | 127 |
Binary | 11011011 | 11011111 | 11011111 | 10 | 0 | 0 | 1101 | 10110100 | 110 | 1010111 |
Color Harmonies of #DBDFDF
Complementary color
Monochromatic Colors of #DBDFDF
Black with #DBDFDF
Text Example
Text Example
White with #DBDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFDF; }
p { color: rgb(219,223,223); }
H1.HeaderClassName
{
color: #DBDFDF;
}
.AnyTagClassName
{
color: #DBDFDF;
}
</style>
background-color css
<style>
a { background-color: #DBDFDF; }
a { background-color: rgb(219,223,223); }
div.DivClassName
{
background-color: #DBDFDF;
}
.BgClassName
{
background-color: #DBDFDF;
}
</style>
border-color css
<style>
span { border-color: #DBDFDF; }
span { border-color: rgb(219,223,223); }
td.TdClassName
{
border-color: #DBDFDF;
}
.TagClassName
{
border-color: #DBDFDF;
}
</style>