#E7CFE2

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

Shades of Snuff #E7CFE2

Tints of Snuff #E7CFE2

Color information

#E7CFE2 (or 0xE7CFE2) is unknown color: approx Snuff. HEX triplet: E7, CF and E2. RGB value is (231,207,226). Sum of RGB (Red+Green+Blue) = 231+207+226=664 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.79% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFE2 is #18301D. Grayscale: #D8D8D8. Windows color (decimal): -1585182 or 14864359. OLE color: 14864359.

HSL color Cylindrical-coordinate representation of color #E7CFE2: hue angle of 312.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7CFE2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231207226-
CMYK00.100.020.09
HSL312.5º33.33%85.88%-
HSV(B)312.5º10.39%90.59%-
XYZ6967.1181.27-
YUV216.34133.45138.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.79%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=34.79%
G=31.17%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120722600.100.020.09312.533.3385.88
HexE7CFE20A291382156
Octal34731734201221147041126
Binary111001111100111111100010010101010011001110001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFE2; }

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

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

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

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

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

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

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

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