Shades of Melrose #C8BDE6
Tints of Melrose #C8BDE6
RGB
CMYK
RGB Variations
Color information
#C8BDE6 (or 0xC8BDE6) is known color: Melrose. HEX triplet: C8, BD and E6. RGB value is (200,189,230). Sum of RGB (Red+Green+Blue) = 200+189+230=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDE6 is #374219. Grayscale: #C4C4C4. Windows color (decimal): -3621402 or 15121864. OLE color: 15121864.
HSL color Cylindrical-coordinate representation of color #C8BDE6: hue angle of 256.1º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BDE6 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 189 | 230 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.10 |
| HSL | 256.1º | 0.45% | 0.82% | - |
| HSV(B) | 256.1º | 0.18% | 0.9% | - |
| XYZ | 56.3 | 54.39 | 82.39 | - |
| YUV | 196.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 230 | 0.13 | 0.18 | 0 | 0.10 | 256.1 | 0.45 | 0.82 |
| Hex | C8 | BD | E6 | D | 12 | 0 | A | 100 | 2D | 52 |
| Octal | 310 | 275 | 346 | 15 | 22 | 0 | 12 | 400 | 55 | 122 |
| Binary | 11001000 | 10111101 | 11100110 | 1101 | 10010 | 0 | 1010 | 100000000 | 101101 | 1010010 |
Color Harmonies of #C8BDE6
Complementary color
Monochromatic Colors of #C8BDE6
Black with #C8BDE6
Text Example
Text Example
White with #C8BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDE6; }
p { color: rgb(200,189,230); }
H1.HeaderClassName
{
color: #C8BDE6;
}
.AnyTagClassName
{
color: #C8BDE6;
}
</style>
background-color css
<style>
a { background-color: #C8BDE6; }
a { background-color: rgb(200,189,230); }
div.DivClassName
{
background-color: #C8BDE6;
}
.BgClassName
{
background-color: #C8BDE6;
}
</style>
border-color css
<style>
span { border-color: #C8BDE6; }
span { border-color: rgb(200,189,230); }
td.TdClassName
{
border-color: #C8BDE6;
}
.TagClassName
{
border-color: #C8BDE6;
}
</style>