#E8DFE1

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

Shades of Pale Rose #E8DFE1

Tints of Pale Rose #E8DFE1

Color information

#E8DFE1 (or 0xE8DFE1) is unknown color: approx Pale Rose. HEX triplet: E8, DF and E1. RGB value is (232,223,225). Sum of RGB (Red+Green+Blue) = 232+223+225=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE1 is #17201E. Grayscale: #E1E1E1. Windows color (decimal): -1515551 or 14802920. OLE color: 14802920.

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

Color convert

RGB232223225-
CMYK00.040.030.09
HSL346.67º16.36%89.22%-
HSV(B)346.67º3.88%90.98%-
XYZ73.2675.3781.92-
YUV225.92127.48132.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=34.12%
G=32.79%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222322500.040.030.09346.6716.3689.22
HexE8DFE1043915b1059
Octal3503373410431153320131
Binary1110100011011111111000010100111001101011011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFE1; }

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

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

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

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

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

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

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

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