#EADEE1

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

Shades of Pale Rose #EADEE1

Tints of Pale Rose #EADEE1

Color information

#EADEE1 (or 0xEADEE1) is unknown color: approx Pale Rose. HEX triplet: EA, DE and E1. RGB value is (234,222,225). Sum of RGB (Red+Green+Blue) = 234+222+225=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE1 is #15211E. Grayscale: #E1E1E1. Windows color (decimal): -1384735 or 14802666. OLE color: 14802666.

HSL color Cylindrical-coordinate representation of color #EADEE1: hue angle of 345º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE1 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234222225-
CMYK00.050.040.08
HSL345º22.22%89.41%-
HSV(B)345º5.13%91.76%-
XYZ73.6475.1781.86-
YUV225.93127.48133.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=34.36%
G=32.60%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222500.050.040.0834522.2289.41
HexEADEE105481591659
Octal3523363410541053126131
Binary11101010110111101110000101011001000101011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEE1; }

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

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

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

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

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

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

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

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