#EEDDEC

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

Shades of Snuff #EEDDEC

Tints of Snuff #EEDDEC

Color information

#EEDDEC (or 0xEEDDEC) is unknown color: approx Snuff. HEX triplet: EE, DD and EC. RGB value is (238,221,236). Sum of RGB (Red+Green+Blue) = 238+221+236=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEC is #112213. Grayscale: #E3E3E3. Windows color (decimal): -1122836 or 15523310. OLE color: 15523310.

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

Color convert

RGB238221236-
CMYK00.070.010.07
HSL307.06º33.33%90%-
HSV(B)307.06º7.14%93.33%-
XYZ76.2675.9590-
YUV227.79132.63135.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=34.24%
G=31.80%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822123600.070.010.07307.0633.3390
HexEEDDEC0717133215a
Octal356335354071746341132
Binary111011101101110111101100011111111001100111000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDEC; }

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

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

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

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

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

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

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

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