Shades of Classic Rose #EDBBD2
Tints of Classic Rose #EDBBD2
RGB
CMYK
RGB Variations
Color information
#EDBBD2 (or 0xEDBBD2) is known color: Classic Rose. HEX triplet: ED, BB and D2. RGB value is (237,187,210). Sum of RGB (Red+Green+Blue) = 237+187+210=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD2 is #12442D. Grayscale: #CCCCCC. Windows color (decimal): -1197102 or 13810669. OLE color: 13810669.
HSL color Cylindrical-coordinate representation of color #EDBBD2: hue angle of 332.4º 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 #EDBBD2 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 210 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.07 |
| HSL | 332.4º | 0.58% | 0.83% | - |
| HSV(B) | 332.4º | 0.21% | 0.93% | - |
| XYZ | 64.33 | 58.2 | 68.82 | - |
| YUV | 204.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 210 | 0 | 0.21 | 0.11 | 0.07 | 332.4 | 0.58 | 0.83 |
| Hex | ED | BB | D2 | 0 | 15 | B | 7 | 14C | 3A | 53 |
| Octal | 355 | 273 | 322 | 0 | 25 | 13 | 7 | 514 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11010010 | 0 | 10101 | 1011 | 111 | 101001100 | 111010 | 1010011 |
Color Harmonies of #EDBBD2
Complementary color
Monochromatic Colors of #EDBBD2
Black with #EDBBD2
Text Example
Text Example
White with #EDBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBD2; }
p { color: rgb(237,187,210); }
H1.HeaderClassName
{
color: #EDBBD2;
}
.AnyTagClassName
{
color: #EDBBD2;
}
</style>
background-color css
<style>
a { background-color: #EDBBD2; }
a { background-color: rgb(237,187,210); }
div.DivClassName
{
background-color: #EDBBD2;
}
.BgClassName
{
background-color: #EDBBD2;
}
</style>
border-color css
<style>
span { border-color: #EDBBD2; }
span { border-color: rgb(237,187,210); }
td.TdClassName
{
border-color: #EDBBD2;
}
.TagClassName
{
border-color: #EDBBD2;
}
</style>