Shades of Melrose #C8C0E9
Tints of Melrose #C8C0E9
RGB
CMYK
RGB Variations
Color information
#C8C0E9 (or 0xC8C0E9) is known color: Melrose. HEX triplet: C8, C0 and E9. RGB value is (200,192,233). Sum of RGB (Red+Green+Blue) = 200+192+233=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C0E9 is #373F16. Grayscale: #C6C6C6. Windows color (decimal): -3620631 or 15319240. OLE color: 15319240.
HSL color Cylindrical-coordinate representation of color #C8C0E9: hue angle of 251.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C0E9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 192 | 233 | - |
CMYK | 0.14 | 0.18 | 0 | 0.09 |
HSL | 251.71º | 0.48% | 0.83% | - |
HSV(B) | 251.71º | 0.18% | 0.91% | - |
XYZ | 57.38 | 55.86 | 84.85 | - |
YUV | 199.07 | 147.15 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 233 | 0.14 | 0.18 | 0 | 0.09 | 251.71 | 0.48 | 0.83 |
Hex | C8 | C0 | E9 | E | 12 | 0 | 9 | FC | 30 | 53 |
Octal | 310 | 300 | 351 | 16 | 22 | 0 | 11 | 374 | 60 | 123 |
Binary | 11001000 | 11000000 | 11101001 | 1110 | 10010 | 0 | 1001 | 11111100 | 110000 | 1010011 |
Color Harmonies of #C8C0E9
Complementary color
Monochromatic Colors of #C8C0E9
Black with #C8C0E9
Text Example
Text Example
White with #C8C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0E9; }
p { color: rgb(200,192,233); }
H1.HeaderClassName
{
color: #C8C0E9;
}
.AnyTagClassName
{
color: #C8C0E9;
}
</style>
background-color css
<style>
a { background-color: #C8C0E9; }
a { background-color: rgb(200,192,233); }
div.DivClassName
{
background-color: #C8C0E9;
}
.BgClassName
{
background-color: #C8C0E9;
}
</style>
border-color css
<style>
span { border-color: #C8C0E9; }
span { border-color: rgb(200,192,233); }
td.TdClassName
{
border-color: #C8C0E9;
}
.TagClassName
{
border-color: #C8C0E9;
}
</style>