#E6CAEB

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

Shades of Snuff #E6CAEB

Tints of Snuff #E6CAEB

Color information

#E6CAEB (or 0xE6CAEB) is unknown color: approx Snuff. HEX triplet: E6, CA and EB. RGB value is (230,202,235). Sum of RGB (Red+Green+Blue) = 230+202+235=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAEB is #193514. Grayscale: #D6D6D6. Windows color (decimal): -1651989 or 15452902. OLE color: 15452902.

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

Color convert

RGB230202235-
CMYK0.020.1400.08
HSL290.91º45.21%85.69%-
HSV(B)290.91º14.04%92.16%-
XYZ68.7565.0687.53-
YUV214.13139.78139.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.48%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=34.48%
G=30.28%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302022350.020.1400.08290.9145.2185.69
HexE6CAEB2E081232d56
Octal34631235321601044355126
Binary111001101100101011101011101110010001001000111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAEB; }

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

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

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

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

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

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

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

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