#E7CFEC

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

Shades of Snuff #E7CFEC

Tints of Snuff #E7CFEC

Color information

#E7CFEC (or 0xE7CFEC) is unknown color: approx Snuff. HEX triplet: E7, CF and EC. RGB value is (231,207,236). Sum of RGB (Red+Green+Blue) = 231+207+236=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFEC is #183013. Grayscale: #D9D9D9. Windows color (decimal): -1585172 or 15519719. OLE color: 15519719.

HSL color Cylindrical-coordinate representation of color #E7CFEC: hue angle of 289.66º 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 #E7CFEC is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231207236-
CMYK0.020.1200.07
HSL289.66º43.28%86.86%-
HSV(B)289.66º12.29%92.55%-
XYZ70.4167.6788.71-
YUV217.48138.45137.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=34.27%
G=30.71%
B=35.01%

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
Decimal2312072360.020.1200.07289.6643.2886.86
HexE7CFEC2C071222b57
Octal3473173542140744253127
Binary11100111110011111110110010110001111001000101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFEC; }

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

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

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

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

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

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

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

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