Shades of Melrose #C6BBE8
Tints of Melrose #C6BBE8
RGB
CMYK
RGB Variations
Color information
#C6BBE8 (or 0xC6BBE8) is known color: Melrose. HEX triplet: C6, BB and E8. RGB value is (198,187,232). Sum of RGB (Red+Green+Blue) = 198+187+232=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBE8 is #394417. Grayscale: #C3C3C3. Windows color (decimal): -3752984 or 15252422. OLE color: 15252422.
HSL color Cylindrical-coordinate representation of color #C6BBE8: hue angle of 254.67º 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 #C6BBE8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 187 | 232 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 254.67º | 0.49% | 0.82% | - |
| HSV(B) | 254.67º | 0.19% | 0.91% | - |
| XYZ | 55.62 | 53.37 | 83.71 | - |
| YUV | 195.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 232 | 0.15 | 0.19 | 0 | 0.09 | 254.67 | 0.49 | 0.82 |
| Hex | C6 | BB | E8 | F | 13 | 0 | 9 | FF | 31 | 52 |
| Octal | 306 | 273 | 350 | 17 | 23 | 0 | 11 | 377 | 61 | 122 |
| Binary | 11000110 | 10111011 | 11101000 | 1111 | 10011 | 0 | 1001 | 11111111 | 110001 | 1010010 |
Color Harmonies of #C6BBE8
Complementary color
Monochromatic Colors of #C6BBE8
Black with #C6BBE8
Text Example
Text Example
White with #C6BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBE8; }
p { color: rgb(198,187,232); }
H1.HeaderClassName
{
color: #C6BBE8;
}
.AnyTagClassName
{
color: #C6BBE8;
}
</style>
background-color css
<style>
a { background-color: #C6BBE8; }
a { background-color: rgb(198,187,232); }
div.DivClassName
{
background-color: #C6BBE8;
}
.BgClassName
{
background-color: #C6BBE8;
}
</style>
border-color css
<style>
span { border-color: #C6BBE8; }
span { border-color: rgb(198,187,232); }
td.TdClassName
{
border-color: #C6BBE8;
}
.TagClassName
{
border-color: #C6BBE8;
}
</style>