#E9DEE0

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

Shades of Pale Rose #E9DEE0

Tints of Pale Rose #E9DEE0

Color information

#E9DEE0 (or 0xE9DEE0) is unknown color: approx Pale Rose. HEX triplet: E9, DE and E0. RGB value is (233,222,224). Sum of RGB (Red+Green+Blue) = 233+222+224=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEE0 is #16211F. Grayscale: #E1E1E1. Windows color (decimal): -1450272 or 14737129. OLE color: 14737129.

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

Color convert

RGB233222224-
CMYK00.050.040.09
HSL349.09º20%89.22%-
HSV(B)349.09º4.72%91.37%-
XYZ73.1874.9581.13-
YUV225.52127.14133.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.32%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=34.32%
G=32.70%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322222400.050.040.09349.092089.22
HexE9DEE0054915d1459
Octal3513363400541153524131
Binary11101001110111101110000001011001001101011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEE0; }

 p { color: rgb(233,222,224); }

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

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

 a { background-color: rgb(233,222,224); }

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

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

 span { border-color: rgb(233,222,224); }

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