Shades of Classic Rose #EDC6D6
Tints of Classic Rose #EDC6D6
RGB
CMYK
RGB Variations
Color information
#EDC6D6 (or 0xEDC6D6) is known color: Classic Rose. HEX triplet: ED, C6 and D6. RGB value is (237,198,214). Sum of RGB (Red+Green+Blue) = 237+198+214=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6D6 is #123929. Grayscale: #D3D3D3. Windows color (decimal): -1194282 or 14075629. OLE color: 14075629.
HSL color Cylindrical-coordinate representation of color #EDC6D6: hue angle of 335.38º 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 #EDC6D6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 214 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.07 |
| HSL | 335.38º | 0.52% | 0.85% | - |
| HSV(B) | 335.38º | 0.16% | 0.93% | - |
| XYZ | 67.26 | 63.25 | 72.28 | - |
| YUV | 211.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 214 | 0 | 0.16 | 0.10 | 0.07 | 335.38 | 0.52 | 0.85 |
| Hex | ED | C6 | D6 | 0 | 10 | A | 7 | 14F | 34 | 55 |
| Octal | 355 | 306 | 326 | 0 | 20 | 12 | 7 | 517 | 64 | 125 |
| Binary | 11101101 | 11000110 | 11010110 | 0 | 10000 | 1010 | 111 | 101001111 | 110100 | 1010101 |
Color Harmonies of #EDC6D6
Complementary color
Monochromatic Colors of #EDC6D6
Black with #EDC6D6
Text Example
Text Example
White with #EDC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6D6; }
p { color: rgb(237,198,214); }
H1.HeaderClassName
{
color: #EDC6D6;
}
.AnyTagClassName
{
color: #EDC6D6;
}
</style>
background-color css
<style>
a { background-color: #EDC6D6; }
a { background-color: rgb(237,198,214); }
div.DivClassName
{
background-color: #EDC6D6;
}
.BgClassName
{
background-color: #EDC6D6;
}
</style>
border-color css
<style>
span { border-color: #EDC6D6; }
span { border-color: rgb(237,198,214); }
td.TdClassName
{
border-color: #EDC6D6;
}
.TagClassName
{
border-color: #EDC6D6;
}
</style>