Html Css Color HEX #DCDDDD Athens Grey

📋 copy color: '#DCDDDD'

red 220 ◦ green 221 ◦ blue 221

#DCDDDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Athens Grey #DCDDDD

Tints of Athens Grey #DCDDDD

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 value IS 0.00

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCDDDD (or 0xDCDDDD) is known color: 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

RGB 220 221 221 -
CMYK 0.00 0 0 0.13
HSL 180º 0.01% 0.86% -
HSV(B) 180º 0% 0.87% -
XYZ 68.42 72.15 78.73 -
YUV 220.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 220 221 221 0.00 0 0 0.13 180 0.01 0.86
Hex DC DD DD 0 0 0 D B4 1 56
Octal 334 335 335 0 0 0 15 264 1 126
Binary 11011100 11011101 11011101 0 0 0 1101 10110100 1 1010110

Color Harmonies of #DCDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDDD

Black with #DCDDDD

Text Example


Text Example

White with #DCDDDD

Text Example


Text Example

HTML Codes & Css Web 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>