Shades of Blossom #EDB0B2
Tints of Blossom #EDB0B2
RGB
CMYK
RGB Variations
Color information
#EDB0B2 (or 0xEDB0B2) is known color: Blossom. HEX triplet: ED, B0 and B2. RGB value is (237,176,178). Sum of RGB (Red+Green+Blue) = 237+176+178=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0B2 is #124F4D. Grayscale: #C2C2C2. Windows color (decimal): -1199950 or 11710701. OLE color: 11710701.
HSL color Cylindrical-coordinate representation of color #EDB0B2: hue angle of 358.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0B2 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 178 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.07 |
| HSL | 358.03º | 0.63% | 0.81% | - |
| HSV(B) | 358.03º | 0.26% | 0.93% | - |
| XYZ | 58.49 | 52.27 | 49.13 | - |
| YUV | 194.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 178 | 0 | 0.26 | 0.25 | 0.07 | 358.03 | 0.63 | 0.81 |
| Hex | ED | B0 | B2 | 0 | 1A | 19 | 7 | 166 | 3F | 51 |
| Octal | 355 | 260 | 262 | 0 | 32 | 31 | 7 | 546 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10110010 | 0 | 11010 | 11001 | 111 | 101100110 | 111111 | 1010001 |
Color Harmonies of #EDB0B2
Complementary color
Monochromatic Colors of #EDB0B2
Black with #EDB0B2
Text Example
Text Example
White with #EDB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0B2; }
p { color: rgb(237,176,178); }
H1.HeaderClassName
{
color: #EDB0B2;
}
.AnyTagClassName
{
color: #EDB0B2;
}
</style>
background-color css
<style>
a { background-color: #EDB0B2; }
a { background-color: rgb(237,176,178); }
div.DivClassName
{
background-color: #EDB0B2;
}
.BgClassName
{
background-color: #EDB0B2;
}
</style>
border-color css
<style>
span { border-color: #EDB0B2; }
span { border-color: rgb(237,176,178); }
td.TdClassName
{
border-color: #EDB0B2;
}
.TagClassName
{
border-color: #EDB0B2;
}
</style>