#DFDCDF

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

Shades of Snuff #DFDCDF

Tints of Snuff #DFDCDF

Color information

#DFDCDF (or 0xDFDCDF) is unknown color: approx Snuff. HEX triplet: DF, DC and DF. RGB value is (223,220,223). Sum of RGB (Red+Green+Blue) = 223+220+223=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCDF is #202320. Grayscale: #DDDDDD. Windows color (decimal): -2106145 or 14671071. OLE color: 14671071.

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

Color convert

RGB223220223-
CMYK00.0100.13
HSL300º4.48%86.86%-
HSV(B)300º1.35%87.45%-
XYZ69.3472.280.09-
YUV221.24128.99129.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=33.48%
G=33.03%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322022300.0100.133004.4886.86
HexDFDCDF010D12c457
Octal337334337010154544127
Binary11011111110111001101111101011011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCDF; }

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

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

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

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

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

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

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

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