Shades of Melrose #C9C1ED
Tints of Melrose #C9C1ED
RGB
CMYK
RGB Variations
Color information
#C9C1ED (or 0xC9C1ED) is known color: Melrose. HEX triplet: C9, C1 and ED. RGB value is (201,193,237). Sum of RGB (Red+Green+Blue) = 201+193+237=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9C1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1ED is #363E12. Grayscale: #C8C8C8. Windows color (decimal): -3554835 or 15581641. OLE color: 15581641.
HSL color Cylindrical-coordinate representation of color #C9C1ED: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9C1ED is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 193 | 237 | - |
CMYK | 0.15 | 0.19 | 0 | 0.07 |
HSL | 250.91º | 0.55% | 0.84% | - |
HSV(B) | 250.91º | 0.19% | 0.93% | - |
XYZ | 58.44 | 56.67 | 87.98 | - |
YUV | 200.41 | 148.65 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 193 | 237 | 0.15 | 0.19 | 0 | 0.07 | 250.91 | 0.55 | 0.84 |
Hex | C9 | C1 | ED | F | 13 | 0 | 7 | FB | 37 | 54 |
Octal | 311 | 301 | 355 | 17 | 23 | 0 | 7 | 373 | 67 | 124 |
Binary | 11001001 | 11000001 | 11101101 | 1111 | 10011 | 0 | 111 | 11111011 | 110111 | 1010100 |
Color Harmonies of #C9C1ED
Complementary color
Monochromatic Colors of #C9C1ED
Black with #C9C1ED
Text Example
Text Example
White with #C9C1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C1ED; }
p { color: rgb(201,193,237); }
H1.HeaderClassName
{
color: #C9C1ED;
}
.AnyTagClassName
{
color: #C9C1ED;
}
</style>
background-color css
<style>
a { background-color: #C9C1ED; }
a { background-color: rgb(201,193,237); }
div.DivClassName
{
background-color: #C9C1ED;
}
.BgClassName
{
background-color: #C9C1ED;
}
</style>
border-color css
<style>
span { border-color: #C9C1ED; }
span { border-color: rgb(201,193,237); }
td.TdClassName
{
border-color: #C9C1ED;
}
.TagClassName
{
border-color: #C9C1ED;
}
</style>