Shades of Melrose #C8C1DF
Tints of Melrose #C8C1DF
RGB
CMYK
RGB Variations
Color information
#C8C1DF (or 0xC8C1DF) is known color: Melrose. HEX triplet: C8, C1 and DF. RGB value is (200,193,223). Sum of RGB (Red+Green+Blue) = 200+193+223=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1DF is #373E20. Grayscale: #C6C6C6. Windows color (decimal): -3620385 or 14664136. OLE color: 14664136.
HSL color Cylindrical-coordinate representation of color #C8C1DF: hue angle of 254º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8C1DF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 193 | 223 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.13 |
| HSL | 254º | 0.32% | 0.82% | - |
| HSV(B) | 254º | 0.13% | 0.87% | - |
| XYZ | 56.21 | 55.75 | 77.61 | - |
| YUV | 198.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 223 | 0.10 | 0.13 | 0 | 0.13 | 254 | 0.32 | 0.82 |
| Hex | C8 | C1 | DF | A | D | 0 | D | FE | 20 | 52 |
| Octal | 310 | 301 | 337 | 12 | 15 | 0 | 15 | 376 | 40 | 122 |
| Binary | 11001000 | 11000001 | 11011111 | 1010 | 1101 | 0 | 1101 | 11111110 | 100000 | 1010010 |
Color Harmonies of #C8C1DF
Complementary color
Monochromatic Colors of #C8C1DF
Black with #C8C1DF
Text Example
Text Example
White with #C8C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1DF; }
p { color: rgb(200,193,223); }
H1.HeaderClassName
{
color: #C8C1DF;
}
.AnyTagClassName
{
color: #C8C1DF;
}
</style>
background-color css
<style>
a { background-color: #C8C1DF; }
a { background-color: rgb(200,193,223); }
div.DivClassName
{
background-color: #C8C1DF;
}
.BgClassName
{
background-color: #C8C1DF;
}
</style>
border-color css
<style>
span { border-color: #C8C1DF; }
span { border-color: rgb(200,193,223); }
td.TdClassName
{
border-color: #C8C1DF;
}
.TagClassName
{
border-color: #C8C1DF;
}
</style>