#DFD3DE

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

Shades of Snuff #DFD3DE

Tints of Snuff #DFD3DE

Color information

#DFD3DE (or 0xDFD3DE) is unknown color: approx Snuff. HEX triplet: DF, D3 and DE. RGB value is (223,211,222). Sum of RGB (Red+Green+Blue) = 223+211+222=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3DE is #202C21. Grayscale: #D7D7D7. Windows color (decimal): -2108450 or 14603231. OLE color: 14603231.

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

Color convert

RGB223211222-
CMYK00.050.000.13
HSL305º15.79%85.1%-
HSV(B)305º5.38%87.45%-
XYZ66.9167.5578.62-
YUV215.84131.48133.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 211 (82.81% from 255) = 32.16%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=33.99%
G=32.16%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321122200.050.000.1330515.7985.1
HexDFD3DE050D1311055
Octal3373233360501546120125
Binary110111111101001111011110010101101100110001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3DE; }

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

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

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

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

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

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

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

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