#EACFEE

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

Shades of Snuff #EACFEE

Tints of Snuff #EACFEE

Color information

#EACFEE (or 0xEACFEE) is unknown color: approx Snuff. HEX triplet: EA, CF and EE. RGB value is (234,207,238). Sum of RGB (Red+Green+Blue) = 234+207+238=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #EACFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFEE is #153011. Grayscale: #DADADA. Windows color (decimal): -1388562 or 15650794. OLE color: 15650794.

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

Color convert

RGB234207238-
CMYK0.020.1300.07
HSL292.26º47.69%87.25%-
HSV(B)292.26º13.03%93.33%-
XYZ71.6868.2990.29-
YUV218.61138.95138.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=34.46%
G=30.49%
B=35.05%

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
Decimal2342072380.020.1300.07292.2647.6987.25
HexEACFEE2D071243057
Octal3523173562150744460127
Binary11101010110011111110111010110101111001001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFEE; }

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

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

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

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

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

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

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

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