Shades of Melrose #C8BAE8
Tints of Melrose #C8BAE8
RGB
CMYK
RGB Variations
Color information
#C8BAE8 (or 0xC8BAE8) is known color: Melrose. HEX triplet: C8, BA and E8. RGB value is (200,186,232). Sum of RGB (Red+Green+Blue) = 200+186+232=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8BAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAE8 is #374517. Grayscale: #C3C3C3. Windows color (decimal): -3622168 or 15252168. OLE color: 15252168.
HSL color Cylindrical-coordinate representation of color #C8BAE8: hue angle of 258.26º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BAE8 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 186 | 232 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.09 |
| HSL | 258.26º | 0.5% | 0.82% | - |
| HSV(B) | 258.26º | 0.2% | 0.91% | - |
| XYZ | 55.94 | 53.22 | 83.67 | - |
| YUV | 195.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 232 | 0.14 | 0.20 | 0 | 0.09 | 258.26 | 0.5 | 0.82 |
| Hex | C8 | BA | E8 | E | 14 | 0 | 9 | 102 | 32 | 52 |
| Octal | 310 | 272 | 350 | 16 | 24 | 0 | 11 | 402 | 62 | 122 |
| Binary | 11001000 | 10111010 | 11101000 | 1110 | 10100 | 0 | 1001 | 100000010 | 110010 | 1010010 |
Color Harmonies of #C8BAE8
Complementary color
Monochromatic Colors of #C8BAE8
Black with #C8BAE8
Text Example
Text Example
White with #C8BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BAE8; }
p { color: rgb(200,186,232); }
H1.HeaderClassName
{
color: #C8BAE8;
}
.AnyTagClassName
{
color: #C8BAE8;
}
</style>
background-color css
<style>
a { background-color: #C8BAE8; }
a { background-color: rgb(200,186,232); }
div.DivClassName
{
background-color: #C8BAE8;
}
.BgClassName
{
background-color: #C8BAE8;
}
</style>
border-color css
<style>
span { border-color: #C8BAE8; }
span { border-color: rgb(200,186,232); }
td.TdClassName
{
border-color: #C8BAE8;
}
.TagClassName
{
border-color: #C8BAE8;
}
</style>