#DCDFDF

Color #DCDFDF Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #DCDFDF

Tints of Athens Grey #DCDFDF

Color information

#DCDFDF (or 0xDCDFDF) is unknown color: approx 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

RGB220223223-
CMYK0.01000.13
HSL180º4.48%86.86%-
HSV(B)180º1.35%87.45%-
XYZ69.2273.3280.32-
YUV222.1128.51126.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=33.03%
G=33.48%
B=33.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232230.01000.131804.4886.86
HexDCDFDF100Db4457
Octal334337337100152644127
Binary1101110011011111110111111001101101101001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>