#DCDCD5

Color #DCDCD5 Green White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green White #DCDCD5

Tints of Green White #DCDCD5

Color information

#DCDCD5 (or 0xDCDCD5) is unknown color: approx Green White. HEX triplet: DC, DC and D5. RGB value is (220,220,213). Sum of RGB (Red+Green+Blue) = 220+220+213=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDCD5 is #23232A. Grayscale: #DBDBDB. Windows color (decimal): -2302763 or 14015708. OLE color: 14015708.

HSL color Cylindrical-coordinate representation of color #DCDCD5: hue angle of 60º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCDCD5 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220220213-
CMYK000.030.14
HSL60º9.09%84.9%-
HSV(B)60º3.18%86.27%-
XYZ67.1271.2173.16-
YUV219.2124.5128.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=33.69%
G=33.69%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220213000.030.14609.0984.9
HexDCDCD5003E3c955
Octal334334325003167411125
Binary1101110011011100110101010011111011110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCD5; }

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

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

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

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

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

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

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

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