Shades of Classic Rose #EDBCD3
Tints of Classic Rose #EDBCD3
RGB
CMYK
RGB Variations
Color information
#EDBCD3 (or 0xEDBCD3) is known color: Classic Rose. HEX triplet: ED, BC and D3. RGB value is (237,188,211). Sum of RGB (Red+Green+Blue) = 237+188+211=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD3 is #12432C. Grayscale: #CDCDCD. Windows color (decimal): -1196845 or 13876461. OLE color: 13876461.
HSL color Cylindrical-coordinate representation of color #EDBCD3: hue angle of 331.84º 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 #EDBCD3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 211 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 331.84º | 0.58% | 0.83% | - |
| HSV(B) | 331.84º | 0.21% | 0.93% | - |
| XYZ | 64.67 | 58.67 | 69.54 | - |
| YUV | 205.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 211 | 0 | 0.21 | 0.11 | 0.07 | 331.84 | 0.58 | 0.83 |
| Hex | ED | BC | D3 | 0 | 15 | B | 7 | 14C | 3A | 53 |
| Octal | 355 | 274 | 323 | 0 | 25 | 13 | 7 | 514 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11010011 | 0 | 10101 | 1011 | 111 | 101001100 | 111010 | 1010011 |
Color Harmonies of #EDBCD3
Complementary color
Monochromatic Colors of #EDBCD3
Black with #EDBCD3
Text Example
Text Example
White with #EDBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD3; }
p { color: rgb(237,188,211); }
H1.HeaderClassName
{
color: #EDBCD3;
}
.AnyTagClassName
{
color: #EDBCD3;
}
</style>
background-color css
<style>
a { background-color: #EDBCD3; }
a { background-color: rgb(237,188,211); }
div.DivClassName
{
background-color: #EDBCD3;
}
.BgClassName
{
background-color: #EDBCD3;
}
</style>
border-color css
<style>
span { border-color: #EDBCD3; }
span { border-color: rgb(237,188,211); }
td.TdClassName
{
border-color: #EDBCD3;
}
.TagClassName
{
border-color: #EDBCD3;
}
</style>