#DFDEDE

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

Shades of Gainsboro #DFDEDE

Tints of Gainsboro #DFDEDE

Color information

#DFDEDE (or 0xDFDEDE) is unknown color: approx Gainsboro. HEX triplet: DF, DE and DE. RGB value is (223,222,222). Sum of RGB (Red+Green+Blue) = 223+222+222=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEDE is #202121. Grayscale: #DEDEDE. Windows color (decimal): -2105634 or 14606047. OLE color: 14606047.

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

Color convert

RGB223222222-
CMYK00.000.000.13
HSL1.54%87.25%-
HSV(B)0.45%87.45%-
XYZ69.7473.279.56-
YUV222.3127.83128.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 222 (87.11% 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
Decimal22322222200.000.000.1301.5487.25
HexDFDEDE000D0257
Octal3373363360001502127
Binary11011111110111101101111000011010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEDE; }

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

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

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

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

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

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

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

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