#DFD2D2

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

Shades of Light Grey #DFD2D2

Tints of Light Grey #DFD2D2

Color information

#DFD2D2 (or 0xDFD2D2) is unknown color: approx Light Grey. HEX triplet: DF, D2 and D2. RGB value is (223,210,210). Sum of RGB (Red+Green+Blue) = 223+210+210=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2D2 is #202D2D. Grayscale: #D5D5D5. Windows color (decimal): -2108718 or 13816543. OLE color: 13816543.

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

Color convert

RGB223210210-
CMYK00.060.060.13
HSL16.88%84.9%-
HSV(B)5.83%87.45%-
XYZ65.1166.4370.36-
YUV213.89125.81134.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 210 (82.42% from 255) = 32.66%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=34.68%
G=32.66%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321021000.060.060.13016.8884.9
HexDFD2D2066D01155
Octal33732232206615021125
Binary110111111101001011010010011011011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2D2; }

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

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

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

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

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

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

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

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