#E9DDE0

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

Shades of Pale Rose #E9DDE0

Tints of Pale Rose #E9DDE0

Color information

#E9DDE0 (or 0xE9DDE0) is unknown color: approx Pale Rose. HEX triplet: E9, DD and E0. RGB value is (233,221,224). Sum of RGB (Red+Green+Blue) = 233+221+224=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDE0 is #16221F. Grayscale: #E0E0E0. Windows color (decimal): -1450528 or 14736873. OLE color: 14736873.

HSL color Cylindrical-coordinate representation of color #E9DDE0: hue angle of 345º degrees, saturation: 0.21, 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 #E9DDE0 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233221224-
CMYK00.050.040.09
HSL345º21.43%89.02%-
HSV(B)345º5.15%91.37%-
XYZ72.9274.4281.04-
YUV224.93127.48133.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=34.37%
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.09
SystemRedGreenBlueCMYKHSL
Decimal23322122400.050.040.0934521.4389.02
HexE9DDE005491591559
Octal3513353400541153125131
Binary11101001110111011110000001011001001101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDE0; }

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

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

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

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

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

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

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

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