#E8DCDD

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

Shades of Pale Rose #E8DCDD

Tints of Pale Rose #E8DCDD

Color information

#E8DCDD (or 0xE8DCDD) is unknown color: approx Pale Rose. HEX triplet: E8, DC and DD. RGB value is (232,220,221). Sum of RGB (Red+Green+Blue) = 232+220+221=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDD is #172322. Grayscale: #DFDFDF. Windows color (decimal): -1516323 or 14540008. OLE color: 14540008.

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

Color convert

RGB232220221-
CMYK00.050.050.09
HSL355º20.69%88.63%-
HSV(B)355º5.17%90.98%-
XYZ71.9273.5678.81-
YUV223.7126.48133.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 220 (86.33% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=34.47%
G=32.69%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222022100.050.050.0935520.6988.63
HexE8DCDD05591631559
Octal3503343350551154325131
Binary11101000110111001101110101011011001101100011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCDD; }

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

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

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

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

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

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

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

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