#EED5DB

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

Shades of Pale Rose #EED5DB

Tints of Pale Rose #EED5DB

Color information

#EED5DB (or 0xEED5DB) is unknown color: approx Pale Rose. HEX triplet: EE, D5 and DB. RGB value is (238,213,219). Sum of RGB (Red+Green+Blue) = 238+213+219=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5DB is #112A24. Grayscale: #DDDDDD. Windows color (decimal): -1124901 or 14407150. OLE color: 14407150.

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

Color convert

RGB238213219-
CMYK00.110.080.07
HSL345.6º42.37%88.43%-
HSV(B)345.6º10.5%93.33%-
XYZ71.8470.8876.91-
YUV221.16126.78140.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=35.52%
G=31.79%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821321900.110.080.07345.642.3788.43
HexEED5DB0B8715a2a58
Octal35632533301310753252130
Binary1110111011010101110110110101110001111010110101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5DB; }

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

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

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

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

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

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

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

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