#DFD4DF

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

Shades of Snuff #DFD4DF

Tints of Snuff #DFD4DF

Color information

#DFD4DF (or 0xDFD4DF) is unknown color: approx Snuff. HEX triplet: DF, D4 and DF. RGB value is (223,212,223). Sum of RGB (Red+Green+Blue) = 223+212+223=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4DF is #202B20. Grayscale: #D8D8D8. Windows color (decimal): -2108193 or 14669023. OLE color: 14669023.

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

Color convert

RGB223212223-
CMYK00.0500.13
HSL300º14.67%85.29%-
HSV(B)300º4.93%87.45%-
XYZ67.2968.179.41-
YUV216.54131.64132.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=33.89%
G=32.22%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321222300.0500.1330014.6785.29
HexDFD4DF050D12cf55
Octal3373243370501545417125
Binary11011111110101001101111101010110110010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4DF; }

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

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

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

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

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

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

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

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