Shades of Melrose #C6BDE8
Tints of Melrose #C6BDE8
RGB
CMYK
RGB Variations
Color information
#C6BDE8 (or 0xC6BDE8) is known color: Melrose. HEX triplet: C6, BD and E8. RGB value is (198,189,232). Sum of RGB (Red+Green+Blue) = 198+189+232=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDE8 is #394217. Grayscale: #C4C4C4. Windows color (decimal): -3752472 or 15252934. OLE color: 15252934.
HSL color Cylindrical-coordinate representation of color #C6BDE8: hue angle of 252.56º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BDE8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 189 | 232 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 252.56º | 0.48% | 0.83% | - |
| HSV(B) | 252.56º | 0.19% | 0.91% | - |
| XYZ | 56.05 | 54.23 | 83.86 | - |
| YUV | 196.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 232 | 0.15 | 0.19 | 0 | 0.09 | 252.56 | 0.48 | 0.83 |
| Hex | C6 | BD | E8 | F | 13 | 0 | 9 | FD | 30 | 53 |
| Octal | 306 | 275 | 350 | 17 | 23 | 0 | 11 | 375 | 60 | 123 |
| Binary | 11000110 | 10111101 | 11101000 | 1111 | 10011 | 0 | 1001 | 11111101 | 110000 | 1010011 |
Color Harmonies of #C6BDE8
Complementary color
Monochromatic Colors of #C6BDE8
Black with #C6BDE8
Text Example
Text Example
White with #C6BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDE8; }
p { color: rgb(198,189,232); }
H1.HeaderClassName
{
color: #C6BDE8;
}
.AnyTagClassName
{
color: #C6BDE8;
}
</style>
background-color css
<style>
a { background-color: #C6BDE8; }
a { background-color: rgb(198,189,232); }
div.DivClassName
{
background-color: #C6BDE8;
}
.BgClassName
{
background-color: #C6BDE8;
}
</style>
border-color css
<style>
span { border-color: #C6BDE8; }
span { border-color: rgb(198,189,232); }
td.TdClassName
{
border-color: #C6BDE8;
}
.TagClassName
{
border-color: #C6BDE8;
}
</style>