#E8CAEE

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

Shades of Snuff #E8CAEE

Tints of Snuff #E8CAEE

Color information

#E8CAEE (or 0xE8CAEE) is unknown color: approx Snuff. HEX triplet: E8, CA and EE. RGB value is (232,202,238). Sum of RGB (Red+Green+Blue) = 232+202+238=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAEE is #173511. Grayscale: #D6D6D6. Windows color (decimal): -1520914 or 15649512. OLE color: 15649512.

HSL color Cylindrical-coordinate representation of color #E8CAEE: hue angle of 290º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CAEE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232202238-
CMYK0.030.1500.07
HSL290º51.43%86.27%-
HSV(B)290º15.13%93.33%-
XYZ69.8365.5789.86-
YUV215.07140.94140.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=34.52%
G=30.06%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322022380.030.1500.0729051.4386.27
HexE8CAEE3F071223356
Octal3503123563170744263126
Binary11101000110010101110111011111101111001000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CAEE; }

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

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

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

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

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

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

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

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