Shades of Blossom #E6BCC0
Tints of Blossom #E6BCC0
RGB
CMYK
RGB Variations
Color information
#E6BCC0 (or 0xE6BCC0) is known color: Blossom. HEX triplet: E6, BC and C0. RGB value is (230,188,192). Sum of RGB (Red+Green+Blue) = 230+188+192=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCC0 is #19433F. Grayscale: #C9C9C9. Windows color (decimal): -1655616 or 12631270. OLE color: 12631270.
HSL color Cylindrical-coordinate representation of color #E6BCC0: hue angle of 354.29º degrees, saturation: 0.46, 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 #E6BCC0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 192 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.10 |
| HSL | 354.29º | 0.46% | 0.82% | - |
| HSV(B) | 354.29º | 0.18% | 0.9% | - |
| XYZ | 60.13 | 56.6 | 57.62 | - |
| YUV | 201.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 192 | 0 | 0.18 | 0.17 | 0.10 | 354.29 | 0.46 | 0.82 |
| Hex | E6 | BC | C0 | 0 | 12 | 11 | A | 162 | 2E | 52 |
| Octal | 346 | 274 | 300 | 0 | 22 | 21 | 12 | 542 | 56 | 122 |
| Binary | 11100110 | 10111100 | 11000000 | 0 | 10010 | 10001 | 1010 | 101100010 | 101110 | 1010010 |
Color Harmonies of #E6BCC0
Complementary color
Monochromatic Colors of #E6BCC0
Black with #E6BCC0
Text Example
Text Example
White with #E6BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCC0; }
p { color: rgb(230,188,192); }
H1.HeaderClassName
{
color: #E6BCC0;
}
.AnyTagClassName
{
color: #E6BCC0;
}
</style>
background-color css
<style>
a { background-color: #E6BCC0; }
a { background-color: rgb(230,188,192); }
div.DivClassName
{
background-color: #E6BCC0;
}
.BgClassName
{
background-color: #E6BCC0;
}
</style>
border-color css
<style>
span { border-color: #E6BCC0; }
span { border-color: rgb(230,188,192); }
td.TdClassName
{
border-color: #E6BCC0;
}
.TagClassName
{
border-color: #E6BCC0;
}
</style>