Shades of Classic Rose #EDBCD2
Tints of Classic Rose #EDBCD2
RGB
CMYK
RGB Variations
Color information
#EDBCD2 (or 0xEDBCD2) is known color: Classic Rose. HEX triplet: ED, BC and D2. RGB value is (237,188,210). Sum of RGB (Red+Green+Blue) = 237+188+210=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD2 is #12432D. Grayscale: #CDCDCD. Windows color (decimal): -1196846 or 13810925. OLE color: 13810925.
HSL color Cylindrical-coordinate representation of color #EDBCD2: hue angle of 333.06º 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 #EDBCD2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 210 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 333.06º | 0.58% | 0.83% | - |
| HSV(B) | 333.06º | 0.21% | 0.93% | - |
| XYZ | 64.54 | 58.62 | 68.89 | - |
| YUV | 205.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 210 | 0 | 0.21 | 0.11 | 0.07 | 333.06 | 0.58 | 0.83 |
| Hex | ED | BC | D2 | 0 | 15 | B | 7 | 14D | 3A | 53 |
| Octal | 355 | 274 | 322 | 0 | 25 | 13 | 7 | 515 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11010010 | 0 | 10101 | 1011 | 111 | 101001101 | 111010 | 1010011 |
Color Harmonies of #EDBCD2
Complementary color
Monochromatic Colors of #EDBCD2
Black with #EDBCD2
Text Example
Text Example
White with #EDBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD2; }
p { color: rgb(237,188,210); }
H1.HeaderClassName
{
color: #EDBCD2;
}
.AnyTagClassName
{
color: #EDBCD2;
}
</style>
background-color css
<style>
a { background-color: #EDBCD2; }
a { background-color: rgb(237,188,210); }
div.DivClassName
{
background-color: #EDBCD2;
}
.BgClassName
{
background-color: #EDBCD2;
}
</style>
border-color css
<style>
span { border-color: #EDBCD2; }
span { border-color: rgb(237,188,210); }
td.TdClassName
{
border-color: #EDBCD2;
}
.TagClassName
{
border-color: #EDBCD2;
}
</style>