#EADDE1

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

Shades of Pale Rose #EADDE1

Tints of Pale Rose #EADDE1

Color information

#EADDE1 (or 0xEADDE1) is unknown color: approx Pale Rose. HEX triplet: EA, DD and E1. RGB value is (234,221,225). Sum of RGB (Red+Green+Blue) = 234+221+225=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE1 is #15221E. Grayscale: #E1E1E1. Windows color (decimal): -1384991 or 14802410. OLE color: 14802410.

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

Color convert

RGB234221225-
CMYK00.060.040.08
HSL341.54º23.64%89.22%-
HSV(B)341.54º5.56%91.76%-
XYZ73.3874.6481.77-
YUV225.34127.81134.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 221 (86.72% from 255) = 32.5%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=34.41%
G=32.5%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422122500.060.040.08341.5423.6489.22
HexEADDE106481561859
Octal3523353410641052630131
Binary11101010110111011110000101101001000101010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE1; }

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

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

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

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

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

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

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

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