#DEDCDC

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

Shades of Gainsboro #DEDCDC

Tints of Gainsboro #DEDCDC

Color information

#DEDCDC (or 0xDEDCDC) is unknown color: approx Gainsboro. HEX triplet: DE, DC and DC. RGB value is (222,220,220). Sum of RGB (Red+Green+Blue) = 222+220+220=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCDC is #212323. Grayscale: #DCDCDC. Windows color (decimal): -2171684 or 14474462. OLE color: 14474462.

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

Color convert

RGB222220220-
CMYK00.010.010.13
HSL2.94%86.67%-
HSV(B)0.9%87.06%-
XYZ68.6471.8877.97-
YUV220.6127.66129-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222022000.010.010.1302.9486.67
HexDEDCDC011D0357
Octal3363343340111503127
Binary11011110110111001101110001111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDCDC; }

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

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

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

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

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

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

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

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