#E8DDDF

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

Shades of Pale Rose #E8DDDF

Tints of Pale Rose #E8DDDF

Color information

#E8DDDF (or 0xE8DDDF) is unknown color: approx Pale Rose. HEX triplet: E8, DD and DF. RGB value is (232,221,223). Sum of RGB (Red+Green+Blue) = 232+221+223=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDDF is #172220. Grayscale: #E0E0E0. Windows color (decimal): -1516065 or 14671336. OLE color: 14671336.

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

Color convert

RGB232221223-
CMYK00.050.040.09
HSL349.09º19.3%88.82%-
HSV(B)349.09º4.74%90.98%-
XYZ72.4574.280.31-
YUV224.52127.14133.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.32%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 223 (87.5% 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
Decimal23222122300.050.040.09349.0919.388.82
HexE8DDDF054915d1359
Octal3503353370541153523131
Binary11101000110111011101111101011001001101011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDDF; }

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

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

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

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

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

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

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

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