Shades of Classic Rose #EDD3E1
Tints of Classic Rose #EDD3E1
RGB
CMYK
RGB Variations
Color information
#EDD3E1 (or 0xEDD3E1) is known color: Classic Rose. HEX triplet: ED, D3 and E1. RGB value is (237,211,225). Sum of RGB (Red+Green+Blue) = 237+211+225=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3E1 is #122C1E. Grayscale: #DCDCDC. Windows color (decimal): -1190943 or 14799853. OLE color: 14799853.
HSL color Cylindrical-coordinate representation of color #EDD3E1: hue angle of 327.69º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD3E1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 225 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.07 |
| HSL | 327.69º | 0.42% | 0.88% | - |
| HSV(B) | 327.69º | 0.11% | 0.93% | - |
| XYZ | 71.81 | 70.03 | 80.97 | - |
| YUV | 220.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 225 | 0 | 0.11 | 0.05 | 0.07 | 327.69 | 0.42 | 0.88 |
| Hex | ED | D3 | E1 | 0 | B | 5 | 7 | 148 | 2A | 58 |
| Octal | 355 | 323 | 341 | 0 | 13 | 5 | 7 | 510 | 52 | 130 |
| Binary | 11101101 | 11010011 | 11100001 | 0 | 1011 | 101 | 111 | 101001000 | 101010 | 1011000 |
Color Harmonies of #EDD3E1
Complementary color
Monochromatic Colors of #EDD3E1
Black with #EDD3E1
Text Example
Text Example
White with #EDD3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3E1; }
p { color: rgb(237,211,225); }
H1.HeaderClassName
{
color: #EDD3E1;
}
.AnyTagClassName
{
color: #EDD3E1;
}
</style>
background-color css
<style>
a { background-color: #EDD3E1; }
a { background-color: rgb(237,211,225); }
div.DivClassName
{
background-color: #EDD3E1;
}
.BgClassName
{
background-color: #EDD3E1;
}
</style>
border-color css
<style>
span { border-color: #EDD3E1; }
span { border-color: rgb(237,211,225); }
td.TdClassName
{
border-color: #EDD3E1;
}
.TagClassName
{
border-color: #EDD3E1;
}
</style>