#E7DADE

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

Shades of Pale Rose #E7DADE

Tints of Pale Rose #E7DADE

Color information

#E7DADE (or 0xE7DADE) is unknown color: approx Pale Rose. HEX triplet: E7, DA and DE. RGB value is (231,218,222). Sum of RGB (Red+Green+Blue) = 231+218+222=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADE is #182521. Grayscale: #DEDEDE. Windows color (decimal): -1582370 or 14605031. OLE color: 14605031.

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

Color convert

RGB231218222-
CMYK00.060.040.09
HSL341.54º21.31%88.04%-
HSV(B)341.54º5.63%90.59%-
XYZ71.2172.4179.33-
YUV222.34127.81134.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=34.43%
G=32.49%
B=33.08%

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
Decimal23121822200.060.040.09341.5421.3188.04
HexE7DADE06491561558
Octal3473323360641152625130
Binary11100111110110101101111001101001001101010110101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DADE; }

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

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

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

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

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

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

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

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