#E7DBDF

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

Shades of Pale Rose #E7DBDF

Tints of Pale Rose #E7DBDF

Color information

#E7DBDF (or 0xE7DBDF) is unknown color: approx Pale Rose. HEX triplet: E7, DB and DF. RGB value is (231,219,223). Sum of RGB (Red+Green+Blue) = 231+219+223=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDF is #182420. Grayscale: #DFDFDF. Windows color (decimal): -1582113 or 14670823. OLE color: 14670823.

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

Color convert

RGB231219223-
CMYK00.050.030.09
HSL340º20%88.24%-
HSV(B)340º5.19%90.59%-
XYZ71.6172.9880.12-
YUV223.04127.98133.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=34.32%
G=32.54%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121922300.050.030.093402088.24
HexE7DBDF05391541458
Octal3473333370531152424130
Binary1110011111011011110111110101111001101010100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBDF; }

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

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

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

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

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

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

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

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