#E8DCDE

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

Shades of Pale Rose #E8DCDE

Tints of Pale Rose #E8DCDE

Color information

#E8DCDE (or 0xE8DCDE) is unknown color: approx Pale Rose. HEX triplet: E8, DC and DE. RGB value is (232,220,222). Sum of RGB (Red+Green+Blue) = 232+220+222=674 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.42% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDE is #172321. Grayscale: #DFDFDF. Windows color (decimal): -1516322 or 14605544. OLE color: 14605544.

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

Color convert

RGB232220222-
CMYK00.050.040.09
HSL350º20.69%88.63%-
HSV(B)350º5.17%90.98%-
XYZ72.0673.6279.52-
YUV223.82126.98133.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.42%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=34.42%
G=32.64%
B=32.94%

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
Decimal23222022200.050.040.0935020.6988.63
HexE8DCDE054915e1559
Octal3503343360541153625131
Binary11101000110111001101111001011001001101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DCDE; }

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

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

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

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

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

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

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

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