Shades of Athens Grey #DCDFDF
Tints of Athens Grey #DCDFDF
RGB
CMYK
RGB Variations
Color information
#DCDFDF (or 0xDCDFDF) is known color: Athens Grey. HEX triplet: DC, DF and DF. RGB value is (220,223,223). Sum of RGB (Red+Green+Blue) = 220+223+223=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #DCDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFDF is #232020. Grayscale: #DEDEDE. Windows color (decimal): -2301985 or 14671836. OLE color: 14671836.
HSL color Cylindrical-coordinate representation of color #DCDFDF: hue angle of 180º degrees, saturation: 0.04, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DCDFDF is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 223 | - |
CMYK | 0.01 | 0 | 0 | 0.13 |
HSL | 180º | 0.04% | 0.87% | - |
HSV(B) | 180º | 0.01% | 0.87% | - |
XYZ | 69.22 | 73.32 | 80.32 | - |
YUV | 222.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 223 | 0.01 | 0 | 0 | 0.13 | 180 | 0.04 | 0.87 |
Hex | DC | DF | DF | 1 | 0 | 0 | D | B4 | 4 | 57 |
Octal | 334 | 337 | 337 | 1 | 0 | 0 | 15 | 264 | 4 | 127 |
Binary | 11011100 | 11011111 | 11011111 | 1 | 0 | 0 | 1101 | 10110100 | 100 | 1010111 |
Color Harmonies of #DCDFDF
Complementary color
Monochromatic Colors of #DCDFDF
Black with #DCDFDF
Text Example
Text Example
White with #DCDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFDF; }
p { color: rgb(220,223,223); }
H1.HeaderClassName
{
color: #DCDFDF;
}
.AnyTagClassName
{
color: #DCDFDF;
}
</style>
background-color css
<style>
a { background-color: #DCDFDF; }
a { background-color: rgb(220,223,223); }
div.DivClassName
{
background-color: #DCDFDF;
}
.BgClassName
{
background-color: #DCDFDF;
}
</style>
border-color css
<style>
span { border-color: #DCDFDF; }
span { border-color: rgb(220,223,223); }
td.TdClassName
{
border-color: #DCDFDF;
}
.TagClassName
{
border-color: #DCDFDF;
}
</style>