#E2DADB

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

Shades of Pale Rose #E2DADB

Tints of Pale Rose #E2DADB

Color information

#E2DADB (or 0xE2DADB) is unknown color: approx Pale Rose. HEX triplet: E2, DA and DB. RGB value is (226,218,219). Sum of RGB (Red+Green+Blue) = 226+218+219=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DADB is #1D2524. Grayscale: #DCDCDC. Windows color (decimal): -1910053 or 14408418. OLE color: 14408418.

HSL color Cylindrical-coordinate representation of color #E2DADB: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2DADB is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226218219-
CMYK00.040.030.11
HSL352.5º12.12%87.06%-
HSV(B)352.5º3.54%88.63%-
XYZ69.2271.4377.16-
YUV220.51127.15131.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 218 (85.55% from 255) = 32.88%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=34.09%
G=32.88%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621821900.040.030.11352.512.1287.06
HexE2DADB043B161c57
Octal3423323330431354114127
Binary111000101101101011011011010011101110110000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DADB; }

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

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

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

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

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

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

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

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