#EDD9DA

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

Shades of Pale Rose #EDD9DA

Tints of Pale Rose #EDD9DA

Color information

#EDD9DA (or 0xEDD9DA) is unknown color: approx Pale Rose. HEX triplet: ED, D9 and DA. RGB value is (237,217,218). Sum of RGB (Red+Green+Blue) = 237+217+218=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DA is #122625. Grayscale: #DFDFDF. Windows color (decimal): -1189414 or 14342637. OLE color: 14342637.

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

Color convert

RGB237217218-
CMYK00.080.080.07
HSL357º35.71%89.02%-
HSV(B)357º8.44%92.94%-
XYZ72.3972.6976.55-
YUV223.09125.13137.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=35.27%
G=32.29%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721721800.080.080.0735735.7189.02
HexEDD9DA08871652459
Octal35533133201010754544131
Binary1110110111011001110110100100010001111011001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9DA; }

 p { color: rgb(237,217,218); }

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

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

 a { background-color: rgb(237,217,218); }

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

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

 span { border-color: rgb(237,217,218); }

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