#EACFEC

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

Shades of Snuff #EACFEC

Tints of Snuff #EACFEC

Color information

#EACFEC (or 0xEACFEC) is unknown color: approx Snuff. HEX triplet: EA, CF and EC. RGB value is (234,207,236). Sum of RGB (Red+Green+Blue) = 234+207+236=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFEC is #153013. Grayscale: #DADADA. Windows color (decimal): -1388564 or 15519722. OLE color: 15519722.

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

Color convert

RGB234207236-
CMYK0.010.1200.07
HSL295.86º43.28%86.86%-
HSV(B)295.86º12.29%92.55%-
XYZ71.3868.1788.75-
YUV218.38137.95139.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.56%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=34.56%
G=30.58%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342072360.010.1200.07295.8643.2886.86
HexEACFEC1C071282b57
Octal3523173541140745053127
Binary1110101011001111111011001110001111001010001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFEC; }

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

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

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

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

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

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

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

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