Shades of Melrose #C8C0EB
Tints of Melrose #C8C0EB
RGB
CMYK
RGB Variations
Color information
#C8C0EB (or 0xC8C0EB) is known color: Melrose. HEX triplet: C8, C0 and EB. RGB value is (200,192,235). Sum of RGB (Red+Green+Blue) = 200+192+235=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0EB is #373F14. Grayscale: #C7C7C7. Windows color (decimal): -3620629 or 15450312. OLE color: 15450312.
HSL color Cylindrical-coordinate representation of color #C8C0EB: hue angle of 251.16º degrees, saturation: 0.52, 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 #C8C0EB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 192 | 235 | - |
CMYK | 0.15 | 0.18 | 0 | 0.08 |
HSL | 251.16º | 0.52% | 0.84% | - |
HSV(B) | 251.16º | 0.18% | 0.92% | - |
XYZ | 57.66 | 55.98 | 86.36 | - |
YUV | 199.29 | 148.15 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 235 | 0.15 | 0.18 | 0 | 0.08 | 251.16 | 0.52 | 0.84 |
Hex | C8 | C0 | EB | F | 12 | 0 | 8 | FB | 34 | 54 |
Octal | 310 | 300 | 353 | 17 | 22 | 0 | 10 | 373 | 64 | 124 |
Binary | 11001000 | 11000000 | 11101011 | 1111 | 10010 | 0 | 1000 | 11111011 | 110100 | 1010100 |
Color Harmonies of #C8C0EB
Complementary color
Monochromatic Colors of #C8C0EB
Black with #C8C0EB
Text Example
Text Example
White with #C8C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0EB; }
p { color: rgb(200,192,235); }
H1.HeaderClassName
{
color: #C8C0EB;
}
.AnyTagClassName
{
color: #C8C0EB;
}
</style>
background-color css
<style>
a { background-color: #C8C0EB; }
a { background-color: rgb(200,192,235); }
div.DivClassName
{
background-color: #C8C0EB;
}
.BgClassName
{
background-color: #C8C0EB;
}
</style>
border-color css
<style>
span { border-color: #C8C0EB; }
span { border-color: rgb(200,192,235); }
td.TdClassName
{
border-color: #C8C0EB;
}
.TagClassName
{
border-color: #C8C0EB;
}
</style>