#DDDDDD

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

Shades of Gainsboro #DDDDDD

Tints of Gainsboro #DDDDDD

Color information

#DDDDDD (or 0xDDDDDD) is unknown color: approx Gainsboro. HEX triplet: DD, DD and DD. RGB value is (221,221,221). Sum of RGB (Red+Green+Blue) = 221+221+221=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 221 - color contains mainly: red, green, blue. Hex color #DDDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDDD is #222222. Grayscale: #DDDDDD. Windows color (decimal): -2236963 or 14540253. OLE color: 14540253.

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

Color convert

RGB221221221-
CMYK0000.13
HSL0%86.67%-
HSV(B)0%86.67%-
XYZ68.7372.3178.74-
YUV221128128-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212212210000.130086.67
HexDDDDDD000D0057
Octal3353353350001500127
Binary1101110111011101110111010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDDD; }

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

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

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

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

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

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

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

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