Shades of Classic Rose #EDBFDD
Tints of Classic Rose #EDBFDD
RGB
CMYK
RGB Variations
Color information
#EDBFDD (or 0xEDBFDD) is known color: Classic Rose. HEX triplet: ED, BF and DD. RGB value is (237,191,221). Sum of RGB (Red+Green+Blue) = 237+191+221=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFDD is #124022. Grayscale: #D0D0D0. Windows color (decimal): -1196067 or 14532589. OLE color: 14532589.
HSL color Cylindrical-coordinate representation of color #EDBFDD: hue angle of 320.87º 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 #EDBFDD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 221 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.07 |
| HSL | 320.87º | 0.56% | 0.84% | - |
| HSV(B) | 320.87º | 0.19% | 0.93% | - |
| XYZ | 66.61 | 60.49 | 76.57 | - |
| YUV | 208.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 221 | 0 | 0.19 | 0.07 | 0.07 | 320.87 | 0.56 | 0.84 |
| Hex | ED | BF | DD | 0 | 13 | 7 | 7 | 141 | 38 | 54 |
| Octal | 355 | 277 | 335 | 0 | 23 | 7 | 7 | 501 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11011101 | 0 | 10011 | 111 | 111 | 101000001 | 111000 | 1010100 |
Color Harmonies of #EDBFDD
Complementary color
Monochromatic Colors of #EDBFDD
Black with #EDBFDD
Text Example
Text Example
White with #EDBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFDD; }
p { color: rgb(237,191,221); }
H1.HeaderClassName
{
color: #EDBFDD;
}
.AnyTagClassName
{
color: #EDBFDD;
}
</style>
background-color css
<style>
a { background-color: #EDBFDD; }
a { background-color: rgb(237,191,221); }
div.DivClassName
{
background-color: #EDBFDD;
}
.BgClassName
{
background-color: #EDBFDD;
}
</style>
border-color css
<style>
span { border-color: #EDBFDD; }
span { border-color: rgb(237,191,221); }
td.TdClassName
{
border-color: #EDBFDD;
}
.TagClassName
{
border-color: #EDBFDD;
}
</style>