#EED8DB

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

Shades of Pale Rose #EED8DB

Tints of Pale Rose #EED8DB

Color information

#EED8DB (or 0xEED8DB) is unknown color: approx Pale Rose. HEX triplet: EE, D8 and DB. RGB value is (238,216,219). Sum of RGB (Red+Green+Blue) = 238+216+219=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8DB is #112724. Grayscale: #DEDEDE. Windows color (decimal): -1124133 or 14407918. OLE color: 14407918.

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

Color convert

RGB238216219-
CMYK00.090.080.07
HSL351.82º39.29%89.02%-
HSV(B)351.82º9.24%93.33%-
XYZ72.672.477.17-
YUV222.92125.79138.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=35.36%
G=32.10%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821621900.090.080.07351.8239.2989.02
HexEED8DB09871602759
Octal35633033301110754047131
Binary1110111011011000110110110100110001111011000001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8DB; }

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

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

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

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

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

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

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

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