#E7DEE0

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

Shades of Pale Rose #E7DEE0

Tints of Pale Rose #E7DEE0

Color information

#E7DEE0 (or 0xE7DEE0) is unknown color: approx Pale Rose. HEX triplet: E7, DE and E0. RGB value is (231,222,224). Sum of RGB (Red+Green+Blue) = 231+222+224=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEE0 is #18211F. Grayscale: #E0E0E0. Windows color (decimal): -1581344 or 14737127. OLE color: 14737127.

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

Color convert

RGB231222224-
CMYK00.040.030.09
HSL346.67º15.79%88.82%-
HSV(B)346.67º3.9%90.59%-
XYZ72.5374.6181.1-
YUV224.92127.48132.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=34.12%
G=32.79%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122222400.040.030.09346.6715.7988.82
HexE7DEE0043915b1059
Octal3473363400431153320131
Binary1110011111011110111000000100111001101011011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DEE0; }

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

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

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

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

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

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

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

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