Shades of Melrose #C8C0E6
Tints of Melrose #C8C0E6
RGB
CMYK
RGB Variations
Color information
#C8C0E6 (or 0xC8C0E6) is known color: Melrose. HEX triplet: C8, C0 and E6. RGB value is (200,192,230). Sum of RGB (Red+Green+Blue) = 200+192+230=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #C8C0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0E6 is #373F19. Grayscale: #C6C6C6. Windows color (decimal): -3620634 or 15122632. OLE color: 15122632.
HSL color Cylindrical-coordinate representation of color #C8C0E6: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8C0E6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 192 | 230 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.10 |
| HSL | 252.63º | 0.43% | 0.83% | - |
| HSV(B) | 252.63º | 0.17% | 0.9% | - |
| XYZ | 56.95 | 55.69 | 82.61 | - |
| YUV | 198.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 230 | 0.13 | 0.17 | 0 | 0.10 | 252.63 | 0.43 | 0.83 |
| Hex | C8 | C0 | E6 | D | 11 | 0 | A | FD | 2B | 53 |
| Octal | 310 | 300 | 346 | 15 | 21 | 0 | 12 | 375 | 53 | 123 |
| Binary | 11001000 | 11000000 | 11100110 | 1101 | 10001 | 0 | 1010 | 11111101 | 101011 | 1010011 |
Color Harmonies of #C8C0E6
Complementary color
Monochromatic Colors of #C8C0E6
Black with #C8C0E6
Text Example
Text Example
White with #C8C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0E6; }
p { color: rgb(200,192,230); }
H1.HeaderClassName
{
color: #C8C0E6;
}
.AnyTagClassName
{
color: #C8C0E6;
}
</style>
background-color css
<style>
a { background-color: #C8C0E6; }
a { background-color: rgb(200,192,230); }
div.DivClassName
{
background-color: #C8C0E6;
}
.BgClassName
{
background-color: #C8C0E6;
}
</style>
border-color css
<style>
span { border-color: #C8C0E6; }
span { border-color: rgb(200,192,230); }
td.TdClassName
{
border-color: #C8C0E6;
}
.TagClassName
{
border-color: #C8C0E6;
}
</style>