#E2C5E7

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

Shades of Snuff #E2C5E7

Tints of Snuff #E2C5E7

Color information

#E2C5E7 (or 0xE2C5E7) is unknown color: approx Snuff. HEX triplet: E2, C5 and E7. RGB value is (226,197,231). Sum of RGB (Red+Green+Blue) = 226+197+231=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2C5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5E7 is #1D3A18. Grayscale: #D1D1D1. Windows color (decimal): -1915417 or 15189474. OLE color: 15189474.

HSL color Cylindrical-coordinate representation of color #E2C5E7: hue angle of 291.18º degrees, saturation: 0.41, 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 #E2C5E7 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB226197231-
CMYK0.020.1500.09
HSL291.18º41.46%83.92%-
HSV(B)291.18º14.72%90.59%-
XYZ65.7561.8784.08-
YUV209.55140.11139.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=34.56%
G=30.12%
B=35.32%

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
Decimal2261972310.020.1500.09291.1841.4683.92
HexE2C5E72F091232954
Octal34230534721701144351124
Binary111000101100010111100111101111010011001000111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C5E7; }

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

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

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

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

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

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

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

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