#E8C0EB

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

Shades of Snuff #E8C0EB

Tints of Snuff #E8C0EB

Color information

#E8C0EB (or 0xE8C0EB) is unknown color: approx Snuff. HEX triplet: E8, C0 and EB. RGB value is (232,192,235). Sum of RGB (Red+Green+Blue) = 232+192+235=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8C0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0EB is #173F14. Grayscale: #D0D0D0. Windows color (decimal): -1523477 or 15450344. OLE color: 15450344.

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

Color convert

RGB232192235-
CMYK0.010.1800.08
HSL295.81º51.81%83.73%-
HSV(B)295.81º18.3%92.16%-
XYZ67.1260.8586.81-
YUV208.86142.75144.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=35.20%
G=29.14%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321922350.010.1800.08295.8151.8183.73
HexE8C0EB112081283454
Octal35030035312201045064124
Binary111010001100000011101011110010010001001010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C0EB; }

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

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

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

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

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

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

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

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