Shades of Melrose #C8BCDA
Tints of Melrose #C8BCDA
RGB
CMYK
RGB Variations
Color information
#C8BCDA (or 0xC8BCDA) is known color: Melrose. HEX triplet: C8, BC and DA. RGB value is (200,188,218). Sum of RGB (Red+Green+Blue) = 200+188+218=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCDA is #374325. Grayscale: #C2C2C2. Windows color (decimal): -3621670 or 14335176. OLE color: 14335176.
HSL color Cylindrical-coordinate representation of color #C8BCDA: hue angle of 264º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BCDA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 188 | 218 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.15 |
| HSL | 264º | 0.29% | 0.8% | - |
| HSV(B) | 264º | 0.14% | 0.85% | - |
| XYZ | 54.46 | 53.31 | 73.75 | - |
| YUV | 195.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 218 | 0.08 | 0.14 | 0 | 0.15 | 264 | 0.29 | 0.8 |
| Hex | C8 | BC | DA | 8 | E | 0 | F | 108 | 1D | 50 |
| Octal | 310 | 274 | 332 | 10 | 16 | 0 | 17 | 410 | 35 | 120 |
| Binary | 11001000 | 10111100 | 11011010 | 1000 | 1110 | 0 | 1111 | 100001000 | 11101 | 1010000 |
Color Harmonies of #C8BCDA
Complementary color
Monochromatic Colors of #C8BCDA
Black with #C8BCDA
Text Example
Text Example
White with #C8BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCDA; }
p { color: rgb(200,188,218); }
H1.HeaderClassName
{
color: #C8BCDA;
}
.AnyTagClassName
{
color: #C8BCDA;
}
</style>
background-color css
<style>
a { background-color: #C8BCDA; }
a { background-color: rgb(200,188,218); }
div.DivClassName
{
background-color: #C8BCDA;
}
.BgClassName
{
background-color: #C8BCDA;
}
</style>
border-color css
<style>
span { border-color: #C8BCDA; }
span { border-color: rgb(200,188,218); }
td.TdClassName
{
border-color: #C8BCDA;
}
.TagClassName
{
border-color: #C8BCDA;
}
</style>