Shades of Melrose #C1B7EE
Tints of Melrose #C1B7EE
RGB
CMYK
RGB Variations
Color information
#C1B7EE (or 0xC1B7EE) is known color: Melrose. HEX triplet: C1, B7 and EE. RGB value is (193,183,238). Sum of RGB (Red+Green+Blue) = 193+183+238=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B7EE is #3E4811. Grayscale: #C0C0C0. Windows color (decimal): -4081682 or 15644609. OLE color: 15644609.
HSL color Cylindrical-coordinate representation of color #C1B7EE: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B7EE is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 183 | 238 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.07 |
| HSL | 250.91º | 0.62% | 0.83% | - |
| HSV(B) | 250.91º | 0.23% | 0.93% | - |
| XYZ | 54.36 | 51.38 | 87.94 | - |
| YUV | 192.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 238 | 0.19 | 0.23 | 0 | 0.07 | 250.91 | 0.62 | 0.83 |
| Hex | C1 | B7 | EE | 13 | 17 | 0 | 7 | FB | 3E | 53 |
| Octal | 301 | 267 | 356 | 23 | 27 | 0 | 7 | 373 | 76 | 123 |
| Binary | 11000001 | 10110111 | 11101110 | 10011 | 10111 | 0 | 111 | 11111011 | 111110 | 1010011 |
Color Harmonies of #C1B7EE
Complementary color
Monochromatic Colors of #C1B7EE
Black with #C1B7EE
Text Example
Text Example
White with #C1B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7EE; }
p { color: rgb(193,183,238); }
H1.HeaderClassName
{
color: #C1B7EE;
}
.AnyTagClassName
{
color: #C1B7EE;
}
</style>
background-color css
<style>
a { background-color: #C1B7EE; }
a { background-color: rgb(193,183,238); }
div.DivClassName
{
background-color: #C1B7EE;
}
.BgClassName
{
background-color: #C1B7EE;
}
</style>
border-color css
<style>
span { border-color: #C1B7EE; }
span { border-color: rgb(193,183,238); }
td.TdClassName
{
border-color: #C1B7EE;
}
.TagClassName
{
border-color: #C1B7EE;
}
</style>