#DFD3DF

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

Shades of Snuff #DFD3DF

Tints of Snuff #DFD3DF

Color information

#DFD3DF (or 0xDFD3DF) is unknown color: approx Snuff. HEX triplet: DF, D3 and DF. RGB value is (223,211,223). Sum of RGB (Red+Green+Blue) = 223+211+223=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DF is #202C20. Grayscale: #D7D7D7. Windows color (decimal): -2108449 or 14668767. OLE color: 14668767.

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

Color convert

RGB223211223-
CMYK00.0500.13
HSL300º15.79%85.1%-
HSV(B)300º5.38%87.45%-
XYZ67.0467.679.33-
YUV215.96131.98133.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.94%
GREEN value IS 211 (82.81% from 255) = 32.12%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=33.94%
G=32.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321122300.0500.1330015.7985.1
HexDFD3DF050D12c1055
Octal3373233370501545420125
Binary110111111101001111011111010101101100101100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3DF; }

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

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

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

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

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

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

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

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