Shades of Melrose #C8BEE1
Tints of Melrose #C8BEE1
RGB
CMYK
RGB Variations
Color information
#C8BEE1 (or 0xC8BEE1) is known color: Melrose. HEX triplet: C8, BE and E1. RGB value is (200,190,225). Sum of RGB (Red+Green+Blue) = 200+190+225=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEE1 is #37411E. Grayscale: #C4C4C4. Windows color (decimal): -3621151 or 14794440. OLE color: 14794440.
HSL color Cylindrical-coordinate representation of color #C8BEE1: hue angle of 257.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BEE1 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 190 | 225 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.12 |
| HSL | 257.14º | 0.37% | 0.81% | - |
| HSV(B) | 257.14º | 0.16% | 0.88% | - |
| XYZ | 55.82 | 54.54 | 78.82 | - |
| YUV | 196.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 225 | 0.11 | 0.16 | 0 | 0.12 | 257.14 | 0.37 | 0.81 |
| Hex | C8 | BE | E1 | B | 10 | 0 | C | 101 | 25 | 51 |
| Octal | 310 | 276 | 341 | 13 | 20 | 0 | 14 | 401 | 45 | 121 |
| Binary | 11001000 | 10111110 | 11100001 | 1011 | 10000 | 0 | 1100 | 100000001 | 100101 | 1010001 |
Color Harmonies of #C8BEE1
Complementary color
Monochromatic Colors of #C8BEE1
Black with #C8BEE1
Text Example
Text Example
White with #C8BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEE1; }
p { color: rgb(200,190,225); }
H1.HeaderClassName
{
color: #C8BEE1;
}
.AnyTagClassName
{
color: #C8BEE1;
}
</style>
background-color css
<style>
a { background-color: #C8BEE1; }
a { background-color: rgb(200,190,225); }
div.DivClassName
{
background-color: #C8BEE1;
}
.BgClassName
{
background-color: #C8BEE1;
}
</style>
border-color css
<style>
span { border-color: #C8BEE1; }
span { border-color: rgb(200,190,225); }
td.TdClassName
{
border-color: #C8BEE1;
}
.TagClassName
{
border-color: #C8BEE1;
}
</style>