#E5CEEA

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

Shades of Snuff #E5CEEA

Tints of Snuff #E5CEEA

Color information

#E5CEEA (or 0xE5CEEA) is unknown color: approx Snuff. HEX triplet: E5, CE and EA. RGB value is (229,206,234). Sum of RGB (Red+Green+Blue) = 229+206+234=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEA is #1A3115. Grayscale: #D7D7D7. Windows color (decimal): -1716502 or 15388389. OLE color: 15388389.

HSL color Cylindrical-coordinate representation of color #E5CEEA: hue angle of 289.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CEEA is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229206234-
CMYK0.020.1200.08
HSL289.29º40%86.27%-
HSV(B)289.29º11.97%91.76%-
XYZ69.2466.7487.08-
YUV216.07138.12137.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.23%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=34.23%
G=30.79%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292062340.020.1200.08289.294086.27
HexE5CEEA2C081212856
Octal34531635221401044150126
Binary111001011100111011101010101100010001001000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEEA; }

 p { color: rgb(229,206,234); }

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

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

 a { background-color: rgb(229,206,234); }

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

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

 span { border-color: rgb(229,206,234); }

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