#E7DADC

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

Shades of Pale Rose #E7DADC

Tints of Pale Rose #E7DADC

Color information

#E7DADC (or 0xE7DADC) is unknown color: approx Pale Rose. HEX triplet: E7, DA and DC. RGB value is (231,218,220). Sum of RGB (Red+Green+Blue) = 231+218+220=669 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.53% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DADC is #182523. Grayscale: #DEDEDE. Windows color (decimal): -1582372 or 14473959. OLE color: 14473959.

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

Color convert

RGB231218220-
CMYK00.060.050.09
HSL350.77º21.31%88.04%-
HSV(B)350.77º5.63%90.59%-
XYZ70.9472.377.93-
YUV222.12126.81134.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.53%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=34.53%
G=32.59%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121822000.060.050.09350.7721.3188.04
HexE7DADC065915f1558
Octal3473323340651153725130
Binary11100111110110101101110001101011001101011111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DADC; }

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

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

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

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

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

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

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

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