#EEE0EA

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

Shades of Snuff #EEE0EA

Tints of Snuff #EEE0EA

Color information

#EEE0EA (or 0xEEE0EA) is unknown color: approx Snuff. HEX triplet: EE, E0 and EA. RGB value is (238,224,234). Sum of RGB (Red+Green+Blue) = 238+224+234=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0EA is #111F15. Grayscale: #E5E5E5. Windows color (decimal): -1122070 or 15393006. OLE color: 15393006.

HSL color Cylindrical-coordinate representation of color #EEE0EA: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE0EA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238224234-
CMYK00.060.020.07
HSL317.14º29.17%90.59%-
HSV(B)317.14º5.88%93.33%-
XYZ76.7777.4388.74-
YUV229.33130.64134.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 234 (91.80% from 255) = 33.62%
R=34.20%
G=32.18%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822423400.060.020.07317.1429.1790.59
HexEEE0EA062713d1d5b
Octal356340352062747535133
Binary111011101110000011101010011010111100111101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0EA; }

 p { color: rgb(238,224,234); }

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

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

 a { background-color: rgb(238,224,234); }

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

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

 span { border-color: rgb(238,224,234); }

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