Shades of Melrose #C8BEE0
Tints of Melrose #C8BEE0
RGB
CMYK
RGB Variations
Color information
#C8BEE0 (or 0xC8BEE0) is known color: Melrose. HEX triplet: C8, BE and E0. RGB value is (200,190,224). Sum of RGB (Red+Green+Blue) = 200+190+224=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEE0 is #37411F. Grayscale: #C4C4C4. Windows color (decimal): -3621152 or 14728904. OLE color: 14728904.
HSL color Cylindrical-coordinate representation of color #C8BEE0: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BEE0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 190 | 224 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.12 |
| HSL | 257.65º | 0.35% | 0.81% | - |
| HSV(B) | 257.65º | 0.15% | 0.88% | - |
| XYZ | 55.69 | 54.49 | 78.1 | - |
| YUV | 196.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 224 | 0.11 | 0.15 | 0 | 0.12 | 257.65 | 0.35 | 0.81 |
| Hex | C8 | BE | E0 | B | F | 0 | C | 102 | 23 | 51 |
| Octal | 310 | 276 | 340 | 13 | 17 | 0 | 14 | 402 | 43 | 121 |
| Binary | 11001000 | 10111110 | 11100000 | 1011 | 1111 | 0 | 1100 | 100000010 | 100011 | 1010001 |
Color Harmonies of #C8BEE0
Complementary color
Monochromatic Colors of #C8BEE0
Black with #C8BEE0
Text Example
Text Example
White with #C8BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEE0; }
p { color: rgb(200,190,224); }
H1.HeaderClassName
{
color: #C8BEE0;
}
.AnyTagClassName
{
color: #C8BEE0;
}
</style>
background-color css
<style>
a { background-color: #C8BEE0; }
a { background-color: rgb(200,190,224); }
div.DivClassName
{
background-color: #C8BEE0;
}
.BgClassName
{
background-color: #C8BEE0;
}
</style>
border-color css
<style>
span { border-color: #C8BEE0; }
span { border-color: rgb(200,190,224); }
td.TdClassName
{
border-color: #C8BEE0;
}
.TagClassName
{
border-color: #C8BEE0;
}
</style>