Shades of Melrose #C4BBEB
Tints of Melrose #C4BBEB
RGB
CMYK
RGB Variations
Color information
#C4BBEB (or 0xC4BBEB) is known color: Melrose. HEX triplet: C4, BB and EB. RGB value is (196,187,235). Sum of RGB (Red+Green+Blue) = 196+187+235=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEB is #3B4414. Grayscale: #C2C2C2. Windows color (decimal): -3884053 or 15449028. OLE color: 15449028.
HSL color Cylindrical-coordinate representation of color #C4BBEB: hue angle of 251.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BBEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 187 | 235 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.08 |
| HSL | 251.25º | 0.55% | 0.83% | - |
| HSV(B) | 251.25º | 0.2% | 0.92% | - |
| XYZ | 55.53 | 53.27 | 85.95 | - |
| YUV | 195.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 235 | 0.17 | 0.20 | 0 | 0.08 | 251.25 | 0.55 | 0.83 |
| Hex | C4 | BB | EB | 11 | 14 | 0 | 8 | FB | 37 | 53 |
| Octal | 304 | 273 | 353 | 21 | 24 | 0 | 10 | 373 | 67 | 123 |
| Binary | 11000100 | 10111011 | 11101011 | 10001 | 10100 | 0 | 1000 | 11111011 | 110111 | 1010011 |
Color Harmonies of #C4BBEB
Complementary color
Monochromatic Colors of #C4BBEB
Black with #C4BBEB
Text Example
Text Example
White with #C4BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBEB; }
p { color: rgb(196,187,235); }
H1.HeaderClassName
{
color: #C4BBEB;
}
.AnyTagClassName
{
color: #C4BBEB;
}
</style>
background-color css
<style>
a { background-color: #C4BBEB; }
a { background-color: rgb(196,187,235); }
div.DivClassName
{
background-color: #C4BBEB;
}
.BgClassName
{
background-color: #C4BBEB;
}
</style>
border-color css
<style>
span { border-color: #C4BBEB; }
span { border-color: rgb(196,187,235); }
td.TdClassName
{
border-color: #C4BBEB;
}
.TagClassName
{
border-color: #C4BBEB;
}
</style>