#E7DBDD

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

Shades of Pale Rose #E7DBDD

Tints of Pale Rose #E7DBDD

Color information

#E7DBDD (or 0xE7DBDD) is unknown color: approx Pale Rose. HEX triplet: E7, DB and DD. RGB value is (231,219,221). Sum of RGB (Red+Green+Blue) = 231+219+221=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDD is #182422. Grayscale: #DEDEDE. Windows color (decimal): -1582115 or 14539751. OLE color: 14539751.

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

Color convert

RGB231219221-
CMYK00.050.040.09
HSL350º20%88.24%-
HSV(B)350º5.19%90.59%-
XYZ71.3472.8778.71-
YUV222.82126.98133.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=34.43%
G=32.64%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121922100.050.040.093502088.24
HexE7DBDD054915e1458
Octal3473333350541153624130
Binary11100111110110111101110101011001001101011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBDD; }

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

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

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

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

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

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

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

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