#DFDDDD

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

Shades of Gainsboro #DFDDDD

Tints of Gainsboro #DFDDDD

Color information

#DFDDDD (or 0xDFDDDD) is unknown color: approx Gainsboro. HEX triplet: DF, DD and DD. RGB value is (223,221,221). Sum of RGB (Red+Green+Blue) = 223+221+221=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDDD is #202222. Grayscale: #DDDDDD. Windows color (decimal): -2105891 or 14540255. OLE color: 14540255.

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

Color convert

RGB223221221-
CMYK00.010.010.13
HSL3.03%87.06%-
HSV(B)0.9%87.45%-
XYZ69.3472.6278.77-
YUV221.6127.66129-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 221 (86.72% 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
Decimal22322122100.010.010.1303.0387.06
HexDFDDDD011D0357
Octal3373353350111503127
Binary11011111110111011101110101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDDD; }

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

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

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

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

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

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

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

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