Shades of Classic Rose #EDC6D5
Tints of Classic Rose #EDC6D5
RGB
CMYK
RGB Variations
Color information
#EDC6D5 (or 0xEDC6D5) is known color: Classic Rose. HEX triplet: ED, C6 and D5. RGB value is (237,198,213). Sum of RGB (Red+Green+Blue) = 237+198+213=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6D5 is #12392A. Grayscale: #D3D3D3. Windows color (decimal): -1194283 or 14010093. OLE color: 14010093.
HSL color Cylindrical-coordinate representation of color #EDC6D5: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC6D5 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 213 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.07 |
| HSL | 336.92º | 0.52% | 0.85% | - |
| HSV(B) | 336.92º | 0.16% | 0.93% | - |
| XYZ | 67.13 | 63.2 | 71.61 | - |
| YUV | 211.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 213 | 0 | 0.16 | 0.10 | 0.07 | 336.92 | 0.52 | 0.85 |
| Hex | ED | C6 | D5 | 0 | 10 | A | 7 | 151 | 34 | 55 |
| Octal | 355 | 306 | 325 | 0 | 20 | 12 | 7 | 521 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11010101 | 0 | 10000 | 1010 | 111 | 101010001 | 110100 | 1010101 |
Color Harmonies of #EDC6D5
Complementary color
Monochromatic Colors of #EDC6D5
Black with #EDC6D5
Text Example
Text Example
White with #EDC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6D5; }
p { color: rgb(237,198,213); }
H1.HeaderClassName
{
color: #EDC6D5;
}
.AnyTagClassName
{
color: #EDC6D5;
}
</style>
background-color css
<style>
a { background-color: #EDC6D5; }
a { background-color: rgb(237,198,213); }
div.DivClassName
{
background-color: #EDC6D5;
}
.BgClassName
{
background-color: #EDC6D5;
}
</style>
border-color css
<style>
span { border-color: #EDC6D5; }
span { border-color: rgb(237,198,213); }
td.TdClassName
{
border-color: #EDC6D5;
}
.TagClassName
{
border-color: #EDC6D5;
}
</style>