Shades of Melrose #C1BBE8
Tints of Melrose #C1BBE8
RGB
CMYK
RGB Variations
Color information
#C1BBE8 (or 0xC1BBE8) is known color: Melrose. HEX triplet: C1, BB and E8. RGB value is (193,187,232). Sum of RGB (Red+Green+Blue) = 193+187+232=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBE8 is #3E4417. Grayscale: #C1C1C1. Windows color (decimal): -4080664 or 15252417. OLE color: 15252417.
HSL color Cylindrical-coordinate representation of color #C1BBE8: hue angle of 248º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BBE8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 187 | 232 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.09 |
| HSL | 248º | 0.49% | 0.82% | - |
| HSV(B) | 248º | 0.19% | 0.91% | - |
| XYZ | 54.33 | 52.7 | 83.65 | - |
| YUV | 193.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 232 | 0.17 | 0.19 | 0 | 0.09 | 248 | 0.49 | 0.82 |
| Hex | C1 | BB | E8 | 11 | 13 | 0 | 9 | F8 | 31 | 52 |
| Octal | 301 | 273 | 350 | 21 | 23 | 0 | 11 | 370 | 61 | 122 |
| Binary | 11000001 | 10111011 | 11101000 | 10001 | 10011 | 0 | 1001 | 11111000 | 110001 | 1010010 |
Color Harmonies of #C1BBE8
Complementary color
Monochromatic Colors of #C1BBE8
Black with #C1BBE8
Text Example
Text Example
White with #C1BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBE8; }
p { color: rgb(193,187,232); }
H1.HeaderClassName
{
color: #C1BBE8;
}
.AnyTagClassName
{
color: #C1BBE8;
}
</style>
background-color css
<style>
a { background-color: #C1BBE8; }
a { background-color: rgb(193,187,232); }
div.DivClassName
{
background-color: #C1BBE8;
}
.BgClassName
{
background-color: #C1BBE8;
}
</style>
border-color css
<style>
span { border-color: #C1BBE8; }
span { border-color: rgb(193,187,232); }
td.TdClassName
{
border-color: #C1BBE8;
}
.TagClassName
{
border-color: #C1BBE8;
}
</style>