#E7DDDF

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

Shades of Pale Rose #E7DDDF

Tints of Pale Rose #E7DDDF

Color information

#E7DDDF (or 0xE7DDDF) is unknown color: approx Pale Rose. HEX triplet: E7, DD and DF. RGB value is (231,221,223). Sum of RGB (Red+Green+Blue) = 231+221+223=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDF is #182220. Grayscale: #E0E0E0. Windows color (decimal): -1581601 or 14671335. OLE color: 14671335.

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

Color convert

RGB231221223-
CMYK00.040.030.09
HSL348º17.24%88.63%-
HSV(B)348º4.33%90.59%-
XYZ72.1374.0380.3-
YUV224.22127.31132.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.22%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=34.22%
G=32.74%
B=33.04%

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
Decimal23122122300.040.030.0934817.2488.63
HexE7DDDF043915c1159
Octal3473353370431153421131
Binary1110011111011101110111110100111001101011100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DDDF; }

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

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

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

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

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

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

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

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