Shades of Classic Rose #EDC4DF
Tints of Classic Rose #EDC4DF
RGB
CMYK
RGB Variations
Color information
#EDC4DF (or 0xEDC4DF) is known color: Classic Rose. HEX triplet: ED, C4 and DF. RGB value is (237,196,223). Sum of RGB (Red+Green+Blue) = 237+196+223=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4DF is #123B20. Grayscale: #D3D3D3. Windows color (decimal): -1194785 or 14664941. OLE color: 14664941.
HSL color Cylindrical-coordinate representation of color #EDC4DF: hue angle of 320.49º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC4DF is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 223 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.07 |
| HSL | 320.49º | 0.53% | 0.85% | - |
| HSV(B) | 320.49º | 0.17% | 0.93% | - |
| XYZ | 67.98 | 62.81 | 78.35 | - |
| YUV | 211.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 223 | 0 | 0.17 | 0.06 | 0.07 | 320.49 | 0.53 | 0.85 |
| Hex | ED | C4 | DF | 0 | 11 | 6 | 7 | 140 | 35 | 55 |
| Octal | 355 | 304 | 337 | 0 | 21 | 6 | 7 | 500 | 65 | 125 |
| Binary | 11101101 | 11000100 | 11011111 | 0 | 10001 | 110 | 111 | 101000000 | 110101 | 1010101 |
Color Harmonies of #EDC4DF
Complementary color
Monochromatic Colors of #EDC4DF
Black with #EDC4DF
Text Example
Text Example
White with #EDC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4DF; }
p { color: rgb(237,196,223); }
H1.HeaderClassName
{
color: #EDC4DF;
}
.AnyTagClassName
{
color: #EDC4DF;
}
</style>
background-color css
<style>
a { background-color: #EDC4DF; }
a { background-color: rgb(237,196,223); }
div.DivClassName
{
background-color: #EDC4DF;
}
.BgClassName
{
background-color: #EDC4DF;
}
</style>
border-color css
<style>
span { border-color: #EDC4DF; }
span { border-color: rgb(237,196,223); }
td.TdClassName
{
border-color: #EDC4DF;
}
.TagClassName
{
border-color: #EDC4DF;
}
</style>