#DED6DE

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

Shades of Snuff #DED6DE

Tints of Snuff #DED6DE

Color information

#DED6DE (or 0xDED6DE) is unknown color: approx Snuff. HEX triplet: DE, D6 and DE. RGB value is (222,214,222). Sum of RGB (Red+Green+Blue) = 222+214+222=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DE is #212921. Grayscale: #D9D9D9. Windows color (decimal): -2173218 or 14603998. OLE color: 14603998.

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

Color convert

RGB222214222-
CMYK00.0400.13
HSL300º10.81%85.49%-
HSV(B)300º3.6%87.06%-
XYZ67.3668.978.86-
YUV217.3130.65131.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 214 (83.98% from 255) = 32.52%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=33.74%
G=32.52%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221422200.0400.1330010.8185.49
HexDED6DE040D12cb55
Octal3363263360401545413125
Binary11011110110101101101111001000110110010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6DE; }

 p { color: rgb(222,214,222); }

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

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

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

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

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

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

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