#EDDCE0

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

Shades of Pale Rose #EDDCE0

Tints of Pale Rose #EDDCE0

Color information

#EDDCE0 (or 0xEDDCE0) is unknown color: approx Pale Rose. HEX triplet: ED, DC and E0. RGB value is (237,220,224). Sum of RGB (Red+Green+Blue) = 237+220+224=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE0 is #12231F. Grayscale: #E1E1E1. Windows color (decimal): -1188640 or 14736621. OLE color: 14736621.

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

Color convert

RGB237220224-
CMYK00.070.050.07
HSL345.88º32.08%89.61%-
HSV(B)345.88º7.17%92.94%-
XYZ73.9774.5781.02-
YUV225.54127.13136.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 224 (87.89% from 255) = 32.89%
R=34.80%
G=32.31%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722022400.070.050.07345.8832.0889.61
HexEDDCE0075715a205a
Octal355334340075753240132
Binary11101101110111001110000001111011111010110101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE0; }

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

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

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

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

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

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

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

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