Shades of Classic Rose #EDBED3
Tints of Classic Rose #EDBED3
RGB
CMYK
RGB Variations
Color information
#EDBED3 (or 0xEDBED3) is known color: Classic Rose. HEX triplet: ED, BE and D3. RGB value is (237,190,211). Sum of RGB (Red+Green+Blue) = 237+190+211=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBED3 is #12412C. Grayscale: #CECECE. Windows color (decimal): -1196333 or 13876973. OLE color: 13876973.
HSL color Cylindrical-coordinate representation of color #EDBED3: hue angle of 333.19º 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 #EDBED3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 211 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.07 |
| HSL | 333.19º | 0.57% | 0.84% | - |
| HSV(B) | 333.19º | 0.2% | 0.93% | - |
| XYZ | 65.1 | 59.53 | 69.69 | - |
| YUV | 206.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 211 | 0 | 0.20 | 0.11 | 0.07 | 333.19 | 0.57 | 0.84 |
| Hex | ED | BE | D3 | 0 | 14 | B | 7 | 14D | 39 | 54 |
| Octal | 355 | 276 | 323 | 0 | 24 | 13 | 7 | 515 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11010011 | 0 | 10100 | 1011 | 111 | 101001101 | 111001 | 1010100 |
Color Harmonies of #EDBED3
Complementary color
Monochromatic Colors of #EDBED3
Black with #EDBED3
Text Example
Text Example
White with #EDBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBED3; }
p { color: rgb(237,190,211); }
H1.HeaderClassName
{
color: #EDBED3;
}
.AnyTagClassName
{
color: #EDBED3;
}
</style>
background-color css
<style>
a { background-color: #EDBED3; }
a { background-color: rgb(237,190,211); }
div.DivClassName
{
background-color: #EDBED3;
}
.BgClassName
{
background-color: #EDBED3;
}
</style>
border-color css
<style>
span { border-color: #EDBED3; }
span { border-color: rgb(237,190,211); }
td.TdClassName
{
border-color: #EDBED3;
}
.TagClassName
{
border-color: #EDBED3;
}
</style>