#EEDFE0

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

Shades of Pale Rose #EEDFE0

Tints of Pale Rose #EEDFE0

Color information

#EEDFE0 (or 0xEEDFE0) is unknown color: approx Pale Rose. HEX triplet: EE, DF and E0. RGB value is (238,223,224). Sum of RGB (Red+Green+Blue) = 238+223+224=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE0 is #11201F. Grayscale: #E3E3E3. Windows color (decimal): -1122336 or 14737390. OLE color: 14737390.

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

Color convert

RGB238223224-
CMYK00.060.060.07
HSL356º30.61%90.39%-
HSV(B)356º6.3%93.33%-
XYZ75.176.3381.3-
YUV227.6125.97135.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 224 (87.89% from 255) = 32.70%
R=34.74%
G=32.55%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822322400.060.060.0735630.6190.39
HexEEDFE006671641f5a
Octal356337340066754437132
Binary1110111011011111111000000110110111101100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFE0; }

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

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

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

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

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

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

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

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