Shades of Melrose #C8C1EF
Tints of Melrose #C8C1EF
RGB
CMYK
RGB Variations
Color information
#C8C1EF (or 0xC8C1EF) is known color: Melrose. HEX triplet: C8, C1 and EF. RGB value is (200,193,239). Sum of RGB (Red+Green+Blue) = 200+193+239=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C1EF is #373E10. Grayscale: #C8C8C8. Windows color (decimal): -3620369 or 15712712. OLE color: 15712712.
HSL color Cylindrical-coordinate representation of color #C8C1EF: hue angle of 249.13º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8C1EF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 193 | 239 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.06 |
| HSL | 249.13º | 0.59% | 0.85% | - |
| HSV(B) | 249.13º | 0.19% | 0.94% | - |
| XYZ | 58.47 | 56.65 | 89.51 | - |
| YUV | 200.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 239 | 0.16 | 0.19 | 0 | 0.06 | 249.13 | 0.59 | 0.85 |
| Hex | C8 | C1 | EF | 10 | 13 | 0 | 6 | F9 | 3B | 55 |
| Octal | 310 | 301 | 357 | 20 | 23 | 0 | 6 | 371 | 73 | 125 |
| Binary | 11001000 | 11000001 | 11101111 | 10000 | 10011 | 0 | 110 | 11111001 | 111011 | 1010101 |
Color Harmonies of #C8C1EF
Complementary color
Monochromatic Colors of #C8C1EF
Black with #C8C1EF
Text Example
Text Example
White with #C8C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1EF; }
p { color: rgb(200,193,239); }
H1.HeaderClassName
{
color: #C8C1EF;
}
.AnyTagClassName
{
color: #C8C1EF;
}
</style>
background-color css
<style>
a { background-color: #C8C1EF; }
a { background-color: rgb(200,193,239); }
div.DivClassName
{
background-color: #C8C1EF;
}
.BgClassName
{
background-color: #C8C1EF;
}
</style>
border-color css
<style>
span { border-color: #C8C1EF; }
span { border-color: rgb(200,193,239); }
td.TdClassName
{
border-color: #C8C1EF;
}
.TagClassName
{
border-color: #C8C1EF;
}
</style>