#EEDEEC

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

Shades of Snuff #EEDEEC

Tints of Snuff #EEDEEC

Color information

#EEDEEC (or 0xEEDEEC) is unknown color: approx Snuff. HEX triplet: EE, DE and EC. RGB value is (238,222,236). Sum of RGB (Red+Green+Blue) = 238+222+236=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEC is #112113. Grayscale: #E4E4E4. Windows color (decimal): -1122580 or 15523566. OLE color: 15523566.

HSL color Cylindrical-coordinate representation of color #EEDEEC: hue angle of 307.5º degrees, saturation: 0.32, 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 #EEDEEC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238222236-
CMYK00.070.010.07
HSL307.5º32%90.2%-
HSV(B)307.5º6.72%93.33%-
XYZ76.5276.4890.09-
YUV228.38132.3134.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=34.20%
G=31.90%
B=33.91%

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
Decimal23822223600.070.010.07307.53290.2
HexEEDEEC0717134205a
Octal356336354071746440132
Binary111011101101111011101100011111111001101001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEEC; }

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

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

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

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

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

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

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

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