Shades of Classic Rose #EDBBDA
Tints of Classic Rose #EDBBDA
RGB
CMYK
RGB Variations
Color information
#EDBBDA (or 0xEDBBDA) is known color: Classic Rose. HEX triplet: ED, BB and DA. RGB value is (237,187,218). Sum of RGB (Red+Green+Blue) = 237+187+218=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDA is #124425. Grayscale: #CDCDCD. Windows color (decimal): -1197094 or 14334957. OLE color: 14334957.
HSL color Cylindrical-coordinate representation of color #EDBBDA: hue angle of 322.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBDA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 218 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.07 |
| HSL | 322.8º | 0.58% | 0.83% | - |
| HSV(B) | 322.8º | 0.21% | 0.93% | - |
| XYZ | 65.35 | 58.61 | 74.2 | - |
| YUV | 205.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 218 | 0 | 0.21 | 0.08 | 0.07 | 322.8 | 0.58 | 0.83 |
| Hex | ED | BB | DA | 0 | 15 | 8 | 7 | 143 | 3A | 53 |
| Octal | 355 | 273 | 332 | 0 | 25 | 10 | 7 | 503 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11011010 | 0 | 10101 | 1000 | 111 | 101000011 | 111010 | 1010011 |
Color Harmonies of #EDBBDA
Complementary color
Monochromatic Colors of #EDBBDA
Black with #EDBBDA
Text Example
Text Example
White with #EDBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBDA; }
p { color: rgb(237,187,218); }
H1.HeaderClassName
{
color: #EDBBDA;
}
.AnyTagClassName
{
color: #EDBBDA;
}
</style>
background-color css
<style>
a { background-color: #EDBBDA; }
a { background-color: rgb(237,187,218); }
div.DivClassName
{
background-color: #EDBBDA;
}
.BgClassName
{
background-color: #EDBBDA;
}
</style>
border-color css
<style>
span { border-color: #EDBBDA; }
span { border-color: rgb(237,187,218); }
td.TdClassName
{
border-color: #EDBBDA;
}
.TagClassName
{
border-color: #EDBBDA;
}
</style>