#E9DADB

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

Shades of Pale Rose #E9DADB

Tints of Pale Rose #E9DADB

Color information

#E9DADB (or 0xE9DADB) is unknown color: approx Pale Rose. HEX triplet: E9, DA and DB. RGB value is (233,218,219). Sum of RGB (Red+Green+Blue) = 233+218+219=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADB is #162524. Grayscale: #DEDEDE. Windows color (decimal): -1451301 or 14408425. OLE color: 14408425.

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

Color convert

RGB233218219-
CMYK00.060.060.09
HSL356º25.42%88.43%-
HSV(B)356º6.44%91.37%-
XYZ71.4672.5877.26-
YUV222.6125.97135.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=34.78%
G=32.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321821900.060.060.0935625.4288.43
HexE9DADB06691641958
Octal3513323330661154431130
Binary11101001110110101101101101101101001101100100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DADB; }

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

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

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

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

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

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

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

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