#DFD1D1

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

Shades of Light Grey #DFD1D1

Tints of Light Grey #DFD1D1

Color information

#DFD1D1 (or 0xDFD1D1) is unknown color: approx Light Grey. HEX triplet: DF, D1 and D1. RGB value is (223,209,209). Sum of RGB (Red+Green+Blue) = 223+209+209=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1D1 is #202E2E. Grayscale: #D5D5D5. Windows color (decimal): -2108975 or 13750751. OLE color: 13750751.

HSL color Cylindrical-coordinate representation of color #DFD1D1: hue angle of 0º degrees, saturation: 0.18, 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 #DFD1D1 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223209209-
CMYK00.060.060.13
HSL17.95%84.71%-
HSV(B)6.28%87.45%-
XYZ64.7465.8969.63-
YUV213.19125.64135-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=34.79%
G=32.61%
B=32.61%

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
Decimal22320920900.060.060.13017.9584.71
HexDFD1D1066D01255
Octal33732132106615022125
Binary110111111101000111010001011011011010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1D1; }

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

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

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

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

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

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

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

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