#E9DADF

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

Shades of Pale Rose #E9DADF

Tints of Pale Rose #E9DADF

Color information

#E9DADF (or 0xE9DADF) is unknown color: approx Pale Rose. HEX triplet: E9, DA and DF. RGB value is (233,218,223). Sum of RGB (Red+Green+Blue) = 233+218+223=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADF is #162520. Grayscale: #DFDFDF. Windows color (decimal): -1451297 or 14670569. OLE color: 14670569.

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

Color convert

RGB233218223-
CMYK00.060.040.09
HSL340º25.42%88.43%-
HSV(B)340º6.44%91.37%-
XYZ71.9972.7980.07-
YUV223.05127.97135.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.57%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=34.57%
G=32.34%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321822300.060.040.0934025.4288.43
HexE9DADF06491541958
Octal3513323370641152431130
Binary11101001110110101101111101101001001101010100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DADF; }

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

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

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

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

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

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

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

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