Shades of Blossom #EDB6BB
Tints of Blossom #EDB6BB
RGB
CMYK
RGB Variations
Color information
#EDB6BB (or 0xEDB6BB) is known color: Blossom. HEX triplet: ED, B6 and BB. RGB value is (237,182,187). Sum of RGB (Red+Green+Blue) = 237+182+187=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6BB is #124944. Grayscale: #C7C7C7. Windows color (decimal): -1198405 or 12302061. OLE color: 12302061.
HSL color Cylindrical-coordinate representation of color #EDB6BB: hue angle of 354.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6BB is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 187 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 354.55º | 0.6% | 0.82% | - |
| HSV(B) | 354.55º | 0.23% | 0.93% | - |
| XYZ | 60.62 | 55.05 | 54.44 | - |
| YUV | 199.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 187 | 0 | 0.23 | 0.21 | 0.07 | 354.55 | 0.6 | 0.82 |
| Hex | ED | B6 | BB | 0 | 17 | 15 | 7 | 163 | 3C | 52 |
| Octal | 355 | 266 | 273 | 0 | 27 | 25 | 7 | 543 | 74 | 122 |
| Binary | 11101101 | 10110110 | 10111011 | 0 | 10111 | 10101 | 111 | 101100011 | 111100 | 1010010 |
Color Harmonies of #EDB6BB
Complementary color
Monochromatic Colors of #EDB6BB
Black with #EDB6BB
Text Example
Text Example
White with #EDB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6BB; }
p { color: rgb(237,182,187); }
H1.HeaderClassName
{
color: #EDB6BB;
}
.AnyTagClassName
{
color: #EDB6BB;
}
</style>
background-color css
<style>
a { background-color: #EDB6BB; }
a { background-color: rgb(237,182,187); }
div.DivClassName
{
background-color: #EDB6BB;
}
.BgClassName
{
background-color: #EDB6BB;
}
</style>
border-color css
<style>
span { border-color: #EDB6BB; }
span { border-color: rgb(237,182,187); }
td.TdClassName
{
border-color: #EDB6BB;
}
.TagClassName
{
border-color: #EDB6BB;
}
</style>