Shades of Melrose #C8BDE0
Tints of Melrose #C8BDE0
RGB
CMYK
RGB Variations
Color information
#C8BDE0 (or 0xC8BDE0) is known color: Melrose. HEX triplet: C8, BD and E0. RGB value is (200,189,224). Sum of RGB (Red+Green+Blue) = 200+189+224=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDE0 is #37421F. Grayscale: #C4C4C4. Windows color (decimal): -3621408 or 14728648. OLE color: 14728648.
HSL color Cylindrical-coordinate representation of color #C8BDE0: hue angle of 258.86º degrees, saturation: 0.36, 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 #C8BDE0 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 189 | 224 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.12 |
| HSL | 258.86º | 0.36% | 0.81% | - |
| HSV(B) | 258.86º | 0.16% | 0.88% | - |
| XYZ | 55.47 | 54.06 | 78.03 | - |
| YUV | 196.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 224 | 0.11 | 0.16 | 0 | 0.12 | 258.86 | 0.36 | 0.81 |
| Hex | C8 | BD | E0 | B | 10 | 0 | C | 103 | 24 | 51 |
| Octal | 310 | 275 | 340 | 13 | 20 | 0 | 14 | 403 | 44 | 121 |
| Binary | 11001000 | 10111101 | 11100000 | 1011 | 10000 | 0 | 1100 | 100000011 | 100100 | 1010001 |
Color Harmonies of #C8BDE0
Complementary color
Monochromatic Colors of #C8BDE0
Black with #C8BDE0
Text Example
Text Example
White with #C8BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDE0; }
p { color: rgb(200,189,224); }
H1.HeaderClassName
{
color: #C8BDE0;
}
.AnyTagClassName
{
color: #C8BDE0;
}
</style>
background-color css
<style>
a { background-color: #C8BDE0; }
a { background-color: rgb(200,189,224); }
div.DivClassName
{
background-color: #C8BDE0;
}
.BgClassName
{
background-color: #C8BDE0;
}
</style>
border-color css
<style>
span { border-color: #C8BDE0; }
span { border-color: rgb(200,189,224); }
td.TdClassName
{
border-color: #C8BDE0;
}
.TagClassName
{
border-color: #C8BDE0;
}
</style>