Shades of Melrose #C9B6F5
Tints of Melrose #C9B6F5
RGB
CMYK
RGB Variations
Color information
#C9B6F5 (or 0xC9B6F5) is known color: Melrose. HEX triplet: C9, B6 and F5. RGB value is (201,182,245). Sum of RGB (Red+Green+Blue) = 201+182+245=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9B6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6F5 is #36490A. Grayscale: #C2C2C2. Windows color (decimal): -3557643 or 16103113. OLE color: 16103113.
HSL color Cylindrical-coordinate representation of color #C9B6F5: hue angle of 258.1º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B6F5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 182 | 245 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.04 |
| HSL | 258.1º | 0.76% | 0.84% | - |
| HSV(B) | 258.1º | 0.26% | 0.96% | - |
| XYZ | 57.3 | 52.47 | 93.49 | - |
| YUV | 194.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 245 | 0.18 | 0.26 | 0 | 0.04 | 258.1 | 0.76 | 0.84 |
| Hex | C9 | B6 | F5 | 12 | 1A | 0 | 4 | 102 | 4C | 54 |
| Octal | 311 | 266 | 365 | 22 | 32 | 0 | 4 | 402 | 114 | 124 |
| Binary | 11001001 | 10110110 | 11110101 | 10010 | 11010 | 0 | 100 | 100000010 | 1001100 | 1010100 |
Color Harmonies of #C9B6F5
Complementary color
Monochromatic Colors of #C9B6F5
Black with #C9B6F5
Text Example
Text Example
White with #C9B6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6F5; }
p { color: rgb(201,182,245); }
H1.HeaderClassName
{
color: #C9B6F5;
}
.AnyTagClassName
{
color: #C9B6F5;
}
</style>
background-color css
<style>
a { background-color: #C9B6F5; }
a { background-color: rgb(201,182,245); }
div.DivClassName
{
background-color: #C9B6F5;
}
.BgClassName
{
background-color: #C9B6F5;
}
</style>
border-color css
<style>
span { border-color: #C9B6F5; }
span { border-color: rgb(201,182,245); }
td.TdClassName
{
border-color: #C9B6F5;
}
.TagClassName
{
border-color: #C9B6F5;
}
</style>