Shades of Melrose #C8C3DD
Tints of Melrose #C8C3DD
RGB
CMYK
RGB Variations
Color information
#C8C3DD (or 0xC8C3DD) is known color: Melrose. HEX triplet: C8, C3 and DD. RGB value is (200,195,221). Sum of RGB (Red+Green+Blue) = 200+195+221=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3DD is #373C22. Grayscale: #C7C7C7. Windows color (decimal): -3619875 or 14533576. OLE color: 14533576.
HSL color Cylindrical-coordinate representation of color #C8C3DD: hue angle of 251.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8C3DD is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 195 | 221 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.13 |
| HSL | 251.54º | 0.28% | 0.82% | - |
| HSV(B) | 251.54º | 0.12% | 0.87% | - |
| XYZ | 56.39 | 56.53 | 76.35 | - |
| YUV | 199.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 221 | 0.10 | 0.12 | 0 | 0.13 | 251.54 | 0.28 | 0.82 |
| Hex | C8 | C3 | DD | A | C | 0 | D | FC | 1C | 52 |
| Octal | 310 | 303 | 335 | 12 | 14 | 0 | 15 | 374 | 34 | 122 |
| Binary | 11001000 | 11000011 | 11011101 | 1010 | 1100 | 0 | 1101 | 11111100 | 11100 | 1010010 |
Color Harmonies of #C8C3DD
Complementary color
Monochromatic Colors of #C8C3DD
Black with #C8C3DD
Text Example
Text Example
White with #C8C3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3DD; }
p { color: rgb(200,195,221); }
H1.HeaderClassName
{
color: #C8C3DD;
}
.AnyTagClassName
{
color: #C8C3DD;
}
</style>
background-color css
<style>
a { background-color: #C8C3DD; }
a { background-color: rgb(200,195,221); }
div.DivClassName
{
background-color: #C8C3DD;
}
.BgClassName
{
background-color: #C8C3DD;
}
</style>
border-color css
<style>
span { border-color: #C8C3DD; }
span { border-color: rgb(200,195,221); }
td.TdClassName
{
border-color: #C8C3DD;
}
.TagClassName
{
border-color: #C8C3DD;
}
</style>