Shades of Melanie #CBBEC1
Tints of Melanie #CBBEC1
RGB
CMYK
RGB Variations
Color information
#CBBEC1 (or 0xCBBEC1) is known color: Melanie. HEX triplet: CB, BE and C1. RGB value is (203,190,193). Sum of RGB (Red+Green+Blue) = 203+190+193=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC1 is #34413E. Grayscale: #C2C2C2. Windows color (decimal): -3424575 or 12697291. OLE color: 12697291.
HSL color Cylindrical-coordinate representation of color #CBBEC1: hue angle of 346.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBEC1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 193 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.20 |
| HSL | 346.15º | 0.11% | 0.77% | - |
| HSV(B) | 346.15º | 0.06% | 0.8% | - |
| XYZ | 52.67 | 53.37 | 57.98 | - |
| YUV | 194.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 193 | 0 | 0.06 | 0.05 | 0.20 | 346.15 | 0.11 | 0.77 |
| Hex | CB | BE | C1 | 0 | 6 | 5 | 14 | 15A | B | 4D |
| Octal | 313 | 276 | 301 | 0 | 6 | 5 | 24 | 532 | 13 | 115 |
| Binary | 11001011 | 10111110 | 11000001 | 0 | 110 | 101 | 10100 | 101011010 | 1011 | 1001101 |
Color Harmonies of #CBBEC1
Complementary color
Monochromatic Colors of #CBBEC1
Black with #CBBEC1
Text Example
Text Example
White with #CBBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC1; }
p { color: rgb(203,190,193); }
H1.HeaderClassName
{
color: #CBBEC1;
}
.AnyTagClassName
{
color: #CBBEC1;
}
</style>
background-color css
<style>
a { background-color: #CBBEC1; }
a { background-color: rgb(203,190,193); }
div.DivClassName
{
background-color: #CBBEC1;
}
.BgClassName
{
background-color: #CBBEC1;
}
</style>
border-color css
<style>
span { border-color: #CBBEC1; }
span { border-color: rgb(203,190,193); }
td.TdClassName
{
border-color: #CBBEC1;
}
.TagClassName
{
border-color: #CBBEC1;
}
</style>