Shades of Melrose #C1B9ED
Tints of Melrose #C1B9ED
RGB
CMYK
RGB Variations
Color information
#C1B9ED (or 0xC1B9ED) is known color: Melrose. HEX triplet: C1, B9 and ED. RGB value is (193,185,237). Sum of RGB (Red+Green+Blue) = 193+185+237=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9ED is #3E4612. Grayscale: #C1C1C1. Windows color (decimal): -4081171 or 15579585. OLE color: 15579585.
HSL color Cylindrical-coordinate representation of color #C1B9ED: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B9ED is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 185 | 237 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 249.23º | 0.59% | 0.83% | - |
| HSV(B) | 249.23º | 0.22% | 0.93% | - |
| XYZ | 54.63 | 52.15 | 87.31 | - |
| YUV | 193.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 237 | 0.19 | 0.22 | 0 | 0.07 | 249.23 | 0.59 | 0.83 |
| Hex | C1 | B9 | ED | 13 | 16 | 0 | 7 | F9 | 3B | 53 |
| Octal | 301 | 271 | 355 | 23 | 26 | 0 | 7 | 371 | 73 | 123 |
| Binary | 11000001 | 10111001 | 11101101 | 10011 | 10110 | 0 | 111 | 11111001 | 111011 | 1010011 |
Color Harmonies of #C1B9ED
Complementary color
Monochromatic Colors of #C1B9ED
Black with #C1B9ED
Text Example
Text Example
White with #C1B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9ED; }
p { color: rgb(193,185,237); }
H1.HeaderClassName
{
color: #C1B9ED;
}
.AnyTagClassName
{
color: #C1B9ED;
}
</style>
background-color css
<style>
a { background-color: #C1B9ED; }
a { background-color: rgb(193,185,237); }
div.DivClassName
{
background-color: #C1B9ED;
}
.BgClassName
{
background-color: #C1B9ED;
}
</style>
border-color css
<style>
span { border-color: #C1B9ED; }
span { border-color: rgb(193,185,237); }
td.TdClassName
{
border-color: #C1B9ED;
}
.TagClassName
{
border-color: #C1B9ED;
}
</style>