Shades of Melrose #C9B3EA
Tints of Melrose #C9B3EA
RGB
CMYK
RGB Variations
Color information
#C9B3EA (or 0xC9B3EA) is known color: Melrose. HEX triplet: C9, B3 and EA. RGB value is (201,179,234). Sum of RGB (Red+Green+Blue) = 201+179+234=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3EA is #364C15. Grayscale: #BFBFBF. Windows color (decimal): -3558422 or 15381449. OLE color: 15381449.
HSL color Cylindrical-coordinate representation of color #C9B3EA: hue angle of 264º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B3EA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 179 | 234 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.08 |
| HSL | 264º | 0.57% | 0.81% | - |
| HSV(B) | 264º | 0.24% | 0.92% | - |
| XYZ | 55.06 | 50.6 | 84.71 | - |
| YUV | 191.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 234 | 0.14 | 0.24 | 0 | 0.08 | 264 | 0.57 | 0.81 |
| Hex | C9 | B3 | EA | E | 18 | 0 | 8 | 108 | 39 | 51 |
| Octal | 311 | 263 | 352 | 16 | 30 | 0 | 10 | 410 | 71 | 121 |
| Binary | 11001001 | 10110011 | 11101010 | 1110 | 11000 | 0 | 1000 | 100001000 | 111001 | 1010001 |
Color Harmonies of #C9B3EA
Complementary color
Monochromatic Colors of #C9B3EA
Black with #C9B3EA
Text Example
Text Example
White with #C9B3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B3EA; }
p { color: rgb(201,179,234); }
H1.HeaderClassName
{
color: #C9B3EA;
}
.AnyTagClassName
{
color: #C9B3EA;
}
</style>
background-color css
<style>
a { background-color: #C9B3EA; }
a { background-color: rgb(201,179,234); }
div.DivClassName
{
background-color: #C9B3EA;
}
.BgClassName
{
background-color: #C9B3EA;
}
</style>
border-color css
<style>
span { border-color: #C9B3EA; }
span { border-color: rgb(201,179,234); }
td.TdClassName
{
border-color: #C9B3EA;
}
.TagClassName
{
border-color: #C9B3EA;
}
</style>