#DDD5D5

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

Shades of Gainsboro #DDD5D5

Tints of Gainsboro #DDD5D5

Color information

#DDD5D5 (or 0xDDD5D5) is unknown color: approx Gainsboro. HEX triplet: DD, D5 and D5. RGB value is (221,213,213). Sum of RGB (Red+Green+Blue) = 221+213+213=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5D5 is #222A2A. Grayscale: #D7D7D7. Windows color (decimal): -2239019 or 14013917. OLE color: 14013917.

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

Color convert

RGB221213213-
CMYK00.040.040.13
HSL10.53%85.1%-
HSV(B)3.62%86.67%-
XYZ65.6267.7672.57-
YUV215.39126.65132-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=34.16%
G=32.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121321300.040.040.13010.5385.1
HexDDD5D5044D0b55
Octal33532532504415013125
Binary11011101110101011101010101001001101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5D5; }

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

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

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

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

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

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

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

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