#EDDCE1

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

Shades of Pale Rose #EDDCE1

Tints of Pale Rose #EDDCE1

Color information

#EDDCE1 (or 0xEDDCE1) is unknown color: approx Pale Rose. HEX triplet: ED, DC and E1. RGB value is (237,220,225). Sum of RGB (Red+Green+Blue) = 237+220+225=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDCE1 is #12231E. Grayscale: #E1E1E1. Windows color (decimal): -1188639 or 14802157. OLE color: 14802157.

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

Color convert

RGB237220225-
CMYK00.070.050.07
HSL342.35º32.08%89.61%-
HSV(B)342.35º7.17%92.94%-
XYZ74.1174.6381.73-
YUV225.65127.63136.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=34.75%
G=32.26%
B=32.99%

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
Decimal23722022500.070.050.07342.3532.0889.61
HexEDDCE10757156205a
Octal355334341075752640132
Binary11101101110111001110000101111011111010101101000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCE1; }

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

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

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

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

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

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

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

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