#E9D0D5

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

Shades of Pale Rose #E9D0D5

Tints of Pale Rose #E9D0D5

Color information

#E9D0D5 (or 0xE9D0D5) is unknown color: approx Pale Rose. HEX triplet: E9, D0 and D5. RGB value is (233,208,213). Sum of RGB (Red+Green+Blue) = 233+208+213=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0D5 is #162F2A. Grayscale: #D8D8D8. Windows color (decimal): -1453867 or 14012649. OLE color: 14012649.

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

Color convert

RGB233208213-
CMYK00.110.090.09
HSL348º36.23%86.47%-
HSV(B)348º10.73%91.37%-
XYZ68.1767.2472.34-
YUV216.04126.28140.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=35.63%
G=31.80%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320821300.110.090.0934836.2386.47
HexE9D0D50B9915c2456
Octal351320325013111153444126
Binary11101001110100001101010101011100110011010111001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D0D5; }

 p { color: rgb(233,208,213); }

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

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

 a { background-color: rgb(233,208,213); }

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

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

 span { border-color: rgb(233,208,213); }

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