Shades of Melrose #C8B8EB
Tints of Melrose #C8B8EB
RGB
CMYK
RGB Variations
Color information
#C8B8EB (or 0xC8B8EB) is known color: Melrose. HEX triplet: C8, B8 and EB. RGB value is (200,184,235). Sum of RGB (Red+Green+Blue) = 200+184+235=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8EB is #374714. Grayscale: #C2C2C2. Windows color (decimal): -3622677 or 15448264. OLE color: 15448264.
HSL color Cylindrical-coordinate representation of color #C8B8EB: hue angle of 258.82º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8B8EB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 184 | 235 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.08 |
| HSL | 258.82º | 0.56% | 0.82% | - |
| HSV(B) | 258.82º | 0.22% | 0.92% | - |
| XYZ | 55.96 | 52.56 | 85.79 | - |
| YUV | 194.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 235 | 0.15 | 0.22 | 0 | 0.08 | 258.82 | 0.56 | 0.82 |
| Hex | C8 | B8 | EB | F | 16 | 0 | 8 | 103 | 38 | 52 |
| Octal | 310 | 270 | 353 | 17 | 26 | 0 | 10 | 403 | 70 | 122 |
| Binary | 11001000 | 10111000 | 11101011 | 1111 | 10110 | 0 | 1000 | 100000011 | 111000 | 1010010 |
Color Harmonies of #C8B8EB
Complementary color
Monochromatic Colors of #C8B8EB
Black with #C8B8EB
Text Example
Text Example
White with #C8B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8EB; }
p { color: rgb(200,184,235); }
H1.HeaderClassName
{
color: #C8B8EB;
}
.AnyTagClassName
{
color: #C8B8EB;
}
</style>
background-color css
<style>
a { background-color: #C8B8EB; }
a { background-color: rgb(200,184,235); }
div.DivClassName
{
background-color: #C8B8EB;
}
.BgClassName
{
background-color: #C8B8EB;
}
</style>
border-color css
<style>
span { border-color: #C8B8EB; }
span { border-color: rgb(200,184,235); }
td.TdClassName
{
border-color: #C8B8EB;
}
.TagClassName
{
border-color: #C8B8EB;
}
</style>