#EAD4EA

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

Shades of Snuff #EAD4EA

Tints of Snuff #EAD4EA

Color information

#EAD4EA (or 0xEAD4EA) is unknown color: approx Snuff. HEX triplet: EA, D4 and EA. RGB value is (234,212,234). Sum of RGB (Red+Green+Blue) = 234+212+234=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 212 (83.20% from 255 or 31.18% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD4EA is #152B15. Grayscale: #DDDDDD. Windows color (decimal): -1387286 or 15389930. OLE color: 15389930.

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

Color convert

RGB234212234-
CMYK00.0900.08
HSL300º34.38%87.45%-
HSV(B)300º9.4%91.76%-
XYZ72.3370.5287.64-
YUV221.09135.29137.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 212 (83.20% from 255) = 31.18%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=34.41%
G=31.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421223400.0900.0830034.3887.45
HexEAD4EA090812c2257
Octal35232435201101045442127
Binary11101010110101001110101001001010001001011001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4EA; }

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

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

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

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

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

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

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

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