#E6CAE6

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

Shades of Snuff #E6CAE6

Tints of Snuff #E6CAE6

Color information

#E6CAE6 (or 0xE6CAE6) is unknown color: approx Snuff. HEX triplet: E6, CA and E6. RGB value is (230,202,230). Sum of RGB (Red+Green+Blue) = 230+202+230=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6CAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CAE6 is #193519. Grayscale: #D5D5D5. Windows color (decimal): -1651994 or 15125222. OLE color: 15125222.

HSL color Cylindrical-coordinate representation of color #E6CAE6: hue angle of 300º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CAE6 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB230202230-
CMYK00.1200.10
HSL300º35.9%84.71%-
HSV(B)300º12.17%90.2%-
XYZ68.0464.7883.78-
YUV213.56137.28139.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=34.74%
G=30.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020223000.1200.1030035.984.71
HexE6CAE60C0A12c2455
Octal34631234601401245444125
Binary11100110110010101110011001100010101001011001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAE6; }

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

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

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

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

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

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

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

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