#E9CAEB

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

Shades of Snuff #E9CAEB

Tints of Snuff #E9CAEB

Color information

#E9CAEB (or 0xE9CAEB) is unknown color: approx Snuff. HEX triplet: E9, CA and EB. RGB value is (233,202,235). Sum of RGB (Red+Green+Blue) = 233+202+235=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAEB is #163514. Grayscale: #D6D6D6. Windows color (decimal): -1455381 or 15452905. OLE color: 15452905.

HSL color Cylindrical-coordinate representation of color #E9CAEB: hue angle of 296.36º 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 #E9CAEB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233202235-
CMYK0.010.1400.08
HSL296.36º45.21%85.69%-
HSV(B)296.36º14.04%92.16%-
XYZ69.7265.5687.58-
YUV215.03139.27140.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=34.78%
G=30.15%
B=35.07%

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
Decimal2332022350.010.1400.08296.3645.2185.69
HexE9CAEB1E081282d56
Octal35131235311601045055126
Binary11101001110010101110101111110010001001010001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAEB; }

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

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

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

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

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

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

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

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