#EAD5EB

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

Shades of Snuff #EAD5EB

Tints of Snuff #EAD5EB

Color information

#EAD5EB (or 0xEAD5EB) is unknown color: approx Snuff. HEX triplet: EA, D5 and EB. RGB value is (234,213,235). Sum of RGB (Red+Green+Blue) = 234+213+235=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAD5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5EB is #152A14. Grayscale: #DDDDDD. Windows color (decimal): -1387029 or 15455722. OLE color: 15455722.

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

Color convert

RGB234213235-
CMYK0.000.0900.08
HSL297.27º35.48%87.84%-
HSV(B)297.27º9.36%92.16%-
XYZ72.7271.0888.48-
YUV221.79135.46136.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=34.31%
G=31.23%
B=34.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342132350.000.0900.08297.2735.4887.84
HexEAD5EB09081292358
Octal35232535301101045143130
Binary11101010110101011110101101001010001001010011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5EB; }

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

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

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

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

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

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

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

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