#E5CAE4

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

Shades of Snuff #E5CAE4

Tints of Snuff #E5CAE4

Color information

#E5CAE4 (or 0xE5CAE4) is unknown color: approx Snuff. HEX triplet: E5, CA and E4. RGB value is (229,202,228). Sum of RGB (Red+Green+Blue) = 229+202+228=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAE4 is #1A351B. Grayscale: #D4D4D4. Windows color (decimal): -1717532 or 14994149. OLE color: 14994149.

HSL color Cylindrical-coordinate representation of color #E5CAE4: hue angle of 302.22º degrees, saturation: 0.34, 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 #E5CAE4 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB229202228-
CMYK00.120.000.10
HSL302.22º34.18%84.51%-
HSV(B)302.22º11.79%89.8%-
XYZ67.4464.582.29-
YUV213.04136.45139.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 202 (79.30% from 255) = 30.65%
BLUE value IS 228 (89.45% from 255) = 34.60%
R=34.75%
G=30.65%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920222800.120.000.10302.2234.1884.51
HexE5CAE40C0A12e2255
Octal34531234401401245642125
Binary11100101110010101110010001100010101001011101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAE4; }

 p { color: rgb(229,202,228); }

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

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

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

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

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

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

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