#EADCEA

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

Shades of Snuff #EADCEA

Tints of Snuff #EADCEA

Color information

#EADCEA (or 0xEADCEA) is unknown color: approx Snuff. HEX triplet: EA, DC and EA. RGB value is (234,220,234). Sum of RGB (Red+Green+Blue) = 234+220+234=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EADCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEA is #152315. Grayscale: #E1E1E1. Windows color (decimal): -1385238 or 15391978. OLE color: 15391978.

HSL color Cylindrical-coordinate representation of color #EADCEA: hue angle of 300º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCEA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234220234-
CMYK00.0600.08
HSL300º25%89.02%-
HSV(B)300º5.98%91.76%-
XYZ74.3874.6288.32-
YUV225.78132.64133.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=34.01%
G=31.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422023400.0600.083002589.02
HexEADCEA060812c1959
Octal3523343520601045431131
Binary111010101101110011101010011001000100101100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCEA; }

 p { color: rgb(234,220,234); }

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

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

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

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

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

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

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