#E2C4E7

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

Shades of Snuff #E2C4E7

Tints of Snuff #E2C4E7

Color information

#E2C4E7 (or 0xE2C4E7) is unknown color: approx Snuff. HEX triplet: E2, C4 and E7. RGB value is (226,196,231). Sum of RGB (Red+Green+Blue) = 226+196+231=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2C4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4E7 is #1D3B18. Grayscale: #D0D0D0. Windows color (decimal): -1915673 or 15189218. OLE color: 15189218.

HSL color Cylindrical-coordinate representation of color #E2C4E7: hue angle of 291.43º degrees, saturation: 0.42, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C4E7 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226196231-
CMYK0.020.1500.09
HSL291.43º42.17%83.73%-
HSV(B)291.43º15.15%90.59%-
XYZ65.5361.4284-
YUV208.96140.44140.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=34.61%
G=30.02%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2261962310.020.1500.09291.4342.1783.73
HexE2C4E72F091232a54
Octal34230434721701144352124
Binary111000101100010011100111101111010011001000111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4E7; }

 p { color: rgb(226,196,231); }

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

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

 a { background-color: rgb(226,196,231); }

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

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

 span { border-color: rgb(226,196,231); }

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