#EADDE7

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

Shades of Snuff #EADDE7

Tints of Snuff #EADDE7

Color information

#EADDE7 (or 0xEADDE7) is unknown color: approx Snuff. HEX triplet: EA, DD and E7. RGB value is (234,221,231). Sum of RGB (Red+Green+Blue) = 234+221+231=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE7 is #152218. Grayscale: #E1E1E1. Windows color (decimal): -1384985 or 15195626. OLE color: 15195626.

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

Color convert

RGB234221231-
CMYK00.060.010.08
HSL313.85º23.64%89.22%-
HSV(B)313.85º5.56%91.76%-
XYZ74.2174.9786.16-
YUV226.03130.81133.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=34.11%
G=32.22%
B=33.67%

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
Decimal23422123100.060.010.08313.8523.6489.22
HexEADDE7061813a1859
Octal3523353470611047230131
Binary111010101101110111100111011011000100111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE7; }

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

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

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

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

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

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

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

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