#E7DCDF

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

Shades of Pale Rose #E7DCDF

Tints of Pale Rose #E7DCDF

Color information

#E7DCDF (or 0xE7DCDF) is unknown color: approx Pale Rose. HEX triplet: E7, DC and DF. RGB value is (231,220,223). Sum of RGB (Red+Green+Blue) = 231+220+223=674 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.27% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDF is #182320. Grayscale: #DFDFDF. Windows color (decimal): -1581857 or 14671079. OLE color: 14671079.

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

Color convert

RGB231220223-
CMYK00.050.030.09
HSL343.64º18.64%88.43%-
HSV(B)343.64º4.76%90.59%-
XYZ71.8773.580.21-
YUV223.63127.64133.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.27%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=34.27%
G=32.64%
B=33.09%

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
Decimal23122022300.050.030.09343.6418.6488.43
HexE7DCDF05391581358
Octal3473343370531153023130
Binary1110011111011100110111110101111001101011000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCDF; }

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

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

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

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

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

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

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

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