#EAD6E8

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

Shades of Snuff #EAD6E8

Tints of Snuff #EAD6E8

Color information

#EAD6E8 (or 0xEAD6E8) is unknown color: approx Snuff. HEX triplet: EA, D6 and E8. RGB value is (234,214,232). Sum of RGB (Red+Green+Blue) = 234+214+232=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6E8 is #152917. Grayscale: #DDDDDD. Windows color (decimal): -1386776 or 15259370. OLE color: 15259370.

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

Color convert

RGB234214232-
CMYK00.090.010.08
HSL306º32.26%87.84%-
HSV(B)306º8.55%91.76%-
XYZ72.5471.4186.3-
YUV222.03133.63136.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 214 (83.98% from 255) = 31.47%
BLUE value IS 232 (91.02% from 255) = 34.12%
R=34.41%
G=31.47%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421423200.090.010.0830632.2687.84
HexEAD6E809181322058
Octal35232635001111046240130
Binary11101010110101101110100001001110001001100101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6E8; }

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

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

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

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

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

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

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

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