#EDD7DD

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

Shades of Pale Rose #EDD7DD

Tints of Pale Rose #EDD7DD

Color information

#EDD7DD (or 0xEDD7DD) is unknown color: approx Pale Rose. HEX triplet: ED, D7 and DD. RGB value is (237,215,221). Sum of RGB (Red+Green+Blue) = 237+215+221=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DD is #122822. Grayscale: #DEDEDE. Windows color (decimal): -1189923 or 14538733. OLE color: 14538733.

HSL color Cylindrical-coordinate representation of color #EDD7DD: hue angle of 343.64º degrees, saturation: 0.38, 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 #EDD7DD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237215221-
CMYK00.090.070.07
HSL343.64º37.93%88.63%-
HSV(B)343.64º9.28%92.94%-
XYZ72.2871.8378.46-
YUV222.26127.29138.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=35.22%
G=31.95%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721522100.090.070.07343.6437.9388.63
HexEDD7DD09771582659
Octal3553273350117753046131
Binary111011011101011111011101010011111111010110001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7DD; }

 p { color: rgb(237,215,221); }

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

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

 a { background-color: rgb(237,215,221); }

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

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

 span { border-color: rgb(237,215,221); }

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