Shades of Classic Rose #EDC8E3
Tints of Classic Rose #EDC8E3
RGB
CMYK
RGB Variations
Color information
#EDC8E3 (or 0xEDC8E3) is known color: Classic Rose. HEX triplet: ED, C8 and E3. RGB value is (237,200,227). Sum of RGB (Red+Green+Blue) = 237+200+227=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8E3 is #12371C. Grayscale: #D6D6D6. Windows color (decimal): -1193757 or 14928109. OLE color: 14928109.
HSL color Cylindrical-coordinate representation of color #EDC8E3: hue angle of 316.22º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8E3 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 227 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.07 |
| HSL | 316.22º | 0.51% | 0.86% | - |
| HSV(B) | 316.22º | 0.16% | 0.93% | - |
| XYZ | 69.44 | 64.86 | 81.53 | - |
| YUV | 214.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 227 | 0 | 0.16 | 0.04 | 0.07 | 316.22 | 0.51 | 0.86 |
| Hex | ED | C8 | E3 | 0 | 10 | 4 | 7 | 13C | 33 | 56 |
| Octal | 355 | 310 | 343 | 0 | 20 | 4 | 7 | 474 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11100011 | 0 | 10000 | 100 | 111 | 100111100 | 110011 | 1010110 |
Color Harmonies of #EDC8E3
Complementary color
Monochromatic Colors of #EDC8E3
Black with #EDC8E3
Text Example
Text Example
White with #EDC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8E3; }
p { color: rgb(237,200,227); }
H1.HeaderClassName
{
color: #EDC8E3;
}
.AnyTagClassName
{
color: #EDC8E3;
}
</style>
background-color css
<style>
a { background-color: #EDC8E3; }
a { background-color: rgb(237,200,227); }
div.DivClassName
{
background-color: #EDC8E3;
}
.BgClassName
{
background-color: #EDC8E3;
}
</style>
border-color css
<style>
span { border-color: #EDC8E3; }
span { border-color: rgb(237,200,227); }
td.TdClassName
{
border-color: #EDC8E3;
}
.TagClassName
{
border-color: #EDC8E3;
}
</style>