Shades of Classic Rose #EDBAD3
Tints of Classic Rose #EDBAD3
RGB
CMYK
RGB Variations
Color information
#EDBAD3 (or 0xEDBAD3) is known color: Classic Rose. HEX triplet: ED, BA and D3. RGB value is (237,186,211). Sum of RGB (Red+Green+Blue) = 237+186+211=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD3 is #12452C. Grayscale: #CCCCCC. Windows color (decimal): -1197357 or 13875949. OLE color: 13875949.
HSL color Cylindrical-coordinate representation of color #EDBAD3: hue angle of 330.59º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAD3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 211 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.07 |
| HSL | 330.59º | 0.59% | 0.83% | - |
| HSV(B) | 330.59º | 0.22% | 0.93% | - |
| XYZ | 64.24 | 57.83 | 69.4 | - |
| YUV | 204.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 211 | 0 | 0.22 | 0.11 | 0.07 | 330.59 | 0.59 | 0.83 |
| Hex | ED | BA | D3 | 0 | 16 | B | 7 | 14B | 3B | 53 |
| Octal | 355 | 272 | 323 | 0 | 26 | 13 | 7 | 513 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11010011 | 0 | 10110 | 1011 | 111 | 101001011 | 111011 | 1010011 |
Color Harmonies of #EDBAD3
Complementary color
Monochromatic Colors of #EDBAD3
Black with #EDBAD3
Text Example
Text Example
White with #EDBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAD3; }
p { color: rgb(237,186,211); }
H1.HeaderClassName
{
color: #EDBAD3;
}
.AnyTagClassName
{
color: #EDBAD3;
}
</style>
background-color css
<style>
a { background-color: #EDBAD3; }
a { background-color: rgb(237,186,211); }
div.DivClassName
{
background-color: #EDBAD3;
}
.BgClassName
{
background-color: #EDBAD3;
}
</style>
border-color css
<style>
span { border-color: #EDBAD3; }
span { border-color: rgb(237,186,211); }
td.TdClassName
{
border-color: #EDBAD3;
}
.TagClassName
{
border-color: #EDBAD3;
}
</style>