#EAD0E9

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

Shades of Snuff #EAD0E9

Tints of Snuff #EAD0E9

Color information

#EAD0E9 (or 0xEAD0E9) is unknown color: approx Snuff. HEX triplet: EA, D0 and E9. RGB value is (234,208,233). Sum of RGB (Red+Green+Blue) = 234+208+233=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0E9 is #152F16. Grayscale: #DADADA. Windows color (decimal): -1388311 or 15323370. OLE color: 15323370.

HSL color Cylindrical-coordinate representation of color #EAD0E9: hue angle of 302.31º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD0E9 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234208233-
CMYK00.110.000.08
HSL302.31º38.24%86.67%-
HSV(B)302.31º11.11%91.76%-
XYZ71.268.4986.56-
YUV218.62136.11138.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 208 (81.64% from 255) = 30.81%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=34.67%
G=30.81%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420823300.110.000.08302.3138.2486.67
HexEAD0E90B0812e2657
Octal35232035101301045646127
Binary11101010110100001110100101011010001001011101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD0E9; }

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

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

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

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

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

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

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

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