#E8DFE0

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

Shades of Pale Rose #E8DFE0

Tints of Pale Rose #E8DFE0

Color information

#E8DFE0 (or 0xE8DFE0) is unknown color: approx Pale Rose. HEX triplet: E8, DF and E0. RGB value is (232,223,224). Sum of RGB (Red+Green+Blue) = 232+223+224=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE0 is #17201F. Grayscale: #E1E1E1. Windows color (decimal): -1515552 or 14737384. OLE color: 14737384.

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

Color convert

RGB232223224-
CMYK00.040.030.09
HSL353.33º16.36%89.22%-
HSV(B)353.33º3.88%90.98%-
XYZ73.1275.3181.2-
YUV225.8126.98132.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=34.17%
G=32.84%
B=32.99%

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
Decimal23222322400.040.030.09353.3316.3689.22
HexE8DFE004391611059
Octal3503373400431154120131
Binary1110100011011111111000000100111001101100001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DFE0; }

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

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

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

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

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

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

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

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