#EAD6EC

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

Shades of Snuff #EAD6EC

Tints of Snuff #EAD6EC

Color information

#EAD6EC (or 0xEAD6EC) is unknown color: approx Snuff. HEX triplet: EA, D6 and EC. RGB value is (234,214,236). Sum of RGB (Red+Green+Blue) = 234+214+236=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6EC is #152913. Grayscale: #DEDEDE. Windows color (decimal): -1386772 or 15521514. OLE color: 15521514.

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

Color convert

RGB234214236-
CMYK0.010.0900.07
HSL294.55º36.67%88.24%-
HSV(B)294.55º9.32%92.55%-
XYZ73.1271.6489.33-
YUV222.49135.63136.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=34.21%
G=31.29%
B=34.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342142360.010.0900.07294.5536.6788.24
HexEAD6EC19071272558
Octal3523263541110744745130
Binary1110101011010110111011001100101111001001111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6EC; }

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

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

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

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

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

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

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

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