#E9D9DC

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

Shades of Pale Rose #E9D9DC

Tints of Pale Rose #E9D9DC

Color information

#E9D9DC (or 0xE9D9DC) is unknown color: approx Pale Rose. HEX triplet: E9, D9 and DC. RGB value is (233,217,220). Sum of RGB (Red+Green+Blue) = 233+217+220=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D9DC is #162623. Grayscale: #DEDEDE. Windows color (decimal): -1451556 or 14473705. OLE color: 14473705.

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

Color convert

RGB233217220-
CMYK00.070.060.09
HSL348.75º26.67%88.24%-
HSV(B)348.75º6.87%91.37%-
XYZ71.3472.1277.87-
YUV222.13126.8135.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=34.78%
G=32.39%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321722000.070.060.09348.7526.6788.24
HexE9D9DC076915d1b58
Octal3513313340761153533130
Binary11101001110110011101110001111101001101011101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D9DC; }

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

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

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

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

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

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

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

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