Shades of Melrose #C8B5EA
Tints of Melrose #C8B5EA
RGB
CMYK
RGB Variations
Color information
#C8B5EA (or 0xC8B5EA) is known color: Melrose. HEX triplet: C8, B5 and EA. RGB value is (200,181,234). Sum of RGB (Red+Green+Blue) = 200+181+234=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5EA is #374A15. Grayscale: #C0C0C0. Windows color (decimal): -3623446 or 15381960. OLE color: 15381960.
HSL color Cylindrical-coordinate representation of color #C8B5EA: hue angle of 261.51º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B5EA is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 181 | 234 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.08 |
| HSL | 261.51º | 0.56% | 0.81% | - |
| HSV(B) | 261.51º | 0.23% | 0.92% | - |
| XYZ | 55.19 | 51.27 | 84.83 | - |
| YUV | 192.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 234 | 0.15 | 0.23 | 0 | 0.08 | 261.51 | 0.56 | 0.81 |
| Hex | C8 | B5 | EA | F | 17 | 0 | 8 | 106 | 38 | 51 |
| Octal | 310 | 265 | 352 | 17 | 27 | 0 | 10 | 406 | 70 | 121 |
| Binary | 11001000 | 10110101 | 11101010 | 1111 | 10111 | 0 | 1000 | 100000110 | 111000 | 1010001 |
Color Harmonies of #C8B5EA
Complementary color
Monochromatic Colors of #C8B5EA
Black with #C8B5EA
Text Example
Text Example
White with #C8B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5EA; }
p { color: rgb(200,181,234); }
H1.HeaderClassName
{
color: #C8B5EA;
}
.AnyTagClassName
{
color: #C8B5EA;
}
</style>
background-color css
<style>
a { background-color: #C8B5EA; }
a { background-color: rgb(200,181,234); }
div.DivClassName
{
background-color: #C8B5EA;
}
.BgClassName
{
background-color: #C8B5EA;
}
</style>
border-color css
<style>
span { border-color: #C8B5EA; }
span { border-color: rgb(200,181,234); }
td.TdClassName
{
border-color: #C8B5EA;
}
.TagClassName
{
border-color: #C8B5EA;
}
</style>