#E9DADD

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

Shades of Pale Rose #E9DADD

Tints of Pale Rose #E9DADD

Color information

#E9DADD (or 0xE9DADD) is unknown color: approx Pale Rose. HEX triplet: E9, DA and DD. RGB value is (233,218,221). Sum of RGB (Red+Green+Blue) = 233+218+221=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADD is #162522. Grayscale: #DEDEDE. Windows color (decimal): -1451299 or 14539497. OLE color: 14539497.

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

Color convert

RGB233218221-
CMYK00.060.050.09
HSL348º25.42%88.43%-
HSV(B)348º6.44%91.37%-
XYZ71.7372.6978.66-
YUV222.83126.97135.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=34.67%
G=32.44%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321822100.060.050.0934825.4288.43
HexE9DADD065915c1958
Octal3513323350651153431130
Binary11101001110110101101110101101011001101011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DADD; }

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

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

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

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

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

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

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

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