Shades of Pale Rose #EDDCE1
Tints of Pale Rose #EDDCE1
RGB
CMYK
RGB Variations
Color information
#EDDCE1 (or 0xEDDCE1) is known color: 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
| RGB | 237 | 220 | 225 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 342.35º | 0.32% | 0.9% | - |
| HSV(B) | 342.35º | 0.07% | 0.93% | - |
| XYZ | 74.11 | 74.63 | 81.73 | - |
| YUV | 225.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 225 | 0 | 0.07 | 0.05 | 0.07 | 342.35 | 0.32 | 0.9 |
| Hex | ED | DC | E1 | 0 | 7 | 5 | 7 | 156 | 20 | 5A |
| Octal | 355 | 334 | 341 | 0 | 7 | 5 | 7 | 526 | 40 | 132 |
| Binary | 11101101 | 11011100 | 11100001 | 0 | 111 | 101 | 111 | 101010110 | 100000 | 1011010 |
Color Harmonies of #EDDCE1
Complementary color
Monochromatic Colors of #EDDCE1
Black with #EDDCE1
Text Example
Text Example
White with #EDDCE1
Text Example
Text Example
HTML Codes & Css Web 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>