Shades of Melrose #C9B8E6
Tints of Melrose #C9B8E6
RGB
CMYK
RGB Variations
Color information
#C9B8E6 (or 0xC9B8E6) is known color: Melrose. HEX triplet: C9, B8 and E6. RGB value is (201,184,230). Sum of RGB (Red+Green+Blue) = 201+184+230=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8E6 is #364719. Grayscale: #C2C2C2. Windows color (decimal): -3557146 or 15120585. OLE color: 15120585.
HSL color Cylindrical-coordinate representation of color #C9B8E6: hue angle of 262.17º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9B8E6 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 184 | 230 | - |
| CMYK | 0.13 | 0.2 | 0 | 0.10 |
| HSL | 262.17º | 0.48% | 0.81% | - |
| HSV(B) | 262.17º | 0.2% | 0.9% | - |
| XYZ | 55.51 | 52.41 | 82.05 | - |
| YUV | 194.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 230 | 0.13 | 0.2 | 0 | 0.10 | 262.17 | 0.48 | 0.81 |
| Hex | C9 | B8 | E6 | D | 14 | 0 | A | 106 | 30 | 51 |
| Octal | 311 | 270 | 346 | 15 | 24 | 0 | 12 | 406 | 60 | 121 |
| Binary | 11001001 | 10111000 | 11100110 | 1101 | 10100 | 0 | 1010 | 100000110 | 110000 | 1010001 |
Color Harmonies of #C9B8E6
Complementary color
Monochromatic Colors of #C9B8E6
Black with #C9B8E6
Text Example
Text Example
White with #C9B8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8E6; }
p { color: rgb(201,184,230); }
H1.HeaderClassName
{
color: #C9B8E6;
}
.AnyTagClassName
{
color: #C9B8E6;
}
</style>
background-color css
<style>
a { background-color: #C9B8E6; }
a { background-color: rgb(201,184,230); }
div.DivClassName
{
background-color: #C9B8E6;
}
.BgClassName
{
background-color: #C9B8E6;
}
</style>
border-color css
<style>
span { border-color: #C9B8E6; }
span { border-color: rgb(201,184,230); }
td.TdClassName
{
border-color: #C9B8E6;
}
.TagClassName
{
border-color: #C9B8E6;
}
</style>