Shades of Melrose #C1BBED
Tints of Melrose #C1BBED
RGB
CMYK
RGB Variations
Color information
#C1BBED (or 0xC1BBED) is known color: Melrose. HEX triplet: C1, BB and ED. RGB value is (193,187,237). Sum of RGB (Red+Green+Blue) = 193+187+237=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBED is #3E4412. Grayscale: #C2C2C2. Windows color (decimal): -4080659 or 15580097. OLE color: 15580097.
HSL color Cylindrical-coordinate representation of color #C1BBED: hue angle of 247.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BBED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 187 | 237 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 247.2º | 0.58% | 0.83% | - |
| HSV(B) | 247.2º | 0.21% | 0.93% | - |
| XYZ | 55.05 | 52.99 | 87.45 | - |
| YUV | 194.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 237 | 0.19 | 0.21 | 0 | 0.07 | 247.2 | 0.58 | 0.83 |
| Hex | C1 | BB | ED | 13 | 15 | 0 | 7 | F7 | 3A | 53 |
| Octal | 301 | 273 | 355 | 23 | 25 | 0 | 7 | 367 | 72 | 123 |
| Binary | 11000001 | 10111011 | 11101101 | 10011 | 10101 | 0 | 111 | 11110111 | 111010 | 1010011 |
Color Harmonies of #C1BBED
Complementary color
Monochromatic Colors of #C1BBED
Black with #C1BBED
Text Example
Text Example
White with #C1BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBED; }
p { color: rgb(193,187,237); }
H1.HeaderClassName
{
color: #C1BBED;
}
.AnyTagClassName
{
color: #C1BBED;
}
</style>
background-color css
<style>
a { background-color: #C1BBED; }
a { background-color: rgb(193,187,237); }
div.DivClassName
{
background-color: #C1BBED;
}
.BgClassName
{
background-color: #C1BBED;
}
</style>
border-color css
<style>
span { border-color: #C1BBED; }
span { border-color: rgb(193,187,237); }
td.TdClassName
{
border-color: #C1BBED;
}
.TagClassName
{
border-color: #C1BBED;
}
</style>