#EAD0EF

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

Shades of Snuff #EAD0EF

Tints of Snuff #EAD0EF

Color information

#EAD0EF (or 0xEAD0EF) is unknown color: approx Snuff. HEX triplet: EA, D0 and EF. RGB value is (234,208,239). Sum of RGB (Red+Green+Blue) = 234+208+239=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0EF is #152F10. Grayscale: #DBDBDB. Windows color (decimal): -1388305 or 15716586. OLE color: 15716586.

HSL color Cylindrical-coordinate representation of color #EAD0EF: hue angle of 290.32º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD0EF is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234208239-
CMYK0.020.1300.06
HSL290.32º49.21%87.65%-
HSV(B)290.32º12.97%93.73%-
XYZ72.0768.8491.15-
YUV219.31139.11138.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 208 (81.64% from 255) = 30.54%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=34.36%
G=30.54%
B=35.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342082390.020.1300.06290.3249.2187.65
HexEAD0EF2D061223158
Octal3523203572150644261130
Binary11101010110100001110111110110101101001000101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0EF; }

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

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

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

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

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

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

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

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