#EAD5ED

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

Shades of Snuff #EAD5ED

Tints of Snuff #EAD5ED

Color information

#EAD5ED (or 0xEAD5ED) is unknown color: approx Snuff. HEX triplet: EA, D5 and ED. RGB value is (234,213,237). Sum of RGB (Red+Green+Blue) = 234+213+237=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5ED is #152A12. Grayscale: #DDDDDD. Windows color (decimal): -1387027 or 15586794. OLE color: 15586794.

HSL color Cylindrical-coordinate representation of color #EAD5ED: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD5ED is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234213237-
CMYK0.010.1000.07
HSL292.5º40%88.24%-
HSV(B)292.5º10.13%92.94%-
XYZ73.0171.290.01-
YUV222.02136.46136.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=34.21%
G=31.14%
B=34.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342132370.010.1000.07292.54088.24
HexEAD5ED1A071242858
Octal3523253551120744450130
Binary1110101011010101111011011101001111001001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5ED; }

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

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

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

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

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

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

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

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