#EADBE8

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

Shades of Snuff #EADBE8

Tints of Snuff #EADBE8

Color information

#EADBE8 (or 0xEADBE8) is unknown color: approx Snuff. HEX triplet: EA, DB and E8. RGB value is (234,219,232). Sum of RGB (Red+Green+Blue) = 234+219+232=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADBE8 is #152417. Grayscale: #E0E0E0. Windows color (decimal): -1385496 or 15260650. OLE color: 15260650.

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

Color convert

RGB234219232-
CMYK00.060.010.08
HSL308º26.32%88.82%-
HSV(B)308º6.41%91.76%-
XYZ73.8373.9886.73-
YUV224.97131.97134.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 232 (91.02% from 255) = 33.87%
R=34.16%
G=31.97%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421923200.060.010.0830826.3288.82
HexEADBE806181341a59
Octal3523333500611046432131
Binary111010101101101111101000011011000100110100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBE8; }

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

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

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

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

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

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

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

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