Shades of Classic Rose #EDC1D5
Tints of Classic Rose #EDC1D5
RGB
CMYK
RGB Variations
Color information
#EDC1D5 (or 0xEDC1D5) is known color: Classic Rose. HEX triplet: ED, C1 and D5. RGB value is (237,193,213). Sum of RGB (Red+Green+Blue) = 237+193+213=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 193 (75.78% from 255 or 30.02% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1D5 is #123E2A. Grayscale: #D0D0D0. Windows color (decimal): -1195563 or 14008813. OLE color: 14008813.
HSL color Cylindrical-coordinate representation of color #EDC1D5: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1D5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 213 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.07 |
| HSL | 332.73º | 0.55% | 0.84% | - |
| HSV(B) | 332.73º | 0.19% | 0.93% | - |
| XYZ | 66.01 | 60.95 | 71.24 | - |
| YUV | 208.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 213 | 0 | 0.19 | 0.10 | 0.07 | 332.73 | 0.55 | 0.84 |
| Hex | ED | C1 | D5 | 0 | 13 | A | 7 | 14D | 37 | 54 |
| Octal | 355 | 301 | 325 | 0 | 23 | 12 | 7 | 515 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11010101 | 0 | 10011 | 1010 | 111 | 101001101 | 110111 | 1010100 |
Color Harmonies of #EDC1D5
Complementary color
Monochromatic Colors of #EDC1D5
Black with #EDC1D5
Text Example
Text Example
White with #EDC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1D5; }
p { color: rgb(237,193,213); }
H1.HeaderClassName
{
color: #EDC1D5;
}
.AnyTagClassName
{
color: #EDC1D5;
}
</style>
background-color css
<style>
a { background-color: #EDC1D5; }
a { background-color: rgb(237,193,213); }
div.DivClassName
{
background-color: #EDC1D5;
}
.BgClassName
{
background-color: #EDC1D5;
}
</style>
border-color css
<style>
span { border-color: #EDC1D5; }
span { border-color: rgb(237,193,213); }
td.TdClassName
{
border-color: #EDC1D5;
}
.TagClassName
{
border-color: #EDC1D5;
}
</style>