#E9DDDF

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

Shades of Pale Rose #E9DDDF

Tints of Pale Rose #E9DDDF

Color information

#E9DDDF (or 0xE9DDDF) is unknown color: approx Pale Rose. HEX triplet: E9, DD and DF. RGB value is (233,221,223). Sum of RGB (Red+Green+Blue) = 233+221+223=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDDF is #162220. Grayscale: #E0E0E0. Windows color (decimal): -1450529 or 14671337. OLE color: 14671337.

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

Color convert

RGB233221223-
CMYK00.050.040.09
HSL350º21.43%89.02%-
HSV(B)350º5.15%91.37%-
XYZ72.7874.3680.33-
YUV224.82126.98133.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=34.42%
G=32.64%
B=32.94%

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
Decimal23322122300.050.040.0935021.4389.02
HexE9DDDF054915e1559
Octal3513353370541153625131
Binary11101001110111011101111101011001001101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDDF; }

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

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

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

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

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

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

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

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