Shades of Classic Rose #EDBCD4
Tints of Classic Rose #EDBCD4
RGB
CMYK
RGB Variations
Color information
#EDBCD4 (or 0xEDBCD4) is known color: Classic Rose. HEX triplet: ED, BC and D4. RGB value is (237,188,212). Sum of RGB (Red+Green+Blue) = 237+188+212=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCD4 is #12432B. Grayscale: #CDCDCD. Windows color (decimal): -1196844 or 13941997. OLE color: 13941997.
HSL color Cylindrical-coordinate representation of color #EDBCD4: hue angle of 330.61º 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 #EDBCD4 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 212 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 330.61º | 0.58% | 0.83% | - |
| HSV(B) | 330.61º | 0.21% | 0.93% | - |
| XYZ | 64.79 | 58.72 | 70.21 | - |
| YUV | 205.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 212 | 0 | 0.21 | 0.11 | 0.07 | 330.61 | 0.58 | 0.83 |
| Hex | ED | BC | D4 | 0 | 15 | B | 7 | 14B | 3A | 53 |
| Octal | 355 | 274 | 324 | 0 | 25 | 13 | 7 | 513 | 72 | 123 |
| Binary | 11101101 | 10111100 | 11010100 | 0 | 10101 | 1011 | 111 | 101001011 | 111010 | 1010011 |
Color Harmonies of #EDBCD4
Complementary color
Monochromatic Colors of #EDBCD4
Black with #EDBCD4
Text Example
Text Example
White with #EDBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCD4; }
p { color: rgb(237,188,212); }
H1.HeaderClassName
{
color: #EDBCD4;
}
.AnyTagClassName
{
color: #EDBCD4;
}
</style>
background-color css
<style>
a { background-color: #EDBCD4; }
a { background-color: rgb(237,188,212); }
div.DivClassName
{
background-color: #EDBCD4;
}
.BgClassName
{
background-color: #EDBCD4;
}
</style>
border-color css
<style>
span { border-color: #EDBCD4; }
span { border-color: rgb(237,188,212); }
td.TdClassName
{
border-color: #EDBCD4;
}
.TagClassName
{
border-color: #EDBCD4;
}
</style>