#E9D6DB

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

Shades of Pale Rose #E9D6DB

Tints of Pale Rose #E9D6DB

Color information

#E9D6DB (or 0xE9D6DB) is unknown color: approx Pale Rose. HEX triplet: E9, D6 and DB. RGB value is (233,214,219). Sum of RGB (Red+Green+Blue) = 233+214+219=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DB is #162924. Grayscale: #DCDCDC. Windows color (decimal): -1452325 or 14407401. OLE color: 14407401.

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

Color convert

RGB233214219-
CMYK00.080.060.09
HSL344.21º30.16%87.65%-
HSV(B)344.21º8.15%91.37%-
XYZ70.4470.5376.92-
YUV220.25127.29137.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=34.98%
G=32.13%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321421900.080.060.09344.2130.1687.65
HexE9D6DB08691581e58
Octal35132633301061153036130
Binary111010011101011011011011010001101001101011000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6DB; }

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

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

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

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

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

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

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

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