#EAD8EC

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

Shades of Snuff #EAD8EC

Tints of Snuff #EAD8EC

Color information

#EAD8EC (or 0xEAD8EC) is unknown color: approx Snuff. HEX triplet: EA, D8 and EC. RGB value is (234,216,236). Sum of RGB (Red+Green+Blue) = 234+216+236=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8EC is #152713. Grayscale: #DFDFDF. Windows color (decimal): -1386260 or 15522026. OLE color: 15522026.

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

Color convert

RGB234216236-
CMYK0.010.0800.07
HSL294º34.48%88.63%-
HSV(B)294º8.47%92.55%-
XYZ73.6372.6689.5-
YUV223.66134.96135.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 216 (84.77% from 255) = 31.49%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=34.11%
G=31.49%
B=34.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342162360.010.0800.0729434.4888.63
HexEAD8EC18071262259
Octal3523303541100744642131
Binary1110101011011000111011001100001111001001101000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8EC; }

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

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

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

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

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

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

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

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