Shades of Blossom #E6BEC0
Tints of Blossom #E6BEC0
RGB
CMYK
RGB Variations
Color information
#E6BEC0 (or 0xE6BEC0) is known color: Blossom. HEX triplet: E6, BE and C0. RGB value is (230,190,192). Sum of RGB (Red+Green+Blue) = 230+190+192=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEC0 is #19413F. Grayscale: #CACACA. Windows color (decimal): -1655104 or 12631782. OLE color: 12631782.
HSL color Cylindrical-coordinate representation of color #E6BEC0: hue angle of 357º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BEC0 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 192 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.10 |
| HSL | 357º | 0.44% | 0.82% | - |
| HSV(B) | 357º | 0.17% | 0.9% | - |
| XYZ | 60.56 | 57.46 | 57.77 | - |
| YUV | 202.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 192 | 0 | 0.17 | 0.17 | 0.10 | 357 | 0.44 | 0.82 |
| Hex | E6 | BE | C0 | 0 | 11 | 11 | A | 165 | 2C | 52 |
| Octal | 346 | 276 | 300 | 0 | 21 | 21 | 12 | 545 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11000000 | 0 | 10001 | 10001 | 1010 | 101100101 | 101100 | 1010010 |
Color Harmonies of #E6BEC0
Complementary color
Monochromatic Colors of #E6BEC0
Black with #E6BEC0
Text Example
Text Example
White with #E6BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BEC0; }
p { color: rgb(230,190,192); }
H1.HeaderClassName
{
color: #E6BEC0;
}
.AnyTagClassName
{
color: #E6BEC0;
}
</style>
background-color css
<style>
a { background-color: #E6BEC0; }
a { background-color: rgb(230,190,192); }
div.DivClassName
{
background-color: #E6BEC0;
}
.BgClassName
{
background-color: #E6BEC0;
}
</style>
border-color css
<style>
span { border-color: #E6BEC0; }
span { border-color: rgb(230,190,192); }
td.TdClassName
{
border-color: #E6BEC0;
}
.TagClassName
{
border-color: #E6BEC0;
}
</style>