#E7DDDE

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

Shades of Pale Rose #E7DDDE

Tints of Pale Rose #E7DDDE

Color information

#E7DDDE (or 0xE7DDDE) is unknown color: approx Pale Rose. HEX triplet: E7, DD and DE. RGB value is (231,221,222). Sum of RGB (Red+Green+Blue) = 231+221+222=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDE is #182221. Grayscale: #E0E0E0. Windows color (decimal): -1581602 or 14605799. OLE color: 14605799.

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

Color convert

RGB231221222-
CMYK00.040.040.09
HSL354º17.24%88.63%-
HSV(B)354º4.33%90.59%-
XYZ7273.9879.59-
YUV224.1126.81132.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=34.27%
G=32.79%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122122200.040.040.0935417.2488.63
HexE7DDDE04491621159
Octal3473353360441154221131
Binary11100111110111011101111001001001001101100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDDE; }

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

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

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

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

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

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

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

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