Shades of Melrose #C8C0DE
Tints of Melrose #C8C0DE
RGB
CMYK
RGB Variations
Color information
#C8C0DE (or 0xC8C0DE) is known color: Melrose. HEX triplet: C8, C0 and DE. RGB value is (200,192,222). Sum of RGB (Red+Green+Blue) = 200+192+222=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0DE is #373F21. Grayscale: #C5C5C5. Windows color (decimal): -3620642 or 14598344. OLE color: 14598344.
HSL color Cylindrical-coordinate representation of color #C8C0DE: hue angle of 256º degrees, saturation: 0.31, 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 #C8C0DE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 192 | 222 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 256º | 0.31% | 0.81% | - |
| HSV(B) | 256º | 0.14% | 0.87% | - |
| XYZ | 55.85 | 55.25 | 76.83 | - |
| YUV | 197.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 222 | 0.10 | 0.14 | 0 | 0.13 | 256 | 0.31 | 0.81 |
| Hex | C8 | C0 | DE | A | E | 0 | D | 100 | 1F | 51 |
| Octal | 310 | 300 | 336 | 12 | 16 | 0 | 15 | 400 | 37 | 121 |
| Binary | 11001000 | 11000000 | 11011110 | 1010 | 1110 | 0 | 1101 | 100000000 | 11111 | 1010001 |
Color Harmonies of #C8C0DE
Complementary color
Monochromatic Colors of #C8C0DE
Black with #C8C0DE
Text Example
Text Example
White with #C8C0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0DE; }
p { color: rgb(200,192,222); }
H1.HeaderClassName
{
color: #C8C0DE;
}
.AnyTagClassName
{
color: #C8C0DE;
}
</style>
background-color css
<style>
a { background-color: #C8C0DE; }
a { background-color: rgb(200,192,222); }
div.DivClassName
{
background-color: #C8C0DE;
}
.BgClassName
{
background-color: #C8C0DE;
}
</style>
border-color css
<style>
span { border-color: #C8C0DE; }
span { border-color: rgb(200,192,222); }
td.TdClassName
{
border-color: #C8C0DE;
}
.TagClassName
{
border-color: #C8C0DE;
}
</style>