Shades of Melrose #C9C4E6
Tints of Melrose #C9C4E6
RGB
CMYK
RGB Variations
Color information
#C9C4E6 (or 0xC9C4E6) is known color: Melrose. HEX triplet: C9, C4 and E6. RGB value is (201,196,230). Sum of RGB (Red+Green+Blue) = 201+196+230=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9C4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C4E6 is #363B19. Grayscale: #C9C9C9. Windows color (decimal): -3554074 or 15123657. OLE color: 15123657.
HSL color Cylindrical-coordinate representation of color #C9C4E6: hue angle of 248.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9C4E6 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 196 | 230 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.10 |
| HSL | 248.82º | 0.4% | 0.84% | - |
| HSV(B) | 248.82º | 0.15% | 0.9% | - |
| XYZ | 58.11 | 57.61 | 82.92 | - |
| YUV | 201.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 230 | 0.13 | 0.15 | 0 | 0.10 | 248.82 | 0.4 | 0.84 |
| Hex | C9 | C4 | E6 | D | F | 0 | A | F9 | 28 | 54 |
| Octal | 311 | 304 | 346 | 15 | 17 | 0 | 12 | 371 | 50 | 124 |
| Binary | 11001001 | 11000100 | 11100110 | 1101 | 1111 | 0 | 1010 | 11111001 | 101000 | 1010100 |
Color Harmonies of #C9C4E6
Complementary color
Monochromatic Colors of #C9C4E6
Black with #C9C4E6
Text Example
Text Example
White with #C9C4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C4E6; }
p { color: rgb(201,196,230); }
H1.HeaderClassName
{
color: #C9C4E6;
}
.AnyTagClassName
{
color: #C9C4E6;
}
</style>
background-color css
<style>
a { background-color: #C9C4E6; }
a { background-color: rgb(201,196,230); }
div.DivClassName
{
background-color: #C9C4E6;
}
.BgClassName
{
background-color: #C9C4E6;
}
</style>
border-color css
<style>
span { border-color: #C9C4E6; }
span { border-color: rgb(201,196,230); }
td.TdClassName
{
border-color: #C9C4E6;
}
.TagClassName
{
border-color: #C9C4E6;
}
</style>