#DCDEDE

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

Shades of Athens Grey #DCDEDE

Tints of Athens Grey #DCDEDE

Color information

#DCDEDE (or 0xDCDEDE) is unknown color: approx Athens Grey. HEX triplet: DC, DE and DE. RGB value is (220,222,222). Sum of RGB (Red+Green+Blue) = 220+222+222=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #DCDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEDE is #232121. Grayscale: #DDDDDD. Windows color (decimal): -2302242 or 14606044. OLE color: 14606044.

HSL color Cylindrical-coordinate representation of color #DCDEDE: hue angle of 180º degrees, saturation: 0.03, 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 #DCDEDE is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220222222-
CMYK0.01000.13
HSL180º2.94%86.67%-
HSV(B)180º0.9%87.06%-
XYZ68.8272.7379.52-
YUV221.4128.34127-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=33.13%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222220.01000.131802.9486.67
HexDCDEDE100Db4357
Octal334336336100152643127
Binary110111001101111011011110100110110110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEDE; }

 p { color: rgb(220,222,222); }

 H1.HeaderClassName
 {
   color: #DCDEDE;
 }
 .AnyTagClassName
 {
   color: #DCDEDE;
 }
</style>
background-color css

<style>
 a { background-color: #DCDEDE; }

 a { background-color: rgb(220,222,222); }

 div.DivClassName
 {
   background-color: #DCDEDE;
 }
 .BgClassName
 {
   background-color: #DCDEDE;
 }
</style>
border-color css

<style>
 span { border-color: #DCDEDE; }

 span { border-color: rgb(220,222,222); }

 td.TdClassName
 {
   border-color: #DCDEDE;
 }
 .TagClassName
 {
   border-color: #DCDEDE;
 }
</style>