#EACCEE

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

Shades of Snuff #EACCEE

Tints of Snuff #EACCEE

Color information

#EACCEE (or 0xEACCEE) is unknown color: approx Snuff. HEX triplet: EA, CC and EE. RGB value is (234,204,238). Sum of RGB (Red+Green+Blue) = 234+204+238=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #EACCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEE is #153311. Grayscale: #D8D8D8. Windows color (decimal): -1389330 or 15650026. OLE color: 15650026.

HSL color Cylindrical-coordinate representation of color #EACCEE: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACCEE is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234204238-
CMYK0.020.1400.07
HSL292.94º50%86.67%-
HSV(B)292.94º14.29%93.33%-
XYZ70.9666.8590.05-
YUV216.85139.94140.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 30.18%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=34.62%
G=30.18%
B=35.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342042380.020.1400.07292.945086.67
HexEACCEE2E071253257
Octal3523143562160744562127
Binary11101010110011001110111010111001111001001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCEE; }

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

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

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

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

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

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

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

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