#EADDEA

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

Shades of Snuff #EADDEA

Tints of Snuff #EADDEA

Color information

#EADDEA (or 0xEADDEA) is unknown color: approx Snuff. HEX triplet: EA, DD and EA. RGB value is (234,221,234). Sum of RGB (Red+Green+Blue) = 234+221+234=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EADDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDEA is #152215. Grayscale: #E2E2E2. Windows color (decimal): -1384982 or 15392234. OLE color: 15392234.

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

Color convert

RGB234221234-
CMYK00.0600.08
HSL300º23.64%89.22%-
HSV(B)300º5.56%91.76%-
XYZ74.6475.1588.41-
YUV226.37132.31133.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422123400.0600.0830023.6489.22
HexEADDEA060812c1859
Octal3523353520601045430131
Binary111010101101110111101010011001000100101100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDEA; }

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

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

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

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

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

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

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

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