#E8C1EC

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

Shades of Snuff #E8C1EC

Tints of Snuff #E8C1EC

Color information

#E8C1EC (or 0xE8C1EC) is unknown color: approx Snuff. HEX triplet: E8, C1 and EC. RGB value is (232,193,236). Sum of RGB (Red+Green+Blue) = 232+193+236=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 193 (75.78% from 255 or 29.20% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C1EC is #173E13. Grayscale: #D1D1D1. Windows color (decimal): -1523220 or 15516136. OLE color: 15516136.

HSL color Cylindrical-coordinate representation of color #E8C1EC: hue angle of 294.42º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8C1EC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232193236-
CMYK0.020.1800.07
HSL294.42º53.09%84.12%-
HSV(B)294.42º18.22%92.55%-
XYZ67.4961.3587.64-
YUV209.56142.92144-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 193 (75.78% from 255) = 29.20%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=35.10%
G=29.20%
B=35.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321932360.020.1800.07294.4253.0984.12
HexE8C1EC212071263554
Octal3503013542220744665124
Binary111010001100000111101100101001001111001001101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C1EC; }

 p { color: rgb(232,193,236); }

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

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

 a { background-color: rgb(232,193,236); }

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

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

 span { border-color: rgb(232,193,236); }

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