#EADBE9

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

Shades of Snuff #EADBE9

Tints of Snuff #EADBE9

Color information

#EADBE9 (or 0xEADBE9) is unknown color: approx Snuff. HEX triplet: EA, DB and E9. RGB value is (234,219,233). Sum of RGB (Red+Green+Blue) = 234+219+233=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE9 is #152416. Grayscale: #E1E1E1. Windows color (decimal): -1385495 or 15326186. OLE color: 15326186.

HSL color Cylindrical-coordinate representation of color #EADBE9: hue angle of 304º 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 #EADBE9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234219233-
CMYK00.060.000.08
HSL304º26.32%88.82%-
HSV(B)304º6.41%91.76%-
XYZ73.9774.0487.48-
YUV225.08132.47134.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 233 (91.41% from 255) = 33.97%
R=34.11%
G=31.92%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421923300.060.000.0830426.3288.82
HexEADBE906081301a59
Octal3523333510601046032131
Binary111010101101101111101001011001000100110000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE9; }

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

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

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

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

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

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

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

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