#EADBEA

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

Shades of Snuff #EADBEA

Tints of Snuff #EADBEA

Color information

#EADBEA (or 0xEADBEA) is unknown color: approx Snuff. HEX triplet: EA, DB and EA. RGB value is (234,219,234). Sum of RGB (Red+Green+Blue) = 234+219+234=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EADBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBEA is #152415. Grayscale: #E1E1E1. Windows color (decimal): -1385494 or 15391722. OLE color: 15391722.

HSL color Cylindrical-coordinate representation of color #EADBEA: hue angle of 300º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADBEA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234219234-
CMYK00.0600.08
HSL300º26.32%88.82%-
HSV(B)300º6.41%91.76%-
XYZ74.1174.188.24-
YUV225.2132.97134.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 234 (91.80% from 255) = 34.06%
R=34.06%
G=31.88%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421923400.0600.0830026.3288.82
HexEADBEA060812c1a59
Octal3523333520601045432131
Binary111010101101101111101010011001000100101100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBEA; }

 p { color: rgb(234,219,234); }

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

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

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

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

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

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

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