#EAD6EA

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

Shades of Snuff #EAD6EA

Tints of Snuff #EAD6EA

Color information

#EAD6EA (or 0xEAD6EA) is unknown color: approx Snuff. HEX triplet: EA, D6 and EA. RGB value is (234,214,234). Sum of RGB (Red+Green+Blue) = 234+214+234=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6EA is #152915. Grayscale: #DEDEDE. Windows color (decimal): -1386774 or 15390442. OLE color: 15390442.

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

Color convert

RGB234214234-
CMYK00.0900.08
HSL300º32.26%87.84%-
HSV(B)300º8.55%91.76%-
XYZ72.8371.5387.81-
YUV222.26134.63136.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 214 (83.98% from 255) = 31.38%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=34.31%
G=31.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421423400.0900.0830032.2687.84
HexEAD6EA090812c2058
Octal35232635201101045440130
Binary11101010110101101110101001001010001001011001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6EA; }

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

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

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

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

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

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

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

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