#E9DCE0

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

Shades of Pale Rose #E9DCE0

Tints of Pale Rose #E9DCE0

Color information

#E9DCE0 (or 0xE9DCE0) is unknown color: approx Pale Rose. HEX triplet: E9, DC and E0. RGB value is (233,220,224). Sum of RGB (Red+Green+Blue) = 233+220+224=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCE0 is #16231F. Grayscale: #E0E0E0. Windows color (decimal): -1450784 or 14736617. OLE color: 14736617.

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

Color convert

RGB233220224-
CMYK00.060.040.09
HSL341.54º22.81%88.82%-
HSV(B)341.54º5.58%91.37%-
XYZ72.6573.8980.95-
YUV224.34127.81134.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.42%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=34.42%
G=32.50%
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
Decimal23322022400.060.040.09341.5422.8188.82
HexE9DCE006491561759
Octal3513343400641152627131
Binary11101001110111001110000001101001001101010110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCE0; }

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

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

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

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

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

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

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

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