#DDDCDC

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

Shades of Gainsboro #DDDCDC

Tints of Gainsboro #DDDCDC

Color information

#DDDCDC (or 0xDDDCDC) is unknown color: approx Gainsboro. HEX triplet: DD, DC and DC. RGB value is (221,220,220). Sum of RGB (Red+Green+Blue) = 221+220+220=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDC is #222323. Grayscale: #DCDCDC. Windows color (decimal): -2237220 or 14474461. OLE color: 14474461.

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

Color convert

RGB221220220-
CMYK00.000.000.13
HSL1.45%86.47%-
HSV(B)0.45%86.67%-
XYZ68.3371.7377.95-
YUV220.3127.83128.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122022000.000.000.1301.4586.47
HexDDDCDC000D0156
Octal3353343340001501126
Binary1101110111011100110111000001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCDC; }

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

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

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

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

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

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

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

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