#E6CAEC

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

Shades of Snuff #E6CAEC

Tints of Snuff #E6CAEC

Color information

#E6CAEC (or 0xE6CAEC) is unknown color: approx Snuff. HEX triplet: E6, CA and EC. RGB value is (230,202,236). Sum of RGB (Red+Green+Blue) = 230+202+236=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAEC is #193513. Grayscale: #D6D6D6. Windows color (decimal): -1651988 or 15518438. OLE color: 15518438.

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

Color convert

RGB230202236-
CMYK0.030.1400.07
HSL289.41º47.22%85.88%-
HSV(B)289.41º14.41%92.55%-
XYZ68.8965.1288.3-
YUV214.25140.28139.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=34.43%
G=30.24%
B=35.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302022360.030.1400.07289.4147.2285.88
HexE6CAEC3E071212f56
Octal3463123543160744157126
Binary11100110110010101110110011111001111001000011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAEC; }

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

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

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

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

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

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

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

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