#E9DEDF

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

Shades of Pale Rose #E9DEDF

Tints of Pale Rose #E9DEDF

Color information

#E9DEDF (or 0xE9DEDF) is unknown color: approx Pale Rose. HEX triplet: E9, DE and DF. RGB value is (233,222,223). Sum of RGB (Red+Green+Blue) = 233+222+223=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDF is #162120. Grayscale: #E1E1E1. Windows color (decimal): -1450273 or 14671593. OLE color: 14671593.

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

Color convert

RGB233222223-
CMYK00.050.040.09
HSL354.55º20%89.22%-
HSV(B)354.55º4.72%91.37%-
XYZ73.0474.8980.42-
YUV225.4126.64133.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=34.37%
G=32.74%
B=32.89%

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
Decimal23322222300.050.040.09354.552089.22
HexE9DEDF05491631459
Octal3513363370541154324131
Binary11101001110111101101111101011001001101100011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEDF; }

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

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

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

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

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

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

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

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