#EAD0ED

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

Shades of Snuff #EAD0ED

Tints of Snuff #EAD0ED

Color information

#EAD0ED (or 0xEAD0ED) is unknown color: approx Snuff. HEX triplet: EA, D0 and ED. RGB value is (234,208,237). Sum of RGB (Red+Green+Blue) = 234+208+237=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0ED is #152F12. Grayscale: #DADADA. Windows color (decimal): -1388307 or 15585514. OLE color: 15585514.

HSL color Cylindrical-coordinate representation of color #EAD0ED: hue angle of 293.79º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD0ED is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234208237-
CMYK0.010.1200.07
HSL293.79º44.62%87.25%-
HSV(B)293.79º12.24%92.94%-
XYZ71.7768.7289.6-
YUV219.08138.11138.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 208 (81.64% from 255) = 30.63%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=34.46%
G=30.63%
B=34.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342082370.010.1200.07293.7944.6287.25
HexEAD0ED1C071262d57
Octal3523203551140744655127
Binary1110101011010000111011011110001111001001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0ED; }

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

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

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

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

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

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

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

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