Shades of Melrose #C8BFE9
Tints of Melrose #C8BFE9
RGB
CMYK
RGB Variations
Color information
#C8BFE9 (or 0xC8BFE9) is known color: Melrose. HEX triplet: C8, BF and E9. RGB value is (200,191,233). Sum of RGB (Red+Green+Blue) = 200+191+233=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFE9 is #374016. Grayscale: #C6C6C6. Windows color (decimal): -3620887 or 15318984. OLE color: 15318984.
HSL color Cylindrical-coordinate representation of color #C8BFE9: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BFE9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 191 | 233 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.09 |
| HSL | 252.86º | 0.49% | 0.83% | - |
| HSV(B) | 252.86º | 0.18% | 0.91% | - |
| XYZ | 57.16 | 55.42 | 84.78 | - |
| YUV | 198.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 233 | 0.14 | 0.18 | 0 | 0.09 | 252.86 | 0.49 | 0.83 |
| Hex | C8 | BF | E9 | E | 12 | 0 | 9 | FD | 31 | 53 |
| Octal | 310 | 277 | 351 | 16 | 22 | 0 | 11 | 375 | 61 | 123 |
| Binary | 11001000 | 10111111 | 11101001 | 1110 | 10010 | 0 | 1001 | 11111101 | 110001 | 1010011 |
Color Harmonies of #C8BFE9
Complementary color
Monochromatic Colors of #C8BFE9
Black with #C8BFE9
Text Example
Text Example
White with #C8BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFE9; }
p { color: rgb(200,191,233); }
H1.HeaderClassName
{
color: #C8BFE9;
}
.AnyTagClassName
{
color: #C8BFE9;
}
</style>
background-color css
<style>
a { background-color: #C8BFE9; }
a { background-color: rgb(200,191,233); }
div.DivClassName
{
background-color: #C8BFE9;
}
.BgClassName
{
background-color: #C8BFE9;
}
</style>
border-color css
<style>
span { border-color: #C8BFE9; }
span { border-color: rgb(200,191,233); }
td.TdClassName
{
border-color: #C8BFE9;
}
.TagClassName
{
border-color: #C8BFE9;
}
</style>