#EADCE9

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

Shades of Snuff #EADCE9

Tints of Snuff #EADCE9

Color information

#EADCE9 (or 0xEADCE9) is unknown color: approx Snuff. HEX triplet: EA, DC and E9. RGB value is (234,220,233). Sum of RGB (Red+Green+Blue) = 234+220+233=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE9 is #152316. Grayscale: #E1E1E1. Windows color (decimal): -1385239 or 15326442. OLE color: 15326442.

HSL color Cylindrical-coordinate representation of color #EADCE9: hue angle of 304.29º 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 #EADCE9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234220233-
CMYK00.060.000.08
HSL304.29º25%89.02%-
HSV(B)304.29º5.98%91.76%-
XYZ74.2374.5687.57-
YUV225.67132.14133.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=34.06%
G=32.02%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422023300.060.000.08304.292589.02
HexEADCE906081301959
Octal3523343510601046031131
Binary111010101101110011101001011001000100110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCE9; }

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

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

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

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

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

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

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

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