Shades of Melrose #C8BBE9
Tints of Melrose #C8BBE9
RGB
CMYK
RGB Variations
Color information
#C8BBE9 (or 0xC8BBE9) is known color: Melrose. HEX triplet: C8, BB and E9. RGB value is (200,187,233). Sum of RGB (Red+Green+Blue) = 200+187+233=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBE9 is #374416. Grayscale: #C3C3C3. Windows color (decimal): -3621911 or 15317960. OLE color: 15317960.
HSL color Cylindrical-coordinate representation of color #C8BBE9: hue angle of 256.96º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BBE9 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 187 | 233 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 256.96º | 0.51% | 0.82% | - |
| HSV(B) | 256.96º | 0.2% | 0.91% | - |
| XYZ | 56.3 | 53.7 | 84.49 | - |
| YUV | 196.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 233 | 0.14 | 0.20 | 0 | 0.09 | 256.96 | 0.51 | 0.82 |
| Hex | C8 | BB | E9 | E | 14 | 0 | 9 | 101 | 33 | 52 |
| Octal | 310 | 273 | 351 | 16 | 24 | 0 | 11 | 401 | 63 | 122 |
| Binary | 11001000 | 10111011 | 11101001 | 1110 | 10100 | 0 | 1001 | 100000001 | 110011 | 1010010 |
Color Harmonies of #C8BBE9
Complementary color
Monochromatic Colors of #C8BBE9
Black with #C8BBE9
Text Example
Text Example
White with #C8BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBE9; }
p { color: rgb(200,187,233); }
H1.HeaderClassName
{
color: #C8BBE9;
}
.AnyTagClassName
{
color: #C8BBE9;
}
</style>
background-color css
<style>
a { background-color: #C8BBE9; }
a { background-color: rgb(200,187,233); }
div.DivClassName
{
background-color: #C8BBE9;
}
.BgClassName
{
background-color: #C8BBE9;
}
</style>
border-color css
<style>
span { border-color: #C8BBE9; }
span { border-color: rgb(200,187,233); }
td.TdClassName
{
border-color: #C8BBE9;
}
.TagClassName
{
border-color: #C8BBE9;
}
</style>