#EDD7DE

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

Shades of Pale Rose #EDD7DE

Tints of Pale Rose #EDD7DE

Color information

#EDD7DE (or 0xEDD7DE) is unknown color: approx Pale Rose. HEX triplet: ED, D7 and DE. RGB value is (237,215,222). Sum of RGB (Red+Green+Blue) = 237+215+222=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7DE is #122821. Grayscale: #DEDEDE. Windows color (decimal): -1189922 or 14604269. OLE color: 14604269.

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

Color convert

RGB237215222-
CMYK00.090.060.07
HSL340.91º37.93%88.63%-
HSV(B)340.91º9.28%92.94%-
XYZ72.4171.8879.16-
YUV222.38127.79138.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=35.16%
G=31.90%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721522200.090.060.07340.9137.9388.63
HexEDD7DE09671552659
Octal3553273360116752546131
Binary111011011101011111011110010011101111010101011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD7DE; }

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

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

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

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

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

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

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

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