#EAD0EC

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

Shades of Snuff #EAD0EC

Tints of Snuff #EAD0EC

Color information

#EAD0EC (or 0xEAD0EC) is unknown color: approx Snuff. HEX triplet: EA, D0 and EC. RGB value is (234,208,236). Sum of RGB (Red+Green+Blue) = 234+208+236=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0EC is #152F13. Grayscale: #DADADA. Windows color (decimal): -1388308 or 15519978. OLE color: 15519978.

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

Color convert

RGB234208236-
CMYK0.010.1200.07
HSL295.71º42.42%87.06%-
HSV(B)295.71º11.86%92.55%-
XYZ71.6368.6688.83-
YUV218.97137.61138.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=34.51%
G=30.68%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342082360.010.1200.07295.7142.4287.06
HexEAD0EC1C071282a57
Octal3523203541140745052127
Binary1110101011010000111011001110001111001010001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0EC; }

 p { color: rgb(234,208,236); }

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

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

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

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

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

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

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