Shades of Classic Rose #EDBDD6
Tints of Classic Rose #EDBDD6
RGB
CMYK
RGB Variations
Color information
#EDBDD6 (or 0xEDBDD6) is known color: Classic Rose. HEX triplet: ED, BD and D6. RGB value is (237,189,214). Sum of RGB (Red+Green+Blue) = 237+189+214=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDD6 is #124229. Grayscale: #CECECE. Windows color (decimal): -1196586 or 14073325. OLE color: 14073325.
HSL color Cylindrical-coordinate representation of color #EDBDD6: hue angle of 328.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDD6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 214 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.07 |
| HSL | 328.75º | 0.57% | 0.84% | - |
| HSV(B) | 328.75º | 0.2% | 0.93% | - |
| XYZ | 65.26 | 59.25 | 71.62 | - |
| YUV | 206.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 214 | 0 | 0.20 | 0.10 | 0.07 | 328.75 | 0.57 | 0.84 |
| Hex | ED | BD | D6 | 0 | 14 | A | 7 | 149 | 39 | 54 |
| Octal | 355 | 275 | 326 | 0 | 24 | 12 | 7 | 511 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11010110 | 0 | 10100 | 1010 | 111 | 101001001 | 111001 | 1010100 |
Color Harmonies of #EDBDD6
Complementary color
Monochromatic Colors of #EDBDD6
Black with #EDBDD6
Text Example
Text Example
White with #EDBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDD6; }
p { color: rgb(237,189,214); }
H1.HeaderClassName
{
color: #EDBDD6;
}
.AnyTagClassName
{
color: #EDBDD6;
}
</style>
background-color css
<style>
a { background-color: #EDBDD6; }
a { background-color: rgb(237,189,214); }
div.DivClassName
{
background-color: #EDBDD6;
}
.BgClassName
{
background-color: #EDBDD6;
}
</style>
border-color css
<style>
span { border-color: #EDBDD6; }
span { border-color: rgb(237,189,214); }
td.TdClassName
{
border-color: #EDBDD6;
}
.TagClassName
{
border-color: #EDBDD6;
}
</style>