#EAD8EA

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

Shades of Snuff #EAD8EA

Tints of Snuff #EAD8EA

Color information

#EAD8EA (or 0xEAD8EA) is unknown color: approx Snuff. HEX triplet: EA, D8 and EA. RGB value is (234,216,234). Sum of RGB (Red+Green+Blue) = 234+216+234=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8EA is #152715. Grayscale: #DFDFDF. Windows color (decimal): -1386262 or 15390954. OLE color: 15390954.

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

Color convert

RGB234216234-
CMYK00.0800.08
HSL300º30%88.24%-
HSV(B)300º7.69%91.76%-
XYZ73.3472.5487.98-
YUV223.43133.96135.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 216 (84.77% from 255) = 31.58%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=34.21%
G=31.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421623400.0800.083003088.24
HexEAD8EA080812c1e58
Octal35233035201001045436130
Binary1110101011011000111010100100001000100101100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8EA; }

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

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

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

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

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

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

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

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