Shades of Melrose #C9C3ED
Tints of Melrose #C9C3ED
RGB
CMYK
RGB Variations
Color information
#C9C3ED (or 0xC9C3ED) is known color: Melrose. HEX triplet: C9, C3 and ED. RGB value is (201,195,237). Sum of RGB (Red+Green+Blue) = 201+195+237=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9C3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C3ED is #363C12. Grayscale: #C9C9C9. Windows color (decimal): -3554323 or 15582153. OLE color: 15582153.
HSL color Cylindrical-coordinate representation of color #C9C3ED: hue angle of 248.57º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C3ED is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 195 | 237 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.07 |
| HSL | 248.57º | 0.54% | 0.85% | - |
| HSV(B) | 248.57º | 0.18% | 0.93% | - |
| XYZ | 58.89 | 57.56 | 88.13 | - |
| YUV | 201.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 237 | 0.15 | 0.18 | 0 | 0.07 | 248.57 | 0.54 | 0.85 |
| Hex | C9 | C3 | ED | F | 12 | 0 | 7 | F9 | 36 | 55 |
| Octal | 311 | 303 | 355 | 17 | 22 | 0 | 7 | 371 | 66 | 125 |
| Binary | 11001001 | 11000011 | 11101101 | 1111 | 10010 | 0 | 111 | 11111001 | 110110 | 1010101 |
Color Harmonies of #C9C3ED
Complementary color
Monochromatic Colors of #C9C3ED
Black with #C9C3ED
Text Example
Text Example
White with #C9C3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3ED; }
p { color: rgb(201,195,237); }
H1.HeaderClassName
{
color: #C9C3ED;
}
.AnyTagClassName
{
color: #C9C3ED;
}
</style>
background-color css
<style>
a { background-color: #C9C3ED; }
a { background-color: rgb(201,195,237); }
div.DivClassName
{
background-color: #C9C3ED;
}
.BgClassName
{
background-color: #C9C3ED;
}
</style>
border-color css
<style>
span { border-color: #C9C3ED; }
span { border-color: rgb(201,195,237); }
td.TdClassName
{
border-color: #C9C3ED;
}
.TagClassName
{
border-color: #C9C3ED;
}
</style>