Shades of Melrose #C8BADE
Tints of Melrose #C8BADE
RGB
CMYK
RGB Variations
Color information
#C8BADE (or 0xC8BADE) is known color: Melrose. HEX triplet: C8, BA and DE. RGB value is (200,186,222). Sum of RGB (Red+Green+Blue) = 200+186+222=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BADE is #374521. Grayscale: #C2C2C2. Windows color (decimal): -3622178 or 14596808. OLE color: 14596808.
HSL color Cylindrical-coordinate representation of color #C8BADE: hue angle of 263.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BADE is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 186 | 222 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.13 |
| HSL | 263.33º | 0.35% | 0.8% | - |
| HSV(B) | 263.33º | 0.16% | 0.87% | - |
| XYZ | 54.56 | 52.67 | 76.4 | - |
| YUV | 194.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 222 | 0.10 | 0.16 | 0 | 0.13 | 263.33 | 0.35 | 0.8 |
| Hex | C8 | BA | DE | A | 10 | 0 | D | 107 | 23 | 50 |
| Octal | 310 | 272 | 336 | 12 | 20 | 0 | 15 | 407 | 43 | 120 |
| Binary | 11001000 | 10111010 | 11011110 | 1010 | 10000 | 0 | 1101 | 100000111 | 100011 | 1010000 |
Color Harmonies of #C8BADE
Complementary color
Monochromatic Colors of #C8BADE
Black with #C8BADE
Text Example
Text Example
White with #C8BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BADE; }
p { color: rgb(200,186,222); }
H1.HeaderClassName
{
color: #C8BADE;
}
.AnyTagClassName
{
color: #C8BADE;
}
</style>
background-color css
<style>
a { background-color: #C8BADE; }
a { background-color: rgb(200,186,222); }
div.DivClassName
{
background-color: #C8BADE;
}
.BgClassName
{
background-color: #C8BADE;
}
</style>
border-color css
<style>
span { border-color: #C8BADE; }
span { border-color: rgb(200,186,222); }
td.TdClassName
{
border-color: #C8BADE;
}
.TagClassName
{
border-color: #C8BADE;
}
</style>