Shades of Melrose #C9C4DF
Tints of Melrose #C9C4DF
RGB
CMYK
RGB Variations
Color information
#C9C4DF (or 0xC9C4DF) is known color: Melrose. HEX triplet: C9, C4 and DF. RGB value is (201,196,223). Sum of RGB (Red+Green+Blue) = 201+196+223=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4DF is #363B20. Grayscale: #C8C8C8. Windows color (decimal): -3554081 or 14664905. OLE color: 14664905.
HSL color Cylindrical-coordinate representation of color #C9C4DF: hue angle of 251.11º degrees, saturation: 0.3, 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 #C9C4DF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 196 | 223 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.13 |
| HSL | 251.11º | 0.3% | 0.82% | - |
| HSV(B) | 251.11º | 0.12% | 0.87% | - |
| XYZ | 57.15 | 57.23 | 77.85 | - |
| YUV | 200.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 223 | 0.10 | 0.12 | 0 | 0.13 | 251.11 | 0.3 | 0.82 |
| Hex | C9 | C4 | DF | A | C | 0 | D | FB | 1E | 52 |
| Octal | 311 | 304 | 337 | 12 | 14 | 0 | 15 | 373 | 36 | 122 |
| Binary | 11001001 | 11000100 | 11011111 | 1010 | 1100 | 0 | 1101 | 11111011 | 11110 | 1010010 |
Color Harmonies of #C9C4DF
Complementary color
Monochromatic Colors of #C9C4DF
Black with #C9C4DF
Text Example
Text Example
White with #C9C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C4DF; }
p { color: rgb(201,196,223); }
H1.HeaderClassName
{
color: #C9C4DF;
}
.AnyTagClassName
{
color: #C9C4DF;
}
</style>
background-color css
<style>
a { background-color: #C9C4DF; }
a { background-color: rgb(201,196,223); }
div.DivClassName
{
background-color: #C9C4DF;
}
.BgClassName
{
background-color: #C9C4DF;
}
</style>
border-color css
<style>
span { border-color: #C9C4DF; }
span { border-color: rgb(201,196,223); }
td.TdClassName
{
border-color: #C9C4DF;
}
.TagClassName
{
border-color: #C9C4DF;
}
</style>