#E8CFED

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

Shades of Snuff #E8CFED

Tints of Snuff #E8CFED

Color information

#E8CFED (or 0xE8CFED) is unknown color: approx Snuff. HEX triplet: E8, CF and ED. RGB value is (232,207,237). Sum of RGB (Red+Green+Blue) = 232+207+237=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CFED is #173012. Grayscale: #D9D9D9. Windows color (decimal): -1519635 or 15585256. OLE color: 15585256.

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

Color convert

RGB232207237-
CMYK0.020.1300.07
HSL290º45.45%87.06%-
HSV(B)290º12.66%92.94%-
XYZ70.8867.989.49-
YUV217.9138.78138.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=34.32%
G=30.62%
B=35.06%

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
Decimal2322072370.020.1300.0729045.4587.06
HexE8CFED2D071222d57
Octal3503173552150744255127
Binary11101000110011111110110110110101111001000101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CFED; }

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

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

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

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

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

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

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

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