#EDD4D5

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

Shades of Pale Rose #EDD4D5

Tints of Pale Rose #EDD4D5

Color information

#EDD4D5 (or 0xEDD4D5) is unknown color: approx Pale Rose. HEX triplet: ED, D4 and D5. RGB value is (237,212,213). Sum of RGB (Red+Green+Blue) = 237+212+213=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4D5 is #122B2A. Grayscale: #DBDBDB. Windows color (decimal): -1190699 or 14013677. OLE color: 14013677.

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

Color convert

RGB237212213-
CMYK00.110.100.07
HSL357.6º40.98%88.04%-
HSV(B)357.6º10.55%92.94%-
XYZ70.4869.972.73-
YUV219.59124.28140.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=35.80%
G=32.02%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721221300.110.100.07357.640.9888.04
HexEDD4D50BA71662958
Octal35532432501312754651130
Binary1110110111010100110101010101110101111011001101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4D5; }

 p { color: rgb(237,212,213); }

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

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

 a { background-color: rgb(237,212,213); }

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

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

 span { border-color: rgb(237,212,213); }

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