#EACEEE

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

Shades of Snuff #EACEEE

Tints of Snuff #EACEEE

Color information

#EACEEE (or 0xEACEEE) is unknown color: approx Snuff. HEX triplet: EA, CE and EE. RGB value is (234,206,238). Sum of RGB (Red+Green+Blue) = 234+206+238=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #EACEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEEE is #153111. Grayscale: #D9D9D9. Windows color (decimal): -1388818 or 15650538. OLE color: 15650538.

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

Color convert

RGB234206238-
CMYK0.020.1300.07
HSL292.5º48.48%87.06%-
HSV(B)292.5º13.45%93.33%-
XYZ71.4467.8190.21-
YUV218.02139.28139.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=34.51%
G=30.38%
B=35.10%

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
Decimal2342062380.020.1300.07292.548.4887.06
HexEACEEE2D071243057
Octal3523163562150744460127
Binary11101010110011101110111010110101111001001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEEE; }

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

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

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

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

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

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

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

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