Shades of Melrose #C8C0DF
Tints of Melrose #C8C0DF
RGB
CMYK
RGB Variations
Color information
#C8C0DF (or 0xC8C0DF) is known color: Melrose. HEX triplet: C8, C0 and DF. RGB value is (200,192,223). Sum of RGB (Red+Green+Blue) = 200+192+223=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0DF is #373F20. Grayscale: #C5C5C5. Windows color (decimal): -3620641 or 14663880. OLE color: 14663880.
HSL color Cylindrical-coordinate representation of color #C8C0DF: hue angle of 255.48º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C0DF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 192 | 223 | - |
CMYK | 0.10 | 0.14 | 0 | 0.13 |
HSL | 255.48º | 0.33% | 0.81% | - |
HSV(B) | 255.48º | 0.14% | 0.87% | - |
XYZ | 55.99 | 55.31 | 77.54 | - |
YUV | 197.93 | 142.15 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 223 | 0.10 | 0.14 | 0 | 0.13 | 255.48 | 0.33 | 0.81 |
Hex | C8 | C0 | DF | A | E | 0 | D | FF | 21 | 51 |
Octal | 310 | 300 | 337 | 12 | 16 | 0 | 15 | 377 | 41 | 121 |
Binary | 11001000 | 11000000 | 11011111 | 1010 | 1110 | 0 | 1101 | 11111111 | 100001 | 1010001 |
Color Harmonies of #C8C0DF
Complementary color
Monochromatic Colors of #C8C0DF
Black with #C8C0DF
Text Example
Text Example
White with #C8C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0DF; }
p { color: rgb(200,192,223); }
H1.HeaderClassName
{
color: #C8C0DF;
}
.AnyTagClassName
{
color: #C8C0DF;
}
</style>
background-color css
<style>
a { background-color: #C8C0DF; }
a { background-color: rgb(200,192,223); }
div.DivClassName
{
background-color: #C8C0DF;
}
.BgClassName
{
background-color: #C8C0DF;
}
</style>
border-color css
<style>
span { border-color: #C8C0DF; }
span { border-color: rgb(200,192,223); }
td.TdClassName
{
border-color: #C8C0DF;
}
.TagClassName
{
border-color: #C8C0DF;
}
</style>