#E9DFE1

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

Shades of Pale Rose #E9DFE1

Tints of Pale Rose #E9DFE1

Color information

#E9DFE1 (or 0xE9DFE1) is unknown color: approx Pale Rose. HEX triplet: E9, DF and E1. RGB value is (233,223,225). Sum of RGB (Red+Green+Blue) = 233+223+225=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFE1 is #16201E. Grayscale: #E2E2E2. Windows color (decimal): -1450015 or 14802921. OLE color: 14802921.

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

Color convert

RGB233223225-
CMYK00.040.030.09
HSL348º18.52%89.41%-
HSV(B)348º4.29%91.37%-
XYZ73.5875.5481.94-
YUV226.22127.31132.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 223 (87.5% from 255) = 32.75%
BLUE value IS 225 (88.28% from 255) = 33.04%
R=34.21%
G=32.75%
B=33.04%

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
Decimal23322322500.040.030.0934818.5289.41
HexE9DFE1043915c1359
Octal3513373410431153423131
Binary1110100111011111111000010100111001101011100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFE1; }

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

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

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

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

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

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

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

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