Shades of Melrose #C8C1EB
Tints of Melrose #C8C1EB
RGB
CMYK
RGB Variations
Color information
#C8C1EB (or 0xC8C1EB) is known color: Melrose. HEX triplet: C8, C1 and EB. RGB value is (200,193,235). Sum of RGB (Red+Green+Blue) = 200+193+235=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C1EB is #373E14. Grayscale: #C7C7C7. Windows color (decimal): -3620373 or 15450568. OLE color: 15450568.
HSL color Cylindrical-coordinate representation of color #C8C1EB: hue angle of 250º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C1EB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 193 | 235 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.08 |
| HSL | 250º | 0.51% | 0.84% | - |
| HSV(B) | 250º | 0.18% | 0.92% | - |
| XYZ | 57.88 | 56.42 | 86.44 | - |
| YUV | 199.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 235 | 0.15 | 0.18 | 0 | 0.08 | 250 | 0.51 | 0.84 |
| Hex | C8 | C1 | EB | F | 12 | 0 | 8 | FA | 33 | 54 |
| Octal | 310 | 301 | 353 | 17 | 22 | 0 | 10 | 372 | 63 | 124 |
| Binary | 11001000 | 11000001 | 11101011 | 1111 | 10010 | 0 | 1000 | 11111010 | 110011 | 1010100 |
Color Harmonies of #C8C1EB
Complementary color
Monochromatic Colors of #C8C1EB
Black with #C8C1EB
Text Example
Text Example
White with #C8C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1EB; }
p { color: rgb(200,193,235); }
H1.HeaderClassName
{
color: #C8C1EB;
}
.AnyTagClassName
{
color: #C8C1EB;
}
</style>
background-color css
<style>
a { background-color: #C8C1EB; }
a { background-color: rgb(200,193,235); }
div.DivClassName
{
background-color: #C8C1EB;
}
.BgClassName
{
background-color: #C8C1EB;
}
</style>
border-color css
<style>
span { border-color: #C8C1EB; }
span { border-color: rgb(200,193,235); }
td.TdClassName
{
border-color: #C8C1EB;
}
.TagClassName
{
border-color: #C8C1EB;
}
</style>