#E9DCDF

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

Shades of Pale Rose #E9DCDF

Tints of Pale Rose #E9DCDF

Color information

#E9DCDF (or 0xE9DCDF) is unknown color: approx Pale Rose. HEX triplet: E9, DC and DF. RGB value is (233,220,223). Sum of RGB (Red+Green+Blue) = 233+220+223=676 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.47% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDF is #162320. Grayscale: #E0E0E0. Windows color (decimal): -1450785 or 14671081. OLE color: 14671081.

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

Color convert

RGB233220223-
CMYK00.060.040.09
HSL346.15º22.81%88.82%-
HSV(B)346.15º5.58%91.37%-
XYZ72.5273.8480.24-
YUV224.23127.31134.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.47%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=34.47%
G=32.54%
B=32.99%

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
Decimal23322022300.060.040.09346.1522.8188.82
HexE9DCDF064915a1759
Octal3513343370641153227131
Binary11101001110111001101111101101001001101011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCDF; }

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

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

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

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

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

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

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

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