#E8C3EF

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

Shades of Snuff #E8C3EF

Tints of Snuff #E8C3EF

Color information

#E8C3EF (or 0xE8C3EF) is unknown color: approx Snuff. HEX triplet: E8, C3 and EF. RGB value is (232,195,239). Sum of RGB (Red+Green+Blue) = 232+195+239=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C3EF is #173C10. Grayscale: #D2D2D2. Windows color (decimal): -1522705 or 15713256. OLE color: 15713256.

HSL color Cylindrical-coordinate representation of color #E8C3EF: hue angle of 290.45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8C3EF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232195239-
CMYK0.030.1800.06
HSL290.45º57.89%85.1%-
HSV(B)290.45º18.41%93.73%-
XYZ68.3762.4290.11-
YUV211.08143.76142.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.83%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=34.83%
G=29.28%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321952390.030.1800.06290.4557.8985.1
HexE8C3EF312061223a55
Octal3503033573220644272125
Binary111010001100001111101111111001001101001000101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C3EF; }

 p { color: rgb(232,195,239); }

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

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

 a { background-color: rgb(232,195,239); }

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

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

 span { border-color: rgb(232,195,239); }

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