#EEDBE0

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

Shades of Pale Rose #EEDBE0

Tints of Pale Rose #EEDBE0

Color information

#EEDBE0 (or 0xEEDBE0) is unknown color: approx Pale Rose. HEX triplet: EE, DB and E0. RGB value is (238,219,224). Sum of RGB (Red+Green+Blue) = 238+219+224=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE0 is #11241F. Grayscale: #E1E1E1. Windows color (decimal): -1123360 or 14736366. OLE color: 14736366.

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

Color convert

RGB238219224-
CMYK00.080.060.07
HSL344.21º35.85%89.61%-
HSV(B)344.21º7.98%93.33%-
XYZ74.0574.2280.94-
YUV225.25127.29137.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=34.95%
G=32.16%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821922400.080.060.07344.2135.8589.61
HexEEDBE00867158245a
Octal3563333400106753044132
Binary111011101101101111100000010001101111010110001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBE0; }

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

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

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

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

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

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

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

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