#EEDEE0

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

Shades of Pale Rose #EEDEE0

Tints of Pale Rose #EEDEE0

Color information

#EEDEE0 (or 0xEEDEE0) is unknown color: approx Pale Rose. HEX triplet: EE, DE and E0. RGB value is (238,222,224). Sum of RGB (Red+Green+Blue) = 238+222+224=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 224 (87.89% from 255 or 32.75% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE0 is #11211F. Grayscale: #E3E3E3. Windows color (decimal): -1122592 or 14737134. OLE color: 14737134.

HSL color Cylindrical-coordinate representation of color #EEDEE0: hue angle of 352.5º degrees, saturation: 0.32, 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 #EEDEE0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238222224-
CMYK00.070.060.07
HSL352.5º32%90.2%-
HSV(B)352.5º6.72%93.33%-
XYZ74.8475.881.21-
YUV227.01126.3135.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 224 (87.89% from 255) = 32.75%
R=34.80%
G=32.46%
B=32.75%

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
Decimal23822222400.070.060.07352.53290.2
HexEEDEE00767160205a
Octal356336340076754040132
Binary11101110110111101110000001111101111011000001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEE0; }

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

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

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

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

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

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

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

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