Shades of Melrose #C8C0E0
Tints of Melrose #C8C0E0
RGB
CMYK
RGB Variations
Color information
#C8C0E0 (or 0xC8C0E0) is known color: Melrose. HEX triplet: C8, C0 and E0. RGB value is (200,192,224). Sum of RGB (Red+Green+Blue) = 200+192+224=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8C0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0E0 is #373F1F. Grayscale: #C5C5C5. Windows color (decimal): -3620640 or 14729416. OLE color: 14729416.
HSL color Cylindrical-coordinate representation of color #C8C0E0: hue angle of 255º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C0E0 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 192 | 224 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.12 |
| HSL | 255º | 0.34% | 0.82% | - |
| HSV(B) | 255º | 0.14% | 0.88% | - |
| XYZ | 56.12 | 55.36 | 78.25 | - |
| YUV | 198.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 224 | 0.11 | 0.14 | 0 | 0.12 | 255 | 0.34 | 0.82 |
| Hex | C8 | C0 | E0 | B | E | 0 | C | FF | 22 | 52 |
| Octal | 310 | 300 | 340 | 13 | 16 | 0 | 14 | 377 | 42 | 122 |
| Binary | 11001000 | 11000000 | 11100000 | 1011 | 1110 | 0 | 1100 | 11111111 | 100010 | 1010010 |
Color Harmonies of #C8C0E0
Complementary color
Monochromatic Colors of #C8C0E0
Black with #C8C0E0
Text Example
Text Example
White with #C8C0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0E0; }
p { color: rgb(200,192,224); }
H1.HeaderClassName
{
color: #C8C0E0;
}
.AnyTagClassName
{
color: #C8C0E0;
}
</style>
background-color css
<style>
a { background-color: #C8C0E0; }
a { background-color: rgb(200,192,224); }
div.DivClassName
{
background-color: #C8C0E0;
}
.BgClassName
{
background-color: #C8C0E0;
}
</style>
border-color css
<style>
span { border-color: #C8C0E0; }
span { border-color: rgb(200,192,224); }
td.TdClassName
{
border-color: #C8C0E0;
}
.TagClassName
{
border-color: #C8C0E0;
}
</style>