#E8DCDF

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

Shades of Pale Rose #E8DCDF

Tints of Pale Rose #E8DCDF

Color information

#E8DCDF (or 0xE8DCDF) is unknown color: approx Pale Rose. HEX triplet: E8, DC and DF. RGB value is (232,220,223). Sum of RGB (Red+Green+Blue) = 232+220+223=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDF is #172320. Grayscale: #DFDFDF. Windows color (decimal): -1516321 or 14671080. OLE color: 14671080.

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

Color convert

RGB232220223-
CMYK00.050.040.09
HSL345º20.69%88.63%-
HSV(B)345º5.17%90.98%-
XYZ72.1973.6780.23-
YUV223.93127.48133.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 220 (86.33% from 255) = 32.59%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=34.37%
G=32.59%
B=33.04%

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
Decimal23222022300.050.040.0934520.6988.63
HexE8DCDF05491591559
Octal3503343370541153125131
Binary11101000110111001101111101011001001101011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCDF; }

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

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

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

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

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

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

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

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