Shades of Melrose #C1BAEE
Tints of Melrose #C1BAEE
RGB
CMYK
RGB Variations
Color information
#C1BAEE (or 0xC1BAEE) is known color: Melrose. HEX triplet: C1, BA and EE. RGB value is (193,186,238). Sum of RGB (Red+Green+Blue) = 193+186+238=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEE is #3E4511. Grayscale: #C1C1C1. Windows color (decimal): -4080914 or 15645377. OLE color: 15645377.
HSL color Cylindrical-coordinate representation of color #C1BAEE: hue angle of 248.08º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BAEE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 186 | 238 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 248.08º | 0.6% | 0.83% | - |
| HSV(B) | 248.08º | 0.22% | 0.93% | - |
| XYZ | 54.98 | 52.63 | 88.15 | - |
| YUV | 194.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 238 | 0.19 | 0.22 | 0 | 0.07 | 248.08 | 0.6 | 0.83 |
| Hex | C1 | BA | EE | 13 | 16 | 0 | 7 | F8 | 3C | 53 |
| Octal | 301 | 272 | 356 | 23 | 26 | 0 | 7 | 370 | 74 | 123 |
| Binary | 11000001 | 10111010 | 11101110 | 10011 | 10110 | 0 | 111 | 11111000 | 111100 | 1010011 |
Color Harmonies of #C1BAEE
Complementary color
Monochromatic Colors of #C1BAEE
Black with #C1BAEE
Text Example
Text Example
White with #C1BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAEE; }
p { color: rgb(193,186,238); }
H1.HeaderClassName
{
color: #C1BAEE;
}
.AnyTagClassName
{
color: #C1BAEE;
}
</style>
background-color css
<style>
a { background-color: #C1BAEE; }
a { background-color: rgb(193,186,238); }
div.DivClassName
{
background-color: #C1BAEE;
}
.BgClassName
{
background-color: #C1BAEE;
}
</style>
border-color css
<style>
span { border-color: #C1BAEE; }
span { border-color: rgb(193,186,238); }
td.TdClassName
{
border-color: #C1BAEE;
}
.TagClassName
{
border-color: #C1BAEE;
}
</style>