Shades of Melrose #C9C0EB
Tints of Melrose #C9C0EB
RGB
CMYK
RGB Variations
Color information
#C9C0EB (or 0xC9C0EB) is known color: Melrose. HEX triplet: C9, C0 and EB. RGB value is (201,192,235). Sum of RGB (Red+Green+Blue) = 201+192+235=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0EB is #363F14. Grayscale: #C7C7C7. Windows color (decimal): -3555093 or 15450313. OLE color: 15450313.
HSL color Cylindrical-coordinate representation of color #C9C0EB: hue angle of 252.56º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C0EB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 192 | 235 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.08 |
| HSL | 252.56º | 0.52% | 0.84% | - |
| HSV(B) | 252.56º | 0.18% | 0.92% | - |
| XYZ | 57.93 | 56.11 | 86.38 | - |
| YUV | 199.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 235 | 0.14 | 0.18 | 0 | 0.08 | 252.56 | 0.52 | 0.84 |
| Hex | C9 | C0 | EB | E | 12 | 0 | 8 | FD | 34 | 54 |
| Octal | 311 | 300 | 353 | 16 | 22 | 0 | 10 | 375 | 64 | 124 |
| Binary | 11001001 | 11000000 | 11101011 | 1110 | 10010 | 0 | 1000 | 11111101 | 110100 | 1010100 |
Color Harmonies of #C9C0EB
Complementary color
Monochromatic Colors of #C9C0EB
Black with #C9C0EB
Text Example
Text Example
White with #C9C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0EB; }
p { color: rgb(201,192,235); }
H1.HeaderClassName
{
color: #C9C0EB;
}
.AnyTagClassName
{
color: #C9C0EB;
}
</style>
background-color css
<style>
a { background-color: #C9C0EB; }
a { background-color: rgb(201,192,235); }
div.DivClassName
{
background-color: #C9C0EB;
}
.BgClassName
{
background-color: #C9C0EB;
}
</style>
border-color css
<style>
span { border-color: #C9C0EB; }
span { border-color: rgb(201,192,235); }
td.TdClassName
{
border-color: #C9C0EB;
}
.TagClassName
{
border-color: #C9C0EB;
}
</style>