#E9DEE5

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

Shades of Classic Rose #E9DEE5

Tints of Classic Rose #E9DEE5

Color information

#E9DEE5 (or 0xE9DEE5) is unknown color: approx Classic Rose. HEX triplet: E9, DE and E5. RGB value is (233,222,229). Sum of RGB (Red+Green+Blue) = 233+222+229=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEE5 is #16211A. Grayscale: #E2E2E2. Windows color (decimal): -1450267 or 15064809. OLE color: 15064809.

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

Color convert

RGB233222229-
CMYK00.050.020.09
HSL321.82º20%89.22%-
HSV(B)321.82º4.72%91.37%-
XYZ73.8775.2284.76-
YUV226.09129.64132.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.06%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=34.06%
G=32.46%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322222900.050.020.09321.822089.22
HexE9DEE505291421459
Octal3513363450521150224131
Binary1110100111011110111001010101101001101000010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEE5; }

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

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

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

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

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

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

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

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