#E3CAE1

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

Shades of Snuff #E3CAE1

Tints of Snuff #E3CAE1

Color information

#E3CAE1 (or 0xE3CAE1) is unknown color: approx Snuff. HEX triplet: E3, CA and E1. RGB value is (227,202,225). Sum of RGB (Red+Green+Blue) = 227+202+225=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAE1 is #1C351E. Grayscale: #D4D4D4. Windows color (decimal): -1848607 or 14797539. OLE color: 14797539.

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

Color convert

RGB227202225-
CMYK00.110.010.11
HSL304.8º30.86%84.12%-
HSV(B)304.8º11.01%89.02%-
XYZ66.3964.0180.09-
YUV212.1135.28138.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=34.71%
G=30.89%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720222500.110.010.11304.830.8684.12
HexE3CAE10B1B1311f54
Octal34331234101311346137124
Binary1110001111001010111000010101111011100110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CAE1; }

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

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

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

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

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

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

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

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