Shades of Classic Rose #EDBFD7
Tints of Classic Rose #EDBFD7
RGB
CMYK
RGB Variations
Color information
#EDBFD7 (or 0xEDBFD7) is known color: Classic Rose. HEX triplet: ED, BF and D7. RGB value is (237,191,215). Sum of RGB (Red+Green+Blue) = 237+191+215=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFD7 is #124028. Grayscale: #CFCFCF. Windows color (decimal): -1196073 or 14139373. OLE color: 14139373.
HSL color Cylindrical-coordinate representation of color #EDBFD7: hue angle of 328.7º degrees, saturation: 0.56, 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 #EDBFD7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 215 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.07 |
| HSL | 328.7º | 0.56% | 0.84% | - |
| HSV(B) | 328.7º | 0.19% | 0.93% | - |
| XYZ | 65.82 | 60.17 | 72.44 | - |
| YUV | 207.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 215 | 0 | 0.19 | 0.09 | 0.07 | 328.7 | 0.56 | 0.84 |
| Hex | ED | BF | D7 | 0 | 13 | 9 | 7 | 149 | 38 | 54 |
| Octal | 355 | 277 | 327 | 0 | 23 | 11 | 7 | 511 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11010111 | 0 | 10011 | 1001 | 111 | 101001001 | 111000 | 1010100 |
Color Harmonies of #EDBFD7
Complementary color
Monochromatic Colors of #EDBFD7
Black with #EDBFD7
Text Example
Text Example
White with #EDBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFD7; }
p { color: rgb(237,191,215); }
H1.HeaderClassName
{
color: #EDBFD7;
}
.AnyTagClassName
{
color: #EDBFD7;
}
</style>
background-color css
<style>
a { background-color: #EDBFD7; }
a { background-color: rgb(237,191,215); }
div.DivClassName
{
background-color: #EDBFD7;
}
.BgClassName
{
background-color: #EDBFD7;
}
</style>
border-color css
<style>
span { border-color: #EDBFD7; }
span { border-color: rgb(237,191,215); }
td.TdClassName
{
border-color: #EDBFD7;
}
.TagClassName
{
border-color: #EDBFD7;
}
</style>