#EEDCEC

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

Shades of Snuff #EEDCEC

Tints of Snuff #EEDCEC

Color information

#EEDCEC (or 0xEEDCEC) is unknown color: approx Snuff. HEX triplet: EE, DC and EC. RGB value is (238,220,236). Sum of RGB (Red+Green+Blue) = 238+220+236=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEC is #112313. Grayscale: #E3E3E3. Windows color (decimal): -1123092 or 15523054. OLE color: 15523054.

HSL color Cylindrical-coordinate representation of color #EEDCEC: hue angle of 306.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCEC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238220236-
CMYK00.080.010.07
HSL306.67º34.62%89.8%-
HSV(B)306.67º7.56%93.33%-
XYZ75.9975.4289.91-
YUV227.21132.96135.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=34.29%
G=31.70%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822023600.080.010.07306.6734.6289.8
HexEEDCEC0817133235a
Octal3563343540101746343132
Binary1110111011011100111011000100011111001100111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCEC; }

 p { color: rgb(238,220,236); }

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

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

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

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

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

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

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