#E8CAEB

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

Shades of Snuff #E8CAEB

Tints of Snuff #E8CAEB

Color information

#E8CAEB (or 0xE8CAEB) is unknown color: approx Snuff. HEX triplet: E8, CA and EB. RGB value is (232,202,235). Sum of RGB (Red+Green+Blue) = 232+202+235=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAEB is #173514. Grayscale: #D6D6D6. Windows color (decimal): -1520917 or 15452904. OLE color: 15452904.

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

Color convert

RGB232202235-
CMYK0.010.1400.08
HSL294.55º45.21%85.69%-
HSV(B)294.55º14.04%92.16%-
XYZ69.3965.487.56-
YUV214.73139.44140.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=34.68%
G=30.19%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322022350.010.1400.08294.5545.2185.69
HexE8CAEB1E081272d56
Octal35031235311601044755126
Binary11101000110010101110101111110010001001001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAEB; }

 p { color: rgb(232,202,235); }

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

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

 a { background-color: rgb(232,202,235); }

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

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

 span { border-color: rgb(232,202,235); }

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