Shades of Melrose #C8B6F3
Tints of Melrose #C8B6F3
RGB
CMYK
RGB Variations
Color information
#C8B6F3 (or 0xC8B6F3) is known color: Melrose. HEX triplet: C8, B6 and F3. RGB value is (200,182,243). Sum of RGB (Red+Green+Blue) = 200+182+243=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8B6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B6F3 is #37490C. Grayscale: #C2C2C2. Windows color (decimal): -3623181 or 15972040. OLE color: 15972040.
HSL color Cylindrical-coordinate representation of color #C8B6F3: hue angle of 257.7º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B6F3 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 182 | 243 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.05 |
| HSL | 257.7º | 0.72% | 0.83% | - |
| HSV(B) | 257.7º | 0.25% | 0.95% | - |
| XYZ | 56.73 | 52.21 | 91.88 | - |
| YUV | 194.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 243 | 0.18 | 0.25 | 0 | 0.05 | 257.7 | 0.72 | 0.83 |
| Hex | C8 | B6 | F3 | 12 | 19 | 0 | 5 | 102 | 48 | 53 |
| Octal | 310 | 266 | 363 | 22 | 31 | 0 | 5 | 402 | 110 | 123 |
| Binary | 11001000 | 10110110 | 11110011 | 10010 | 11001 | 0 | 101 | 100000010 | 1001000 | 1010011 |
Color Harmonies of #C8B6F3
Complementary color
Monochromatic Colors of #C8B6F3
Black with #C8B6F3
Text Example
Text Example
White with #C8B6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6F3; }
p { color: rgb(200,182,243); }
H1.HeaderClassName
{
color: #C8B6F3;
}
.AnyTagClassName
{
color: #C8B6F3;
}
</style>
background-color css
<style>
a { background-color: #C8B6F3; }
a { background-color: rgb(200,182,243); }
div.DivClassName
{
background-color: #C8B6F3;
}
.BgClassName
{
background-color: #C8B6F3;
}
</style>
border-color css
<style>
span { border-color: #C8B6F3; }
span { border-color: rgb(200,182,243); }
td.TdClassName
{
border-color: #C8B6F3;
}
.TagClassName
{
border-color: #C8B6F3;
}
</style>