#E7DCDE

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

Shades of Pale Rose #E7DCDE

Tints of Pale Rose #E7DCDE

Color information

#E7DCDE (or 0xE7DCDE) is unknown color: approx Pale Rose. HEX triplet: E7, DC and DE. RGB value is (231,220,222). Sum of RGB (Red+Green+Blue) = 231+220+222=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDE is #182321. Grayscale: #DFDFDF. Windows color (decimal): -1581858 or 14605543. OLE color: 14605543.

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

Color convert

RGB231220222-
CMYK00.050.040.09
HSL349.09º18.64%88.43%-
HSV(B)349.09º4.76%90.59%-
XYZ71.7373.4579.5-
YUV223.52127.14133.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.32%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=34.32%
G=32.69%
B=32.99%

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
Decimal23122022200.050.040.09349.0918.6488.43
HexE7DCDE054915d1358
Octal3473343360541153523130
Binary11100111110111001101111001011001001101011101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCDE; }

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

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

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

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

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

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

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

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