#EEDDE0

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

Shades of Pale Rose #EEDDE0

Tints of Pale Rose #EEDDE0

Color information

#EEDDE0 (or 0xEEDDE0) is unknown color: approx Pale Rose. HEX triplet: EE, DD and E0. RGB value is (238,221,224). Sum of RGB (Red+Green+Blue) = 238+221+224=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE0 is #11221F. Grayscale: #E2E2E2. Windows color (decimal): -1122848 or 14736878. OLE color: 14736878.

HSL color Cylindrical-coordinate representation of color #EEDDE0: hue angle of 349.41º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDE0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238221224-
CMYK00.070.060.07
HSL349.41º33.33%90%-
HSV(B)349.41º7.14%93.33%-
XYZ74.5775.2781.12-
YUV226.42126.63136.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=34.85%
G=32.36%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822122400.070.060.07349.4133.3390
HexEEDDE0076715d215a
Octal356335340076753541132
Binary11101110110111011110000001111101111010111011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDDE0; }

 p { color: rgb(238,221,224); }

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

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

 a { background-color: rgb(238,221,224); }

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

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

 span { border-color: rgb(238,221,224); }

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