Shades of Classic Rose #EDBFDA
Tints of Classic Rose #EDBFDA
RGB
CMYK
RGB Variations
Color information
#EDBFDA (or 0xEDBFDA) is known color: Classic Rose. HEX triplet: ED, BF and DA. RGB value is (237,191,218). Sum of RGB (Red+Green+Blue) = 237+191+218=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFDA is #124025. Grayscale: #CFCFCF. Windows color (decimal): -1196070 or 14335981. OLE color: 14335981.
HSL color Cylindrical-coordinate representation of color #EDBFDA: hue angle of 324.78º 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 #EDBFDA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 218 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.07 |
| HSL | 324.78º | 0.56% | 0.84% | - |
| HSV(B) | 324.78º | 0.19% | 0.93% | - |
| XYZ | 66.21 | 60.33 | 74.48 | - |
| YUV | 207.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 218 | 0 | 0.19 | 0.08 | 0.07 | 324.78 | 0.56 | 0.84 |
| Hex | ED | BF | DA | 0 | 13 | 8 | 7 | 145 | 38 | 54 |
| Octal | 355 | 277 | 332 | 0 | 23 | 10 | 7 | 505 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11011010 | 0 | 10011 | 1000 | 111 | 101000101 | 111000 | 1010100 |
Color Harmonies of #EDBFDA
Complementary color
Monochromatic Colors of #EDBFDA
Black with #EDBFDA
Text Example
Text Example
White with #EDBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFDA; }
p { color: rgb(237,191,218); }
H1.HeaderClassName
{
color: #EDBFDA;
}
.AnyTagClassName
{
color: #EDBFDA;
}
</style>
background-color css
<style>
a { background-color: #EDBFDA; }
a { background-color: rgb(237,191,218); }
div.DivClassName
{
background-color: #EDBFDA;
}
.BgClassName
{
background-color: #EDBFDA;
}
</style>
border-color css
<style>
span { border-color: #EDBFDA; }
span { border-color: rgb(237,191,218); }
td.TdClassName
{
border-color: #EDBFDA;
}
.TagClassName
{
border-color: #EDBFDA;
}
</style>