#EADCE8

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

Shades of Snuff #EADCE8

Tints of Snuff #EADCE8

Color information

#EADCE8 (or 0xEADCE8) is unknown color: approx Snuff. HEX triplet: EA, DC and E8. RGB value is (234,220,232). Sum of RGB (Red+Green+Blue) = 234+220+232=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCE8 is #152317. Grayscale: #E1E1E1. Windows color (decimal): -1385240 or 15260906. OLE color: 15260906.

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

Color convert

RGB234220232-
CMYK00.060.010.08
HSL308.57º25%89.02%-
HSV(B)308.57º5.98%91.76%-
XYZ74.0974.5186.82-
YUV225.55131.64134.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=34.11%
G=32.07%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422023200.060.010.08308.572589.02
HexEADCE806181351959
Octal3523343500611046531131
Binary111010101101110011101000011011000100110101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCE8; }

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

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

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

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

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

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

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

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