#EADDE8

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

Shades of Snuff #EADDE8

Tints of Snuff #EADDE8

Color information

#EADDE8 (or 0xEADDE8) is unknown color: approx Snuff. HEX triplet: EA, DD and E8. RGB value is (234,221,232). Sum of RGB (Red+Green+Blue) = 234+221+232=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE8 is #152217. Grayscale: #E2E2E2. Windows color (decimal): -1384984 or 15261162. OLE color: 15261162.

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

Color convert

RGB234221232-
CMYK00.060.010.08
HSL309.23º23.64%89.22%-
HSV(B)309.23º5.56%91.76%-
XYZ74.3575.0386.91-
YUV226.14131.31133.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 221 (86.72% from 255) = 32.17%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=34.06%
G=32.17%
B=33.77%

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
Decimal23422123200.060.010.08309.2323.6489.22
HexEADDE806181351859
Octal3523353500611046530131
Binary111010101101110111101000011011000100110101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE8; }

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

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

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

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

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

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

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

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