#E8CFEC

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

Shades of Snuff #E8CFEC

Tints of Snuff #E8CFEC

Color information

#E8CFEC (or 0xE8CFEC) is unknown color: approx Snuff. HEX triplet: E8, CF and EC. RGB value is (232,207,236). Sum of RGB (Red+Green+Blue) = 232+207+236=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFEC is #173013. Grayscale: #D9D9D9. Windows color (decimal): -1519636 or 15519720. OLE color: 15519720.

HSL color Cylindrical-coordinate representation of color #E8CFEC: hue angle of 291.72º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8CFEC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232207236-
CMYK0.020.1200.07
HSL291.72º43.28%86.86%-
HSV(B)291.72º12.29%92.55%-
XYZ70.7367.8488.72-
YUV217.78138.28138.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=34.37%
G=30.67%
B=34.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322072360.020.1200.07291.7243.2886.86
HexE8CFEC2C071242b57
Octal3503173542140744453127
Binary11101000110011111110110010110001111001001001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFEC; }

 p { color: rgb(232,207,236); }

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

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

 a { background-color: rgb(232,207,236); }

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

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

 span { border-color: rgb(232,207,236); }

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