Shades of Classic Rose #EDBEDD
Tints of Classic Rose #EDBEDD
RGB
CMYK
RGB Variations
Color information
#EDBEDD (or 0xEDBEDD) is known color: Classic Rose. HEX triplet: ED, BE and DD. RGB value is (237,190,221). Sum of RGB (Red+Green+Blue) = 237+190+221=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDD is #124122. Grayscale: #CFCFCF. Windows color (decimal): -1196323 or 14532333. OLE color: 14532333.
HSL color Cylindrical-coordinate representation of color #EDBEDD: hue angle of 320.43º 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 #EDBEDD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 221 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.07 |
| HSL | 320.43º | 0.57% | 0.84% | - |
| HSV(B) | 320.43º | 0.2% | 0.93% | - |
| XYZ | 66.39 | 60.05 | 76.5 | - |
| YUV | 207.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 221 | 0 | 0.20 | 0.07 | 0.07 | 320.43 | 0.57 | 0.84 |
| Hex | ED | BE | DD | 0 | 14 | 7 | 7 | 140 | 39 | 54 |
| Octal | 355 | 276 | 335 | 0 | 24 | 7 | 7 | 500 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11011101 | 0 | 10100 | 111 | 111 | 101000000 | 111001 | 1010100 |
Color Harmonies of #EDBEDD
Complementary color
Monochromatic Colors of #EDBEDD
Black with #EDBEDD
Text Example
Text Example
White with #EDBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEDD; }
p { color: rgb(237,190,221); }
H1.HeaderClassName
{
color: #EDBEDD;
}
.AnyTagClassName
{
color: #EDBEDD;
}
</style>
background-color css
<style>
a { background-color: #EDBEDD; }
a { background-color: rgb(237,190,221); }
div.DivClassName
{
background-color: #EDBEDD;
}
.BgClassName
{
background-color: #EDBEDD;
}
</style>
border-color css
<style>
span { border-color: #EDBEDD; }
span { border-color: rgb(237,190,221); }
td.TdClassName
{
border-color: #EDBEDD;
}
.TagClassName
{
border-color: #EDBEDD;
}
</style>