Shades of Pale Rose #EDCED3
Tints of Pale Rose #EDCED3
RGB
CMYK
RGB Variations
Color information
#EDCED3 (or 0xEDCED3) is known color: Pale Rose. HEX triplet: ED, CE and D3. RGB value is (237,206,211). Sum of RGB (Red+Green+Blue) = 237+206+211=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCED3 is #12312C. Grayscale: #D7D7D7. Windows color (decimal): -1192237 or 13881069. OLE color: 13881069.
HSL color Cylindrical-coordinate representation of color #EDCED3: hue angle of 350.32º 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 #EDCED3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 211 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.07 |
| HSL | 350.32º | 0.46% | 0.87% | - |
| HSV(B) | 350.32º | 0.13% | 0.93% | - |
| XYZ | 68.75 | 66.85 | 70.91 | - |
| YUV | 215.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 211 | 0 | 0.13 | 0.11 | 0.07 | 350.32 | 0.46 | 0.87 |
| Hex | ED | CE | D3 | 0 | D | B | 7 | 15E | 2E | 57 |
| Octal | 355 | 316 | 323 | 0 | 15 | 13 | 7 | 536 | 56 | 127 |
| Binary | 11101101 | 11001110 | 11010011 | 0 | 1101 | 1011 | 111 | 101011110 | 101110 | 1010111 |
Color Harmonies of #EDCED3
Complementary color
Monochromatic Colors of #EDCED3
Black with #EDCED3
Text Example
Text Example
White with #EDCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCED3; }
p { color: rgb(237,206,211); }
H1.HeaderClassName
{
color: #EDCED3;
}
.AnyTagClassName
{
color: #EDCED3;
}
</style>
background-color css
<style>
a { background-color: #EDCED3; }
a { background-color: rgb(237,206,211); }
div.DivClassName
{
background-color: #EDCED3;
}
.BgClassName
{
background-color: #EDCED3;
}
</style>
border-color css
<style>
span { border-color: #EDCED3; }
span { border-color: rgb(237,206,211); }
td.TdClassName
{
border-color: #EDCED3;
}
.TagClassName
{
border-color: #EDCED3;
}
</style>