Shades of Pale Rose #EDCED1
Tints of Pale Rose #EDCED1
RGB
CMYK
RGB Variations
Color information
#EDCED1 (or 0xEDCED1) is known color: Pale Rose. HEX triplet: ED, CE and D1. RGB value is (237,206,209). Sum of RGB (Red+Green+Blue) = 237+206+209=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED1 is #12312E. Grayscale: #D7D7D7. Windows color (decimal): -1192239 or 13749997. OLE color: 13749997.
HSL color Cylindrical-coordinate representation of color #EDCED1: hue angle of 354.19º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCED1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 209 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.07 |
| HSL | 354.19º | 0.46% | 0.87% | - |
| HSV(B) | 354.19º | 0.13% | 0.93% | - |
| XYZ | 68.5 | 66.75 | 69.6 | - |
| YUV | 215.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 209 | 0 | 0.13 | 0.12 | 0.07 | 354.19 | 0.46 | 0.87 |
| Hex | ED | CE | D1 | 0 | D | C | 7 | 162 | 2E | 57 |
| Octal | 355 | 316 | 321 | 0 | 15 | 14 | 7 | 542 | 56 | 127 |
| Binary | 11101101 | 11001110 | 11010001 | 0 | 1101 | 1100 | 111 | 101100010 | 101110 | 1010111 |
Color Harmonies of #EDCED1
Complementary color
Monochromatic Colors of #EDCED1
Black with #EDCED1
Text Example
Text Example
White with #EDCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCED1; }
p { color: rgb(237,206,209); }
H1.HeaderClassName
{
color: #EDCED1;
}
.AnyTagClassName
{
color: #EDCED1;
}
</style>
background-color css
<style>
a { background-color: #EDCED1; }
a { background-color: rgb(237,206,209); }
div.DivClassName
{
background-color: #EDCED1;
}
.BgClassName
{
background-color: #EDCED1;
}
</style>
border-color css
<style>
span { border-color: #EDCED1; }
span { border-color: rgb(237,206,209); }
td.TdClassName
{
border-color: #EDCED1;
}
.TagClassName
{
border-color: #EDCED1;
}
</style>