#E9CDD3

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

Shades of Pale Rose #E9CDD3

Tints of Pale Rose #E9CDD3

Color information

#E9CDD3 (or 0xE9CDD3) is unknown color: approx Pale Rose. HEX triplet: E9, CD and D3. RGB value is (233,205,211). Sum of RGB (Red+Green+Blue) = 233+205+211=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD3 is #16322C. Grayscale: #D6D6D6. Windows color (decimal): -1454637 or 13880809. OLE color: 13880809.

HSL color Cylindrical-coordinate representation of color #E9CDD3: hue angle of 347.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDD3 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233205211-
CMYK00.120.090.09
HSL347.14º38.89%85.88%-
HSV(B)347.14º12.02%91.37%-
XYZ67.1965.6970.77-
YUV214.06126.28141.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 211 (82.81% from 255) = 32.51%
R=35.90%
G=31.59%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320521100.120.090.09347.1438.8985.88
HexE9CDD30C9915b2756
Octal351315323014111153347126
Binary11101001110011011101001101100100110011010110111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDD3; }

 p { color: rgb(233,205,211); }

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

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

 a { background-color: rgb(233,205,211); }

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

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

 span { border-color: rgb(233,205,211); }

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