Shades of Melrose #C8B3EA
Tints of Melrose #C8B3EA
RGB
CMYK
RGB Variations
Color information
#C8B3EA (or 0xC8B3EA) is known color: Melrose. HEX triplet: C8, B3 and EA. RGB value is (200,179,234). Sum of RGB (Red+Green+Blue) = 200+179+234=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3EA is #374C15. Grayscale: #BFBFBF. Windows color (decimal): -3623958 or 15381448. OLE color: 15381448.
HSL color Cylindrical-coordinate representation of color #C8B3EA: hue angle of 262.91º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B3EA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 179 | 234 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.08 |
| HSL | 262.91º | 0.57% | 0.81% | - |
| HSV(B) | 262.91º | 0.24% | 0.92% | - |
| XYZ | 54.79 | 50.46 | 84.69 | - |
| YUV | 191.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 234 | 0.15 | 0.24 | 0 | 0.08 | 262.91 | 0.57 | 0.81 |
| Hex | C8 | B3 | EA | F | 18 | 0 | 8 | 107 | 39 | 51 |
| Octal | 310 | 263 | 352 | 17 | 30 | 0 | 10 | 407 | 71 | 121 |
| Binary | 11001000 | 10110011 | 11101010 | 1111 | 11000 | 0 | 1000 | 100000111 | 111001 | 1010001 |
Color Harmonies of #C8B3EA
Complementary color
Monochromatic Colors of #C8B3EA
Black with #C8B3EA
Text Example
Text Example
White with #C8B3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3EA; }
p { color: rgb(200,179,234); }
H1.HeaderClassName
{
color: #C8B3EA;
}
.AnyTagClassName
{
color: #C8B3EA;
}
</style>
background-color css
<style>
a { background-color: #C8B3EA; }
a { background-color: rgb(200,179,234); }
div.DivClassName
{
background-color: #C8B3EA;
}
.BgClassName
{
background-color: #C8B3EA;
}
</style>
border-color css
<style>
span { border-color: #C8B3EA; }
span { border-color: rgb(200,179,234); }
td.TdClassName
{
border-color: #C8B3EA;
}
.TagClassName
{
border-color: #C8B3EA;
}
</style>