#E9DADE

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

Shades of Pale Rose #E9DADE

Tints of Pale Rose #E9DADE

Color information

#E9DADE (or 0xE9DADE) is unknown color: approx Pale Rose. HEX triplet: E9, DA and DE. RGB value is (233,218,222). Sum of RGB (Red+Green+Blue) = 233+218+222=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADE is #162521. Grayscale: #DEDEDE. Windows color (decimal): -1451298 or 14605033. OLE color: 14605033.

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

Color convert

RGB233218222-
CMYK00.060.050.09
HSL344º25.42%88.43%-
HSV(B)344º6.44%91.37%-
XYZ71.8672.7479.36-
YUV222.94127.47135.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=34.62%
G=32.39%
B=32.99%

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
Decimal23321822200.060.050.0934425.4288.43
HexE9DADE06591581958
Octal3513323360651153031130
Binary11101001110110101101111001101011001101011000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DADE; }

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

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

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

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

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

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

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

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