Shades of Melrose #C9B9F5
Tints of Melrose #C9B9F5
RGB
CMYK
RGB Variations
Color information
#C9B9F5 (or 0xC9B9F5) is known color: Melrose. HEX triplet: C9, B9 and F5. RGB value is (201,185,245). Sum of RGB (Red+Green+Blue) = 201+185+245=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #C9B9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9F5 is #36460A. Grayscale: #C4C4C4. Windows color (decimal): -3556875 or 16103881. OLE color: 16103881.
HSL color Cylindrical-coordinate representation of color #C9B9F5: hue angle of 256º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B9F5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 185 | 245 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.04 |
| HSL | 256º | 0.75% | 0.84% | - |
| HSV(B) | 256º | 0.24% | 0.96% | - |
| XYZ | 57.92 | 53.71 | 93.7 | - |
| YUV | 196.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 245 | 0.18 | 0.24 | 0 | 0.04 | 256 | 0.75 | 0.84 |
| Hex | C9 | B9 | F5 | 12 | 18 | 0 | 4 | 100 | 4B | 54 |
| Octal | 311 | 271 | 365 | 22 | 30 | 0 | 4 | 400 | 113 | 124 |
| Binary | 11001001 | 10111001 | 11110101 | 10010 | 11000 | 0 | 100 | 100000000 | 1001011 | 1010100 |
Color Harmonies of #C9B9F5
Complementary color
Monochromatic Colors of #C9B9F5
Black with #C9B9F5
Text Example
Text Example
White with #C9B9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B9F5; }
p { color: rgb(201,185,245); }
H1.HeaderClassName
{
color: #C9B9F5;
}
.AnyTagClassName
{
color: #C9B9F5;
}
</style>
background-color css
<style>
a { background-color: #C9B9F5; }
a { background-color: rgb(201,185,245); }
div.DivClassName
{
background-color: #C9B9F5;
}
.BgClassName
{
background-color: #C9B9F5;
}
</style>
border-color css
<style>
span { border-color: #C9B9F5; }
span { border-color: rgb(201,185,245); }
td.TdClassName
{
border-color: #C9B9F5;
}
.TagClassName
{
border-color: #C9B9F5;
}
</style>