Shades of Melrose #C1BBEE
Tints of Melrose #C1BBEE
RGB
CMYK
RGB Variations
Color information
#C1BBEE (or 0xC1BBEE) is known color: Melrose. HEX triplet: C1, BB and EE. RGB value is (193,187,238). Sum of RGB (Red+Green+Blue) = 193+187+238=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEE is #3E4411. Grayscale: #C2C2C2. Windows color (decimal): -4080658 or 15645633. OLE color: 15645633.
HSL color Cylindrical-coordinate representation of color #C1BBEE: hue angle of 247.06º degrees, saturation: 0.6, 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 #C1BBEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 187 | 238 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.07 |
| HSL | 247.06º | 0.6% | 0.83% | - |
| HSV(B) | 247.06º | 0.21% | 0.93% | - |
| XYZ | 55.2 | 53.05 | 88.22 | - |
| YUV | 194.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 238 | 0.19 | 0.21 | 0 | 0.07 | 247.06 | 0.6 | 0.83 |
| Hex | C1 | BB | EE | 13 | 15 | 0 | 7 | F7 | 3C | 53 |
| Octal | 301 | 273 | 356 | 23 | 25 | 0 | 7 | 367 | 74 | 123 |
| Binary | 11000001 | 10111011 | 11101110 | 10011 | 10101 | 0 | 111 | 11110111 | 111100 | 1010011 |
Color Harmonies of #C1BBEE
Complementary color
Monochromatic Colors of #C1BBEE
Black with #C1BBEE
Text Example
Text Example
White with #C1BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBEE; }
p { color: rgb(193,187,238); }
H1.HeaderClassName
{
color: #C1BBEE;
}
.AnyTagClassName
{
color: #C1BBEE;
}
</style>
background-color css
<style>
a { background-color: #C1BBEE; }
a { background-color: rgb(193,187,238); }
div.DivClassName
{
background-color: #C1BBEE;
}
.BgClassName
{
background-color: #C1BBEE;
}
</style>
border-color css
<style>
span { border-color: #C1BBEE; }
span { border-color: rgb(193,187,238); }
td.TdClassName
{
border-color: #C1BBEE;
}
.TagClassName
{
border-color: #C1BBEE;
}
</style>