#E3CAE3

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

Shades of Snuff #E3CAE3

Tints of Snuff #E3CAE3

Color information

#E3CAE3 (or 0xE3CAE3) is unknown color: approx Snuff. HEX triplet: E3, CA and E3. RGB value is (227,202,227). Sum of RGB (Red+Green+Blue) = 227+202+227=656 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.60% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E3CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAE3 is #1C351C. Grayscale: #D4D4D4. Windows color (decimal): -1848605 or 14928611. OLE color: 14928611.

HSL color Cylindrical-coordinate representation of color #E3CAE3: hue angle of 300º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CAE3 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB227202227-
CMYK00.1100.11
HSL300º30.86%84.12%-
HSV(B)300º11.01%89.02%-
XYZ66.6664.1281.54-
YUV212.32136.28138.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.60%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=34.60%
G=30.79%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720222700.1100.1130030.8684.12
HexE3CAE30B0B12c1f54
Octal34331234301301345437124
Binary1110001111001010111000110101101011100101100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAE3; }

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

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

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

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

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

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

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

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