#E7DADD

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

Shades of Pale Rose #E7DADD

Tints of Pale Rose #E7DADD

Color information

#E7DADD (or 0xE7DADD) is unknown color: approx Pale Rose. HEX triplet: E7, DA and DD. RGB value is (231,218,221). Sum of RGB (Red+Green+Blue) = 231+218+221=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADD is #182522. Grayscale: #DEDEDE. Windows color (decimal): -1582371 or 14539495. OLE color: 14539495.

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

Color convert

RGB231218221-
CMYK00.060.040.09
HSL346.15º21.31%88.04%-
HSV(B)346.15º5.63%90.59%-
XYZ71.0872.3578.63-
YUV222.23127.31134.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=34.48%
G=32.54%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121822100.060.040.09346.1521.3188.04
HexE7DADD064915a1558
Octal3473323350641153225130
Binary11100111110110101101110101101001001101011010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DADD; }

 p { color: rgb(231,218,221); }

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

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

 a { background-color: rgb(231,218,221); }

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

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

 span { border-color: rgb(231,218,221); }

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