#E7C5E8

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

Shades of Snuff #E7C5E8

Tints of Snuff #E7C5E8

Color information

#E7C5E8 (or 0xE7C5E8) is unknown color: approx Snuff. HEX triplet: E7, C5 and E8. RGB value is (231,197,232). Sum of RGB (Red+Green+Blue) = 231+197+232=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7C5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C5E8 is #183A17. Grayscale: #D3D3D3. Windows color (decimal): -1587736 or 15255015. OLE color: 15255015.

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

Color convert

RGB231197232-
CMYK0.000.1500.09
HSL298.29º43.21%84.12%-
HSV(B)298.29º15.09%90.98%-
XYZ67.4962.7584.9-
YUV211.16139.76142.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 197 (77.34% from 255) = 29.85%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=35%
G=29.85%
B=35.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311972320.000.1500.09298.2943.2184.12
HexE7C5E80F0912a2b54
Octal34730535001701145253124
Binary11100111110001011110100001111010011001010101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C5E8; }

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

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

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

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

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

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

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

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