Shades of Blossom #E6BDBE
Tints of Blossom #E6BDBE
RGB
CMYK
RGB Variations
Color information
#E6BDBE (or 0xE6BDBE) is known color: Blossom. HEX triplet: E6, BD and BE. RGB value is (230,189,190). Sum of RGB (Red+Green+Blue) = 230+189+190=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBE is #194241. Grayscale: #C9C9C9. Windows color (decimal): -1655362 or 12500454. OLE color: 12500454.
HSL color Cylindrical-coordinate representation of color #E6BDBE: hue angle of 358.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDBE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 190 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.10 |
| HSL | 358.54º | 0.45% | 0.82% | - |
| HSV(B) | 358.54º | 0.18% | 0.9% | - |
| XYZ | 60.12 | 56.94 | 56.54 | - |
| YUV | 201.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 190 | 0 | 0.18 | 0.17 | 0.10 | 358.54 | 0.45 | 0.82 |
| Hex | E6 | BD | BE | 0 | 12 | 11 | A | 167 | 2D | 52 |
| Octal | 346 | 275 | 276 | 0 | 22 | 21 | 12 | 547 | 55 | 122 |
| Binary | 11100110 | 10111101 | 10111110 | 0 | 10010 | 10001 | 1010 | 101100111 | 101101 | 1010010 |
Color Harmonies of #E6BDBE
Complementary color
Monochromatic Colors of #E6BDBE
Black with #E6BDBE
Text Example
Text Example
White with #E6BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDBE; }
p { color: rgb(230,189,190); }
H1.HeaderClassName
{
color: #E6BDBE;
}
.AnyTagClassName
{
color: #E6BDBE;
}
</style>
background-color css
<style>
a { background-color: #E6BDBE; }
a { background-color: rgb(230,189,190); }
div.DivClassName
{
background-color: #E6BDBE;
}
.BgClassName
{
background-color: #E6BDBE;
}
</style>
border-color css
<style>
span { border-color: #E6BDBE; }
span { border-color: rgb(230,189,190); }
td.TdClassName
{
border-color: #E6BDBE;
}
.TagClassName
{
border-color: #E6BDBE;
}
</style>