#E9DFE0

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

Shades of Pale Rose #E9DFE0

Tints of Pale Rose #E9DFE0

Color information

#E9DFE0 (or 0xE9DFE0) is unknown color: approx Pale Rose. HEX triplet: E9, DF and E0. RGB value is (233,223,224). Sum of RGB (Red+Green+Blue) = 233+223+224=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFE0 is #16201F. Grayscale: #E2E2E2. Windows color (decimal): -1450016 or 14737385. OLE color: 14737385.

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

Color convert

RGB233223224-
CMYK00.040.040.09
HSL354º18.52%89.41%-
HSV(B)354º4.29%91.37%-
XYZ73.4575.4881.22-
YUV226.1126.81132.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.26%
GREEN value IS 223 (87.5% from 255) = 32.79%
BLUE value IS 224 (87.89% from 255) = 32.94%
R=34.26%
G=32.79%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322322400.040.040.0935418.5289.41
HexE9DFE004491621359
Octal3513373400441154223131
Binary11101001110111111110000001001001001101100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFE0; }

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

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

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

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

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

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

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

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