#E9DBDD

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

Shades of Pale Rose #E9DBDD

Tints of Pale Rose #E9DBDD

Color information

#E9DBDD (or 0xE9DBDD) is unknown color: approx Pale Rose. HEX triplet: E9, DB and DD. RGB value is (233,219,221). Sum of RGB (Red+Green+Blue) = 233+219+221=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDD is #162422. Grayscale: #DFDFDF. Windows color (decimal): -1451043 or 14539753. OLE color: 14539753.

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

Color convert

RGB233219221-
CMYK00.060.050.09
HSL351.43º24.14%88.63%-
HSV(B)351.43º6.01%91.37%-
XYZ71.9973.2178.74-
YUV223.41126.64134.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.62%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=34.62%
G=32.54%
B=32.84%

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
Decimal23321922100.060.050.09351.4324.1488.63
HexE9DBDD065915f1859
Octal3513333350651153730131
Binary11101001110110111101110101101011001101011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBDD; }

 p { color: rgb(233,219,221); }

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

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

 a { background-color: rgb(233,219,221); }

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

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

 span { border-color: rgb(233,219,221); }

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