Shades of Melrose #C9C1EE
Tints of Melrose #C9C1EE
RGB
CMYK
RGB Variations
Color information
#C9C1EE (or 0xC9C1EE) is known color: Melrose. HEX triplet: C9, C1 and EE. RGB value is (201,193,238). Sum of RGB (Red+Green+Blue) = 201+193+238=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1EE is #363E11. Grayscale: #C8C8C8. Windows color (decimal): -3554834 or 15647177. OLE color: 15647177.
HSL color Cylindrical-coordinate representation of color #C9C1EE: hue angle of 250.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9C1EE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 193 | 238 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.07 |
| HSL | 250.67º | 0.57% | 0.85% | - |
| HSV(B) | 250.67º | 0.19% | 0.93% | - |
| XYZ | 58.59 | 56.73 | 88.75 | - |
| YUV | 200.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 238 | 0.16 | 0.19 | 0 | 0.07 | 250.67 | 0.57 | 0.85 |
| Hex | C9 | C1 | EE | 10 | 13 | 0 | 7 | FB | 39 | 55 |
| Octal | 311 | 301 | 356 | 20 | 23 | 0 | 7 | 373 | 71 | 125 |
| Binary | 11001001 | 11000001 | 11101110 | 10000 | 10011 | 0 | 111 | 11111011 | 111001 | 1010101 |
Color Harmonies of #C9C1EE
Complementary color
Monochromatic Colors of #C9C1EE
Black with #C9C1EE
Text Example
Text Example
White with #C9C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1EE; }
p { color: rgb(201,193,238); }
H1.HeaderClassName
{
color: #C9C1EE;
}
.AnyTagClassName
{
color: #C9C1EE;
}
</style>
background-color css
<style>
a { background-color: #C9C1EE; }
a { background-color: rgb(201,193,238); }
div.DivClassName
{
background-color: #C9C1EE;
}
.BgClassName
{
background-color: #C9C1EE;
}
</style>
border-color css
<style>
span { border-color: #C9C1EE; }
span { border-color: rgb(201,193,238); }
td.TdClassName
{
border-color: #C9C1EE;
}
.TagClassName
{
border-color: #C9C1EE;
}
</style>