Shades of Melrose #C9C3DF
Tints of Melrose #C9C3DF
RGB
CMYK
RGB Variations
Color information
#C9C3DF (or 0xC9C3DF) is known color: Melrose. HEX triplet: C9, C3 and DF. RGB value is (201,195,223). Sum of RGB (Red+Green+Blue) = 201+195+223=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3DF is #363C20. Grayscale: #C7C7C7. Windows color (decimal): -3554337 or 14664649. OLE color: 14664649.
HSL color Cylindrical-coordinate representation of color #C9C3DF: hue angle of 252.86º degrees, saturation: 0.3, 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 #C9C3DF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 195 | 223 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.13 |
| HSL | 252.86º | 0.3% | 0.82% | - |
| HSV(B) | 252.86º | 0.13% | 0.87% | - |
| XYZ | 56.92 | 56.78 | 77.77 | - |
| YUV | 199.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 223 | 0.10 | 0.13 | 0 | 0.13 | 252.86 | 0.3 | 0.82 |
| Hex | C9 | C3 | DF | A | D | 0 | D | FD | 1E | 52 |
| Octal | 311 | 303 | 337 | 12 | 15 | 0 | 15 | 375 | 36 | 122 |
| Binary | 11001001 | 11000011 | 11011111 | 1010 | 1101 | 0 | 1101 | 11111101 | 11110 | 1010010 |
Color Harmonies of #C9C3DF
Complementary color
Monochromatic Colors of #C9C3DF
Black with #C9C3DF
Text Example
Text Example
White with #C9C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3DF; }
p { color: rgb(201,195,223); }
H1.HeaderClassName
{
color: #C9C3DF;
}
.AnyTagClassName
{
color: #C9C3DF;
}
</style>
background-color css
<style>
a { background-color: #C9C3DF; }
a { background-color: rgb(201,195,223); }
div.DivClassName
{
background-color: #C9C3DF;
}
.BgClassName
{
background-color: #C9C3DF;
}
</style>
border-color css
<style>
span { border-color: #C9C3DF; }
span { border-color: rgb(201,195,223); }
td.TdClassName
{
border-color: #C9C3DF;
}
.TagClassName
{
border-color: #C9C3DF;
}
</style>