#E8C5EF

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

Shades of Snuff #E8C5EF

Tints of Snuff #E8C5EF

Color information

#E8C5EF (or 0xE8C5EF) is unknown color: approx Snuff. HEX triplet: E8, C5 and EF. RGB value is (232,197,239). Sum of RGB (Red+Green+Blue) = 232+197+239=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 197 (77.34% from 255 or 29.49% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8C5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C5EF is #173A10. Grayscale: #D4D4D4. Windows color (decimal): -1522193 or 15713768. OLE color: 15713768.

HSL color Cylindrical-coordinate representation of color #E8C5EF: hue angle of 290º degrees, saturation: 0.57, 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 #E8C5EF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232197239-
CMYK0.030.1800.06
HSL290º56.76%85.49%-
HSV(B)290º17.57%93.73%-
XYZ68.8263.3290.26-
YUV212.25143.1142.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 197 (77.34% from 255) = 29.49%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=34.73%
G=29.49%
B=35.78%

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
Decimal2321972390.030.1800.0629056.7685.49
HexE8C5EF312061223955
Octal3503053573220644271125
Binary111010001100010111101111111001001101001000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C5EF; }

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

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

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

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

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

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

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

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