Shades of Classic Rose #EDBDDC
Tints of Classic Rose #EDBDDC
RGB
CMYK
RGB Variations
Color information
#EDBDDC (or 0xEDBDDC) is known color: Classic Rose. HEX triplet: ED, BD and DC. RGB value is (237,189,220). Sum of RGB (Red+Green+Blue) = 237+189+220=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDC is #124223. Grayscale: #CECECE. Windows color (decimal): -1196580 or 14466541. OLE color: 14466541.
HSL color Cylindrical-coordinate representation of color #EDBDDC: hue angle of 321.25º 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 #EDBDDC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 220 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.07 |
| HSL | 321.25º | 0.57% | 0.84% | - |
| HSV(B) | 321.25º | 0.2% | 0.93% | - |
| XYZ | 66.04 | 59.57 | 75.73 | - |
| YUV | 206.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 220 | 0 | 0.20 | 0.07 | 0.07 | 321.25 | 0.57 | 0.84 |
| Hex | ED | BD | DC | 0 | 14 | 7 | 7 | 141 | 39 | 54 |
| Octal | 355 | 275 | 334 | 0 | 24 | 7 | 7 | 501 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11011100 | 0 | 10100 | 111 | 111 | 101000001 | 111001 | 1010100 |
Color Harmonies of #EDBDDC
Complementary color
Monochromatic Colors of #EDBDDC
Black with #EDBDDC
Text Example
Text Example
White with #EDBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDDC; }
p { color: rgb(237,189,220); }
H1.HeaderClassName
{
color: #EDBDDC;
}
.AnyTagClassName
{
color: #EDBDDC;
}
</style>
background-color css
<style>
a { background-color: #EDBDDC; }
a { background-color: rgb(237,189,220); }
div.DivClassName
{
background-color: #EDBDDC;
}
.BgClassName
{
background-color: #EDBDDC;
}
</style>
border-color css
<style>
span { border-color: #EDBDDC; }
span { border-color: rgb(237,189,220); }
td.TdClassName
{
border-color: #EDBDDC;
}
.TagClassName
{
border-color: #EDBDDC;
}
</style>