#EAD8EB

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

Shades of Snuff #EAD8EB

Tints of Snuff #EAD8EB

Color information

#EAD8EB (or 0xEAD8EB) is unknown color: approx Snuff. HEX triplet: EA, D8 and EB. RGB value is (234,216,235). Sum of RGB (Red+Green+Blue) = 234+216+235=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8EB is #152714. Grayscale: #DFDFDF. Windows color (decimal): -1386261 or 15456490. OLE color: 15456490.

HSL color Cylindrical-coordinate representation of color #EAD8EB: hue angle of 296.84º degrees, saturation: 0.32, 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 #EAD8EB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234216235-
CMYK0.000.0800.08
HSL296.84º32.2%88.43%-
HSV(B)296.84º8.09%92.16%-
XYZ73.4872.688.74-
YUV223.55134.46135.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=34.16%
G=31.53%
B=34.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342162350.000.0800.08296.8432.288.43
HexEAD8EB08081292058
Octal35233035301001045140130
Binary11101010110110001110101101000010001001010011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8EB; }

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

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

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

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

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

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

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

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