Shades of Melrose #C8BEE9
Tints of Melrose #C8BEE9
RGB
CMYK
RGB Variations
Color information
#C8BEE9 (or 0xC8BEE9) is known color: Melrose. HEX triplet: C8, BE and E9. RGB value is (200,190,233). Sum of RGB (Red+Green+Blue) = 200+190+233=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEE9 is #374116. Grayscale: #C5C5C5. Windows color (decimal): -3621143 or 15318728. OLE color: 15318728.
HSL color Cylindrical-coordinate representation of color #C8BEE9: hue angle of 253.95º 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 #C8BEE9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 190 | 233 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.09 |
| HSL | 253.95º | 0.49% | 0.83% | - |
| HSV(B) | 253.95º | 0.18% | 0.91% | - |
| XYZ | 56.94 | 54.99 | 84.7 | - |
| YUV | 197.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 233 | 0.14 | 0.18 | 0 | 0.09 | 253.95 | 0.49 | 0.83 |
| Hex | C8 | BE | E9 | E | 12 | 0 | 9 | FE | 31 | 53 |
| Octal | 310 | 276 | 351 | 16 | 22 | 0 | 11 | 376 | 61 | 123 |
| Binary | 11001000 | 10111110 | 11101001 | 1110 | 10010 | 0 | 1001 | 11111110 | 110001 | 1010011 |
Color Harmonies of #C8BEE9
Complementary color
Monochromatic Colors of #C8BEE9
Black with #C8BEE9
Text Example
Text Example
White with #C8BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEE9; }
p { color: rgb(200,190,233); }
H1.HeaderClassName
{
color: #C8BEE9;
}
.AnyTagClassName
{
color: #C8BEE9;
}
</style>
background-color css
<style>
a { background-color: #C8BEE9; }
a { background-color: rgb(200,190,233); }
div.DivClassName
{
background-color: #C8BEE9;
}
.BgClassName
{
background-color: #C8BEE9;
}
</style>
border-color css
<style>
span { border-color: #C8BEE9; }
span { border-color: rgb(200,190,233); }
td.TdClassName
{
border-color: #C8BEE9;
}
.TagClassName
{
border-color: #C8BEE9;
}
</style>