#E8DDDE

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

Shades of Pale Rose #E8DDDE

Tints of Pale Rose #E8DDDE

Color information

#E8DDDE (or 0xE8DDDE) is unknown color: approx Pale Rose. HEX triplet: E8, DD and DE. RGB value is (232,221,222). Sum of RGB (Red+Green+Blue) = 232+221+222=675 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.37% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDE is #172221. Grayscale: #E0E0E0. Windows color (decimal): -1516066 or 14605800. OLE color: 14605800.

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

Color convert

RGB232221222-
CMYK00.050.040.09
HSL354.55º19.3%88.82%-
HSV(B)354.55º4.74%90.98%-
XYZ72.3274.1479.61-
YUV224.4126.64133.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.37%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=34.37%
G=32.74%
B=32.89%

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
Decimal23222122200.050.040.09354.5519.388.82
HexE8DDDE05491631359
Octal3503353360541154323131
Binary11101000110111011101111001011001001101100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDDE; }

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

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

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

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

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

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

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

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