Shades of Melrose #C8BDF1
Tints of Melrose #C8BDF1
RGB
CMYK
RGB Variations
Color information
#C8BDF1 (or 0xC8BDF1) is known color: Melrose. HEX triplet: C8, BD and F1. RGB value is (200,189,241). Sum of RGB (Red+Green+Blue) = 200+189+241=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF1 is #37420E. Grayscale: #C6C6C6. Windows color (decimal): -3621391 or 15842760. OLE color: 15842760.
HSL color Cylindrical-coordinate representation of color #C8BDF1: hue angle of 252.69º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BDF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 189 | 241 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 252.69º | 0.65% | 0.84% | - |
| HSV(B) | 252.69º | 0.22% | 0.95% | - |
| XYZ | 57.89 | 55.03 | 90.79 | - |
| YUV | 198.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 241 | 0.17 | 0.22 | 0 | 0.05 | 252.69 | 0.65 | 0.84 |
| Hex | C8 | BD | F1 | 11 | 16 | 0 | 5 | FD | 41 | 54 |
| Octal | 310 | 275 | 361 | 21 | 26 | 0 | 5 | 375 | 101 | 124 |
| Binary | 11001000 | 10111101 | 11110001 | 10001 | 10110 | 0 | 101 | 11111101 | 1000001 | 1010100 |
Color Harmonies of #C8BDF1
Complementary color
Monochromatic Colors of #C8BDF1
Black with #C8BDF1
Text Example
Text Example
White with #C8BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDF1; }
p { color: rgb(200,189,241); }
H1.HeaderClassName
{
color: #C8BDF1;
}
.AnyTagClassName
{
color: #C8BDF1;
}
</style>
background-color css
<style>
a { background-color: #C8BDF1; }
a { background-color: rgb(200,189,241); }
div.DivClassName
{
background-color: #C8BDF1;
}
.BgClassName
{
background-color: #C8BDF1;
}
</style>
border-color css
<style>
span { border-color: #C8BDF1; }
span { border-color: rgb(200,189,241); }
td.TdClassName
{
border-color: #C8BDF1;
}
.TagClassName
{
border-color: #C8BDF1;
}
</style>