Shades of Melrose #C9B4ED
Tints of Melrose #C9B4ED
RGB
CMYK
RGB Variations
Color information
#C9B4ED (or 0xC9B4ED) is known color: Melrose. HEX triplet: C9, B4 and ED. RGB value is (201,180,237). Sum of RGB (Red+Green+Blue) = 201+180+237=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9B4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B4ED is #364B12. Grayscale: #C0C0C0. Windows color (decimal): -3558163 or 15578313. OLE color: 15578313.
HSL color Cylindrical-coordinate representation of color #C9B4ED: hue angle of 262.11º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B4ED is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 180 | 237 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.07 |
| HSL | 262.11º | 0.61% | 0.82% | - |
| HSV(B) | 262.11º | 0.24% | 0.93% | - |
| XYZ | 55.69 | 51.17 | 87.06 | - |
| YUV | 192.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 237 | 0.15 | 0.24 | 0 | 0.07 | 262.11 | 0.61 | 0.82 |
| Hex | C9 | B4 | ED | F | 18 | 0 | 7 | 106 | 3D | 52 |
| Octal | 311 | 264 | 355 | 17 | 30 | 0 | 7 | 406 | 75 | 122 |
| Binary | 11001001 | 10110100 | 11101101 | 1111 | 11000 | 0 | 111 | 100000110 | 111101 | 1010010 |
Color Harmonies of #C9B4ED
Complementary color
Monochromatic Colors of #C9B4ED
Black with #C9B4ED
Text Example
Text Example
White with #C9B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B4ED; }
p { color: rgb(201,180,237); }
H1.HeaderClassName
{
color: #C9B4ED;
}
.AnyTagClassName
{
color: #C9B4ED;
}
</style>
background-color css
<style>
a { background-color: #C9B4ED; }
a { background-color: rgb(201,180,237); }
div.DivClassName
{
background-color: #C9B4ED;
}
.BgClassName
{
background-color: #C9B4ED;
}
</style>
border-color css
<style>
span { border-color: #C9B4ED; }
span { border-color: rgb(201,180,237); }
td.TdClassName
{
border-color: #C9B4ED;
}
.TagClassName
{
border-color: #C9B4ED;
}
</style>