#EACFE9

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

Shades of Snuff #EACFE9

Tints of Snuff #EACFE9

Color information

#EACFE9 (or 0xEACFE9) is unknown color: approx Snuff. HEX triplet: EA, CF and E9. RGB value is (234,207,233). Sum of RGB (Red+Green+Blue) = 234+207+233=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFE9 is #153016. Grayscale: #D9D9D9. Windows color (decimal): -1388567 or 15323114. OLE color: 15323114.

HSL color Cylindrical-coordinate representation of color #EACFE9: hue angle of 302.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFE9 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234207233-
CMYK00.120.000.08
HSL302.22º39.13%86.47%-
HSV(B)302.22º11.54%91.76%-
XYZ70.956886.48-
YUV218.04136.45139.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=34.72%
G=30.71%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420723300.120.000.08302.2239.1386.47
HexEACFE90C0812e2756
Octal35231735101401045647126
Binary11101010110011111110100101100010001001011101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFE9; }

 p { color: rgb(234,207,233); }

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

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

 a { background-color: rgb(234,207,233); }

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

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

 span { border-color: rgb(234,207,233); }

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