Shades of Melrose #C6BBEE
Tints of Melrose #C6BBEE
RGB
CMYK
RGB Variations
Color information
#C6BBEE (or 0xC6BBEE) is known color: Melrose. HEX triplet: C6, BB and EE. RGB value is (198,187,238). Sum of RGB (Red+Green+Blue) = 198+187+238=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBEE is #394411. Grayscale: #C3C3C3. Windows color (decimal): -3752978 or 15645638. OLE color: 15645638.
HSL color Cylindrical-coordinate representation of color #C6BBEE: hue angle of 252.94º 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 #C6BBEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 187 | 238 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.07 |
| HSL | 252.94º | 0.6% | 0.83% | - |
| HSV(B) | 252.94º | 0.21% | 0.93% | - |
| XYZ | 56.49 | 53.72 | 88.28 | - |
| YUV | 196.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 238 | 0.17 | 0.21 | 0 | 0.07 | 252.94 | 0.6 | 0.83 |
| Hex | C6 | BB | EE | 11 | 15 | 0 | 7 | FD | 3C | 53 |
| Octal | 306 | 273 | 356 | 21 | 25 | 0 | 7 | 375 | 74 | 123 |
| Binary | 11000110 | 10111011 | 11101110 | 10001 | 10101 | 0 | 111 | 11111101 | 111100 | 1010011 |
Color Harmonies of #C6BBEE
Complementary color
Monochromatic Colors of #C6BBEE
Black with #C6BBEE
Text Example
Text Example
White with #C6BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBEE; }
p { color: rgb(198,187,238); }
H1.HeaderClassName
{
color: #C6BBEE;
}
.AnyTagClassName
{
color: #C6BBEE;
}
</style>
background-color css
<style>
a { background-color: #C6BBEE; }
a { background-color: rgb(198,187,238); }
div.DivClassName
{
background-color: #C6BBEE;
}
.BgClassName
{
background-color: #C6BBEE;
}
</style>
border-color css
<style>
span { border-color: #C6BBEE; }
span { border-color: rgb(198,187,238); }
td.TdClassName
{
border-color: #C6BBEE;
}
.TagClassName
{
border-color: #C6BBEE;
}
</style>