#E8C2EB

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

Shades of Snuff #E8C2EB

Tints of Snuff #E8C2EB

Color information

#E8C2EB (or 0xE8C2EB) is unknown color: approx Snuff. HEX triplet: E8, C2 and EB. RGB value is (232,194,235). Sum of RGB (Red+Green+Blue) = 232+194+235=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C2EB is #173D14. Grayscale: #D1D1D1. Windows color (decimal): -1522965 or 15450856. OLE color: 15450856.

HSL color Cylindrical-coordinate representation of color #E8C2EB: hue angle of 295.61º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8C2EB is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232194235-
CMYK0.010.1700.08
HSL295.61º50.62%84.12%-
HSV(B)295.61º17.45%92.16%-
XYZ67.5761.7486.95-
YUV210.04142.09143.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 194 (76.17% from 255) = 29.35%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=35.10%
G=29.35%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321942350.010.1700.08295.6150.6284.12
HexE8C2EB111081283354
Octal35030235312101045063124
Binary111010001100001011101011110001010001001010001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2EB; }

 p { color: rgb(232,194,235); }

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

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

 a { background-color: rgb(232,194,235); }

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

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

 span { border-color: rgb(232,194,235); }

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