#DCDDDD

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

Shades of Athens Grey #DCDDDD

Tints of Athens Grey #DCDDDD

Color information

#DCDDDD (or 0xDCDDDD) is unknown color: approx Athens Grey. HEX triplet: DC, DD and DD. RGB value is (220,221,221). Sum of RGB (Red+Green+Blue) = 220+221+221=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #DCDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDDD is #232222. Grayscale: #DCDCDC. Windows color (decimal): -2302499 or 14540252. OLE color: 14540252.

HSL color Cylindrical-coordinate representation of color #DCDDDD: hue angle of 180º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DCDDDD is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220221221-
CMYK0.00000.13
HSL180º1.45%86.47%-
HSV(B)180º0.45%86.67%-
XYZ68.4272.1578.73-
YUV220.7128.17127.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=33.23%
G=33.38%
B=33.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202212210.00000.131801.4586.47
HexDCDDDD000Db4156
Octal334335335000152641126
Binary11011100110111011101110100011011011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDDD; }

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

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

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

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

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

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

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

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