#E8C4EE

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

Shades of Snuff #E8C4EE

Tints of Snuff #E8C4EE

Color information

#E8C4EE (or 0xE8C4EE) is unknown color: approx Snuff. HEX triplet: E8, C4 and EE. RGB value is (232,196,238). Sum of RGB (Red+Green+Blue) = 232+196+238=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C4EE is #173B11. Grayscale: #D3D3D3. Windows color (decimal): -1522450 or 15647976. OLE color: 15647976.

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

Color convert

RGB232196238-
CMYK0.030.1800.07
HSL291.43º55.26%85.1%-
HSV(B)291.43º17.65%93.33%-
XYZ68.4562.8189.4-
YUV211.55142.93142.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.83%
GREEN value IS 196 (76.95% from 255) = 29.43%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=34.83%
G=29.43%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321962380.030.1800.07291.4355.2685.1
HexE8C4EE312071233755
Octal3503043563220744367125
Binary111010001100010011101110111001001111001000111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C4EE; }

 p { color: rgb(232,196,238); }

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

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

 a { background-color: rgb(232,196,238); }

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

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

 span { border-color: rgb(232,196,238); }

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