Shades of Melrose #C9B0EF
Tints of Melrose #C9B0EF
RGB
CMYK
RGB Variations
Color information
#C9B0EF (or 0xC9B0EF) is known color: Melrose. HEX triplet: C9, B0 and EF. RGB value is (201,176,239). Sum of RGB (Red+Green+Blue) = 201+176+239=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0EF is #364F10. Grayscale: #BEBEBE. Windows color (decimal): -3559185 or 15708361. OLE color: 15708361.
HSL color Cylindrical-coordinate representation of color #C9B0EF: hue angle of 263.81º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9B0EF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 176 | 239 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.06 |
| HSL | 263.81º | 0.66% | 0.81% | - |
| HSV(B) | 263.81º | 0.26% | 0.94% | - |
| XYZ | 55.19 | 49.7 | 88.35 | - |
| YUV | 190.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 239 | 0.16 | 0.26 | 0 | 0.06 | 263.81 | 0.66 | 0.81 |
| Hex | C9 | B0 | EF | 10 | 1A | 0 | 6 | 108 | 42 | 51 |
| Octal | 311 | 260 | 357 | 20 | 32 | 0 | 6 | 410 | 102 | 121 |
| Binary | 11001001 | 10110000 | 11101111 | 10000 | 11010 | 0 | 110 | 100001000 | 1000010 | 1010001 |
Color Harmonies of #C9B0EF
Complementary color
Monochromatic Colors of #C9B0EF
Black with #C9B0EF
Text Example
Text Example
White with #C9B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0EF; }
p { color: rgb(201,176,239); }
H1.HeaderClassName
{
color: #C9B0EF;
}
.AnyTagClassName
{
color: #C9B0EF;
}
</style>
background-color css
<style>
a { background-color: #C9B0EF; }
a { background-color: rgb(201,176,239); }
div.DivClassName
{
background-color: #C9B0EF;
}
.BgClassName
{
background-color: #C9B0EF;
}
</style>
border-color css
<style>
span { border-color: #C9B0EF; }
span { border-color: rgb(201,176,239); }
td.TdClassName
{
border-color: #C9B0EF;
}
.TagClassName
{
border-color: #C9B0EF;
}
</style>