Shades of Melrose #C9B6E6
Tints of Melrose #C9B6E6
RGB
CMYK
RGB Variations
Color information
#C9B6E6 (or 0xC9B6E6) is known color: Melrose. HEX triplet: C9, B6 and E6. RGB value is (201,182,230). Sum of RGB (Red+Green+Blue) = 201+182+230=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6E6 is #364919. Grayscale: #C0C0C0. Windows color (decimal): -3557658 or 15120073. OLE color: 15120073.
HSL color Cylindrical-coordinate representation of color #C9B6E6: hue angle of 263.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B6E6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 182 | 230 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.10 |
| HSL | 263.75º | 0.49% | 0.81% | - |
| HSV(B) | 263.75º | 0.21% | 0.9% | - |
| XYZ | 55.1 | 51.59 | 81.92 | - |
| YUV | 193.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 230 | 0.13 | 0.21 | 0 | 0.10 | 263.75 | 0.49 | 0.81 |
| Hex | C9 | B6 | E6 | D | 15 | 0 | A | 108 | 31 | 51 |
| Octal | 311 | 266 | 346 | 15 | 25 | 0 | 12 | 410 | 61 | 121 |
| Binary | 11001001 | 10110110 | 11100110 | 1101 | 10101 | 0 | 1010 | 100001000 | 110001 | 1010001 |
Color Harmonies of #C9B6E6
Complementary color
Monochromatic Colors of #C9B6E6
Black with #C9B6E6
Text Example
Text Example
White with #C9B6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6E6; }
p { color: rgb(201,182,230); }
H1.HeaderClassName
{
color: #C9B6E6;
}
.AnyTagClassName
{
color: #C9B6E6;
}
</style>
background-color css
<style>
a { background-color: #C9B6E6; }
a { background-color: rgb(201,182,230); }
div.DivClassName
{
background-color: #C9B6E6;
}
.BgClassName
{
background-color: #C9B6E6;
}
</style>
border-color css
<style>
span { border-color: #C9B6E6; }
span { border-color: rgb(201,182,230); }
td.TdClassName
{
border-color: #C9B6E6;
}
.TagClassName
{
border-color: #C9B6E6;
}
</style>