Shades of Melrose #C8BDD9
Tints of Melrose #C8BDD9
RGB
CMYK
RGB Variations
Color information
#C8BDD9 (or 0xC8BDD9) is known color: Melrose. HEX triplet: C8, BD and D9. RGB value is (200,189,217). Sum of RGB (Red+Green+Blue) = 200+189+217=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDD9 is #374226. Grayscale: #C3C3C3. Windows color (decimal): -3621415 or 14269896. OLE color: 14269896.
HSL color Cylindrical-coordinate representation of color #C8BDD9: hue angle of 263.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BDD9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 189 | 217 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.15 |
| HSL | 263.57º | 0.27% | 0.8% | - |
| HSV(B) | 263.57º | 0.13% | 0.85% | - |
| XYZ | 54.54 | 53.68 | 73.13 | - |
| YUV | 195.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 217 | 0.08 | 0.13 | 0 | 0.15 | 263.57 | 0.27 | 0.8 |
| Hex | C8 | BD | D9 | 8 | D | 0 | F | 108 | 1B | 50 |
| Octal | 310 | 275 | 331 | 10 | 15 | 0 | 17 | 410 | 33 | 120 |
| Binary | 11001000 | 10111101 | 11011001 | 1000 | 1101 | 0 | 1111 | 100001000 | 11011 | 1010000 |
Color Harmonies of #C8BDD9
Complementary color
Monochromatic Colors of #C8BDD9
Black with #C8BDD9
Text Example
Text Example
White with #C8BDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDD9; }
p { color: rgb(200,189,217); }
H1.HeaderClassName
{
color: #C8BDD9;
}
.AnyTagClassName
{
color: #C8BDD9;
}
</style>
background-color css
<style>
a { background-color: #C8BDD9; }
a { background-color: rgb(200,189,217); }
div.DivClassName
{
background-color: #C8BDD9;
}
.BgClassName
{
background-color: #C8BDD9;
}
</style>
border-color css
<style>
span { border-color: #C8BDD9; }
span { border-color: rgb(200,189,217); }
td.TdClassName
{
border-color: #C8BDD9;
}
.TagClassName
{
border-color: #C8BDD9;
}
</style>