Shades of Melrose #C8BEDB
Tints of Melrose #C8BEDB
RGB
CMYK
RGB Variations
Color information
#C8BEDB (or 0xC8BEDB) is known color: Melrose. HEX triplet: C8, BE and DB. RGB value is (200,190,219). Sum of RGB (Red+Green+Blue) = 200+190+219=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEDB is #374124. Grayscale: #C4C4C4. Windows color (decimal): -3621157 or 14401224. OLE color: 14401224.
HSL color Cylindrical-coordinate representation of color #C8BEDB: hue angle of 260.69º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BEDB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 190 | 219 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.14 |
| HSL | 260.69º | 0.29% | 0.8% | - |
| HSV(B) | 260.69º | 0.13% | 0.86% | - |
| XYZ | 55.02 | 54.22 | 74.58 | - |
| YUV | 196.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 219 | 0.09 | 0.13 | 0 | 0.14 | 260.69 | 0.29 | 0.8 |
| Hex | C8 | BE | DB | 9 | D | 0 | E | 105 | 1D | 50 |
| Octal | 310 | 276 | 333 | 11 | 15 | 0 | 16 | 405 | 35 | 120 |
| Binary | 11001000 | 10111110 | 11011011 | 1001 | 1101 | 0 | 1110 | 100000101 | 11101 | 1010000 |
Color Harmonies of #C8BEDB
Complementary color
Monochromatic Colors of #C8BEDB
Black with #C8BEDB
Text Example
Text Example
White with #C8BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEDB; }
p { color: rgb(200,190,219); }
H1.HeaderClassName
{
color: #C8BEDB;
}
.AnyTagClassName
{
color: #C8BEDB;
}
</style>
background-color css
<style>
a { background-color: #C8BEDB; }
a { background-color: rgb(200,190,219); }
div.DivClassName
{
background-color: #C8BEDB;
}
.BgClassName
{
background-color: #C8BEDB;
}
</style>
border-color css
<style>
span { border-color: #C8BEDB; }
span { border-color: rgb(200,190,219); }
td.TdClassName
{
border-color: #C8BEDB;
}
.TagClassName
{
border-color: #C8BEDB;
}
</style>