#E2CAE1

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

Shades of Snuff #E2CAE1

Tints of Snuff #E2CAE1

Color information

#E2CAE1 (or 0xE2CAE1) is unknown color: approx Snuff. HEX triplet: E2, CA and E1. RGB value is (226,202,225). Sum of RGB (Red+Green+Blue) = 226+202+225=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAE1 is #1D351E. Grayscale: #D3D3D3. Windows color (decimal): -1914143 or 14797538. OLE color: 14797538.

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

Color convert

RGB226202225-
CMYK00.110.000.11
HSL302.5º29.27%83.92%-
HSV(B)302.5º10.62%88.63%-
XYZ66.0863.8580.08-
YUV211.8135.45138.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=34.61%
G=30.93%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620222500.110.000.11302.529.2783.92
HexE2CAE10B0B12e1d54
Octal34231234101301345635124
Binary1110001011001010111000010101101011100101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAE1; }

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

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

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

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

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

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

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

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