Shades of Melrose #C8B6F1
Tints of Melrose #C8B6F1
RGB
CMYK
RGB Variations
Color information
#C8B6F1 (or 0xC8B6F1) is known color: Melrose. HEX triplet: C8, B6 and F1. RGB value is (200,182,241). Sum of RGB (Red+Green+Blue) = 200+182+241=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8B6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B6F1 is #37490E. Grayscale: #C1C1C1. Windows color (decimal): -3623183 or 15840968. OLE color: 15840968.
HSL color Cylindrical-coordinate representation of color #C8B6F1: hue angle of 258.31º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B6F1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 182 | 241 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.05 |
| HSL | 258.31º | 0.68% | 0.83% | - |
| HSV(B) | 258.31º | 0.24% | 0.95% | - |
| XYZ | 56.42 | 52.09 | 90.3 | - |
| YUV | 194.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 241 | 0.17 | 0.24 | 0 | 0.05 | 258.31 | 0.68 | 0.83 |
| Hex | C8 | B6 | F1 | 11 | 18 | 0 | 5 | 102 | 44 | 53 |
| Octal | 310 | 266 | 361 | 21 | 30 | 0 | 5 | 402 | 104 | 123 |
| Binary | 11001000 | 10110110 | 11110001 | 10001 | 11000 | 0 | 101 | 100000010 | 1000100 | 1010011 |
Color Harmonies of #C8B6F1
Complementary color
Monochromatic Colors of #C8B6F1
Black with #C8B6F1
Text Example
Text Example
White with #C8B6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6F1; }
p { color: rgb(200,182,241); }
H1.HeaderClassName
{
color: #C8B6F1;
}
.AnyTagClassName
{
color: #C8B6F1;
}
</style>
background-color css
<style>
a { background-color: #C8B6F1; }
a { background-color: rgb(200,182,241); }
div.DivClassName
{
background-color: #C8B6F1;
}
.BgClassName
{
background-color: #C8B6F1;
}
</style>
border-color css
<style>
span { border-color: #C8B6F1; }
span { border-color: rgb(200,182,241); }
td.TdClassName
{
border-color: #C8B6F1;
}
.TagClassName
{
border-color: #C8B6F1;
}
</style>