#EDD9DC

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

Shades of Pale Rose #EDD9DC

Tints of Pale Rose #EDD9DC

Color information

#EDD9DC (or 0xEDD9DC) is unknown color: approx Pale Rose. HEX triplet: ED, D9 and DC. RGB value is (237,217,220). Sum of RGB (Red+Green+Blue) = 237+217+220=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9DC is #122623. Grayscale: #DFDFDF. Windows color (decimal): -1189412 or 14473709. OLE color: 14473709.

HSL color Cylindrical-coordinate representation of color #EDD9DC: hue angle of 351º 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 #EDD9DC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237217220-
CMYK00.080.070.07
HSL351º35.71%89.02%-
HSV(B)351º8.44%92.94%-
XYZ72.6672.877.93-
YUV223.32126.13137.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=35.16%
G=32.20%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721722000.080.070.0735135.7189.02
HexEDD9DC087715f2459
Octal3553313340107753744131
Binary111011011101100111011100010001111111010111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD9DC; }

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

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

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

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

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

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

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

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