#E7CEEC

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

Shades of Snuff #E7CEEC

Tints of Snuff #E7CEEC

Color information

#E7CEEC (or 0xE7CEEC) is unknown color: approx Snuff. HEX triplet: E7, CE and EC. RGB value is (231,206,236). Sum of RGB (Red+Green+Blue) = 231+206+236=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CEEC is #183113. Grayscale: #D8D8D8. Windows color (decimal): -1585428 or 15519463. OLE color: 15519463.

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

Color convert

RGB231206236-
CMYK0.020.1300.07
HSL290º44.12%86.67%-
HSV(B)290º12.71%92.55%-
XYZ70.1767.1988.63-
YUV216.9138.78138.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=34.32%
G=30.61%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312062360.020.1300.0729044.1286.67
HexE7CEEC2D071222c57
Octal3473163542150744254127
Binary11100111110011101110110010110101111001000101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEEC; }

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

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

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

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

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

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

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

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