Shades of Melrose #C9C1E1
Tints of Melrose #C9C1E1
RGB
CMYK
RGB Variations
Color information
#C9C1E1 (or 0xC9C1E1) is known color: Melrose. HEX triplet: C9, C1 and E1. RGB value is (201,193,225). Sum of RGB (Red+Green+Blue) = 201+193+225=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9C1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1E1 is #363E1E. Grayscale: #C6C6C6. Windows color (decimal): -3554847 or 14795209. OLE color: 14795209.
HSL color Cylindrical-coordinate representation of color #C9C1E1: hue angle of 255º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C1E1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 193 | 225 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.12 |
| HSL | 255º | 0.35% | 0.82% | - |
| HSV(B) | 255º | 0.14% | 0.88% | - |
| XYZ | 56.75 | 55.99 | 79.05 | - |
| YUV | 199.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 225 | 0.11 | 0.14 | 0 | 0.12 | 255 | 0.35 | 0.82 |
| Hex | C9 | C1 | E1 | B | E | 0 | C | FF | 23 | 52 |
| Octal | 311 | 301 | 341 | 13 | 16 | 0 | 14 | 377 | 43 | 122 |
| Binary | 11001001 | 11000001 | 11100001 | 1011 | 1110 | 0 | 1100 | 11111111 | 100011 | 1010010 |
Color Harmonies of #C9C1E1
Complementary color
Monochromatic Colors of #C9C1E1
Black with #C9C1E1
Text Example
Text Example
White with #C9C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1E1; }
p { color: rgb(201,193,225); }
H1.HeaderClassName
{
color: #C9C1E1;
}
.AnyTagClassName
{
color: #C9C1E1;
}
</style>
background-color css
<style>
a { background-color: #C9C1E1; }
a { background-color: rgb(201,193,225); }
div.DivClassName
{
background-color: #C9C1E1;
}
.BgClassName
{
background-color: #C9C1E1;
}
</style>
border-color css
<style>
span { border-color: #C9C1E1; }
span { border-color: rgb(201,193,225); }
td.TdClassName
{
border-color: #C9C1E1;
}
.TagClassName
{
border-color: #C9C1E1;
}
</style>