Shades of Melanie #CBBEC2
Tints of Melanie #CBBEC2
RGB
CMYK
RGB Variations
Color information
#CBBEC2 (or 0xCBBEC2) is known color: Melanie. HEX triplet: CB, BE and C2. RGB value is (203,190,194). Sum of RGB (Red+Green+Blue) = 203+190+194=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC2 is #34413D. Grayscale: #C2C2C2. Windows color (decimal): -3424574 or 12762827. OLE color: 12762827.
HSL color Cylindrical-coordinate representation of color #CBBEC2: hue angle of 341.54º 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 #CBBEC2 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 190 | 194 | - |
CMYK | 0 | 0.06 | 0.04 | 0.20 |
HSL | 341.54º | 0.11% | 0.77% | - |
HSV(B) | 341.54º | 0.06% | 0.8% | - |
XYZ | 52.78 | 53.42 | 58.57 | - |
YUV | 194.34 | 127.81 | 134.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 190 | 194 | 0 | 0.06 | 0.04 | 0.20 | 341.54 | 0.11 | 0.77 |
Hex | CB | BE | C2 | 0 | 6 | 4 | 14 | 156 | B | 4D |
Octal | 313 | 276 | 302 | 0 | 6 | 4 | 24 | 526 | 13 | 115 |
Binary | 11001011 | 10111110 | 11000010 | 0 | 110 | 100 | 10100 | 101010110 | 1011 | 1001101 |
Color Harmonies of #CBBEC2
Complementary color
Monochromatic Colors of #CBBEC2
Black with #CBBEC2
Text Example
Text Example
White with #CBBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEC2; }
p { color: rgb(203,190,194); }
H1.HeaderClassName
{
color: #CBBEC2;
}
.AnyTagClassName
{
color: #CBBEC2;
}
</style>
background-color css
<style>
a { background-color: #CBBEC2; }
a { background-color: rgb(203,190,194); }
div.DivClassName
{
background-color: #CBBEC2;
}
.BgClassName
{
background-color: #CBBEC2;
}
</style>
border-color css
<style>
span { border-color: #CBBEC2; }
span { border-color: rgb(203,190,194); }
td.TdClassName
{
border-color: #CBBEC2;
}
.TagClassName
{
border-color: #CBBEC2;
}
</style>