Shades of Melrose #C3B6F8
Tints of Melrose #C3B6F8
RGB
CMYK
RGB Variations
Color information
#C3B6F8 (or 0xC3B6F8) is known color: Melrose. HEX triplet: C3, B6 and F8. RGB value is (195,182,248). Sum of RGB (Red+Green+Blue) = 195+182+248=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B6F8 is #3C4907. Grayscale: #C1C1C1. Windows color (decimal): -3950856 or 16299715. OLE color: 16299715.
HSL color Cylindrical-coordinate representation of color #C3B6F8: hue angle of 251.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3B6F8 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 182 | 248 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.03 |
| HSL | 251.82º | 0.83% | 0.84% | - |
| HSV(B) | 251.82º | 0.27% | 0.97% | - |
| XYZ | 56.18 | 51.84 | 95.85 | - |
| YUV | 193.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 248 | 0.21 | 0.27 | 0 | 0.03 | 251.82 | 0.83 | 0.84 |
| Hex | C3 | B6 | F8 | 15 | 1B | 0 | 3 | FC | 52 | 54 |
| Octal | 303 | 266 | 370 | 25 | 33 | 0 | 3 | 374 | 122 | 124 |
| Binary | 11000011 | 10110110 | 11111000 | 10101 | 11011 | 0 | 11 | 11111100 | 1010010 | 1010100 |
Color Harmonies of #C3B6F8
Complementary color
Monochromatic Colors of #C3B6F8
Black with #C3B6F8
Text Example
Text Example
White with #C3B6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B6F8; }
p { color: rgb(195,182,248); }
H1.HeaderClassName
{
color: #C3B6F8;
}
.AnyTagClassName
{
color: #C3B6F8;
}
</style>
background-color css
<style>
a { background-color: #C3B6F8; }
a { background-color: rgb(195,182,248); }
div.DivClassName
{
background-color: #C3B6F8;
}
.BgClassName
{
background-color: #C3B6F8;
}
</style>
border-color css
<style>
span { border-color: #C3B6F8; }
span { border-color: rgb(195,182,248); }
td.TdClassName
{
border-color: #C3B6F8;
}
.TagClassName
{
border-color: #C3B6F8;
}
</style>