#DFD9D9

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

Shades of Gainsboro #DFD9D9

Tints of Gainsboro #DFD9D9

Color information

#DFD9D9 (or 0xDFD9D9) is unknown color: approx Gainsboro. HEX triplet: DF, D9 and D9. RGB value is (223,217,217). Sum of RGB (Red+Green+Blue) = 223+217+217=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D9 is #202626. Grayscale: #DADADA. Windows color (decimal): -2106919 or 14277087. OLE color: 14277087.

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

Color convert

RGB223217217-
CMYK00.030.030.13
HSL8.57%86.27%-
HSV(B)2.69%87.45%-
XYZ67.7770.3275.65-
YUV218.79126.99131-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321721700.030.030.1308.5786.27
HexDFD9D9033D0956
Octal33733133103315011126
Binary110111111101100111011001011111101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9D9; }

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

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

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

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

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

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

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

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