#E9DCDE

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

Shades of Pale Rose #E9DCDE

Tints of Pale Rose #E9DCDE

Color information

#E9DCDE (or 0xE9DCDE) is unknown color: approx Pale Rose. HEX triplet: E9, DC and DE. RGB value is (233,220,222). Sum of RGB (Red+Green+Blue) = 233+220+222=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDE is #162321. Grayscale: #E0E0E0. Windows color (decimal): -1450786 or 14605545. OLE color: 14605545.

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

Color convert

RGB233220222-
CMYK00.060.050.09
HSL350.77º22.81%88.82%-
HSV(B)350.77º5.58%91.37%-
XYZ72.3873.7879.53-
YUV224.11126.81134.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=34.52%
G=32.59%
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
Decimal23322022200.060.050.09350.7722.8188.82
HexE9DCDE065915f1759
Octal3513343360651153727131
Binary11101001110111001101111001101011001101011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCDE; }

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

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

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

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

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

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

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

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