Shades of Classic Rose #EDD8E3
Tints of Classic Rose #EDD8E3
RGB
CMYK
RGB Variations
Color information
#EDD8E3 (or 0xEDD8E3) is known color: Classic Rose. HEX triplet: ED, D8 and E3. RGB value is (237,216,227). Sum of RGB (Red+Green+Blue) = 237+216+227=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8E3 is #12271C. Grayscale: #DFDFDF. Windows color (decimal): -1189661 or 14932205. OLE color: 14932205.
HSL color Cylindrical-coordinate representation of color #EDD8E3: hue angle of 328.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD8E3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 227 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.07 |
| HSL | 328.57º | 0.37% | 0.89% | - |
| HSV(B) | 328.57º | 0.09% | 0.93% | - |
| XYZ | 73.35 | 72.66 | 82.83 | - |
| YUV | 223.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 227 | 0 | 0.09 | 0.04 | 0.07 | 328.57 | 0.37 | 0.89 |
| Hex | ED | D8 | E3 | 0 | 9 | 4 | 7 | 149 | 25 | 59 |
| Octal | 355 | 330 | 343 | 0 | 11 | 4 | 7 | 511 | 45 | 131 |
| Binary | 11101101 | 11011000 | 11100011 | 0 | 1001 | 100 | 111 | 101001001 | 100101 | 1011001 |
Color Harmonies of #EDD8E3
Complementary color
Monochromatic Colors of #EDD8E3
Black with #EDD8E3
Text Example
Text Example
White with #EDD8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8E3; }
p { color: rgb(237,216,227); }
H1.HeaderClassName
{
color: #EDD8E3;
}
.AnyTagClassName
{
color: #EDD8E3;
}
</style>
background-color css
<style>
a { background-color: #EDD8E3; }
a { background-color: rgb(237,216,227); }
div.DivClassName
{
background-color: #EDD8E3;
}
.BgClassName
{
background-color: #EDD8E3;
}
</style>
border-color css
<style>
span { border-color: #EDD8E3; }
span { border-color: rgb(237,216,227); }
td.TdClassName
{
border-color: #EDD8E3;
}
.TagClassName
{
border-color: #EDD8E3;
}
</style>