Shades of Melrose #C8B5ED
Tints of Melrose #C8B5ED
RGB
CMYK
RGB Variations
Color information
#C8B5ED (or 0xC8B5ED) is known color: Melrose. HEX triplet: C8, B5 and ED. RGB value is (200,181,237). Sum of RGB (Red+Green+Blue) = 200+181+237=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B5ED is #374A12. Grayscale: #C0C0C0. Windows color (decimal): -3623443 or 15578568. OLE color: 15578568.
HSL color Cylindrical-coordinate representation of color #C8B5ED: hue angle of 260.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B5ED is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 181 | 237 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.07 |
| HSL | 260.36º | 0.61% | 0.82% | - |
| HSV(B) | 260.36º | 0.24% | 0.93% | - |
| XYZ | 55.63 | 51.44 | 87.12 | - |
| YUV | 193.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 237 | 0.16 | 0.24 | 0 | 0.07 | 260.36 | 0.61 | 0.82 |
| Hex | C8 | B5 | ED | 10 | 18 | 0 | 7 | 104 | 3D | 52 |
| Octal | 310 | 265 | 355 | 20 | 30 | 0 | 7 | 404 | 75 | 122 |
| Binary | 11001000 | 10110101 | 11101101 | 10000 | 11000 | 0 | 111 | 100000100 | 111101 | 1010010 |
Color Harmonies of #C8B5ED
Complementary color
Monochromatic Colors of #C8B5ED
Black with #C8B5ED
Text Example
Text Example
White with #C8B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5ED; }
p { color: rgb(200,181,237); }
H1.HeaderClassName
{
color: #C8B5ED;
}
.AnyTagClassName
{
color: #C8B5ED;
}
</style>
background-color css
<style>
a { background-color: #C8B5ED; }
a { background-color: rgb(200,181,237); }
div.DivClassName
{
background-color: #C8B5ED;
}
.BgClassName
{
background-color: #C8B5ED;
}
</style>
border-color css
<style>
span { border-color: #C8B5ED; }
span { border-color: rgb(200,181,237); }
td.TdClassName
{
border-color: #C8B5ED;
}
.TagClassName
{
border-color: #C8B5ED;
}
</style>