Shades of Melrose #C8B3E8
Tints of Melrose #C8B3E8
RGB
CMYK
RGB Variations
Color information
#C8B3E8 (or 0xC8B3E8) is known color: Melrose. HEX triplet: C8, B3 and E8. RGB value is (200,179,232). Sum of RGB (Red+Green+Blue) = 200+179+232=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #C8B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3E8 is #374C17. Grayscale: #BFBFBF. Windows color (decimal): -3623960 or 15250376. OLE color: 15250376.
HSL color Cylindrical-coordinate representation of color #C8B3E8: hue angle of 263.77º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B3E8 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 179 | 232 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.09 |
| HSL | 263.77º | 0.54% | 0.81% | - |
| HSV(B) | 263.77º | 0.23% | 0.91% | - |
| XYZ | 54.51 | 50.35 | 83.19 | - |
| YUV | 191.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 232 | 0.14 | 0.23 | 0 | 0.09 | 263.77 | 0.54 | 0.81 |
| Hex | C8 | B3 | E8 | E | 17 | 0 | 9 | 108 | 36 | 51 |
| Octal | 310 | 263 | 350 | 16 | 27 | 0 | 11 | 410 | 66 | 121 |
| Binary | 11001000 | 10110011 | 11101000 | 1110 | 10111 | 0 | 1001 | 100001000 | 110110 | 1010001 |
Color Harmonies of #C8B3E8
Complementary color
Monochromatic Colors of #C8B3E8
Black with #C8B3E8
Text Example
Text Example
White with #C8B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3E8; }
p { color: rgb(200,179,232); }
H1.HeaderClassName
{
color: #C8B3E8;
}
.AnyTagClassName
{
color: #C8B3E8;
}
</style>
background-color css
<style>
a { background-color: #C8B3E8; }
a { background-color: rgb(200,179,232); }
div.DivClassName
{
background-color: #C8B3E8;
}
.BgClassName
{
background-color: #C8B3E8;
}
</style>
border-color css
<style>
span { border-color: #C8B3E8; }
span { border-color: rgb(200,179,232); }
td.TdClassName
{
border-color: #C8B3E8;
}
.TagClassName
{
border-color: #C8B3E8;
}
</style>