Shades of Melrose #C8C0D4
Tints of Melrose #C8C0D4
RGB
CMYK
RGB Variations
Color information
#C8C0D4 (or 0xC8C0D4) is known color: Melrose. HEX triplet: C8, C0 and D4. RGB value is (200,192,212). Sum of RGB (Red+Green+Blue) = 200+192+212=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8C0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0D4 is #373F2B. Grayscale: #C4C4C4. Windows color (decimal): -3620652 or 13942984. OLE color: 13942984.
HSL color Cylindrical-coordinate representation of color #C8C0D4: hue angle of 264º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C0D4 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 200 | 192 | 212 | - |
CMYK | 0.06 | 0.09 | 0 | 0.17 |
HSL | 264º | 0.19% | 0.79% | - |
HSV(B) | 264º | 0.09% | 0.83% | - |
XYZ | 54.55 | 54.73 | 69.98 | - |
YUV | 196.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 192 | 212 | 0.06 | 0.09 | 0 | 0.17 | 264 | 0.19 | 0.79 |
Hex | C8 | C0 | D4 | 6 | 9 | 0 | 11 | 108 | 13 | 4F |
Octal | 310 | 300 | 324 | 6 | 11 | 0 | 21 | 410 | 23 | 117 |
Binary | 11001000 | 11000000 | 11010100 | 110 | 1001 | 0 | 10001 | 100001000 | 10011 | 1001111 |
Color Harmonies of #C8C0D4
Complementary color
Monochromatic Colors of #C8C0D4
Black with #C8C0D4
Text Example
Text Example
White with #C8C0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0D4; }
p { color: rgb(200,192,212); }
H1.HeaderClassName
{
color: #C8C0D4;
}
.AnyTagClassName
{
color: #C8C0D4;
}
</style>
background-color css
<style>
a { background-color: #C8C0D4; }
a { background-color: rgb(200,192,212); }
div.DivClassName
{
background-color: #C8C0D4;
}
.BgClassName
{
background-color: #C8C0D4;
}
</style>
border-color css
<style>
span { border-color: #C8C0D4; }
span { border-color: rgb(200,192,212); }
td.TdClassName
{
border-color: #C8C0D4;
}
.TagClassName
{
border-color: #C8C0D4;
}
</style>