Shades of Melrose #C1B4EE
Tints of Melrose #C1B4EE
RGB
CMYK
RGB Variations
Color information
#C1B4EE (or 0xC1B4EE) is known color: Melrose. HEX triplet: C1, B4 and EE. RGB value is (193,180,238). Sum of RGB (Red+Green+Blue) = 193+180+238=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B4EE is #3E4B11. Grayscale: #BEBEBE. Windows color (decimal): -4082450 or 15643841. OLE color: 15643841.
HSL color Cylindrical-coordinate representation of color #C1B4EE: hue angle of 253.45º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1B4EE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 180 | 238 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 253.45º | 0.63% | 0.82% | - |
| HSV(B) | 253.45º | 0.24% | 0.93% | - |
| XYZ | 53.75 | 50.15 | 87.74 | - |
| YUV | 190.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 238 | 0.19 | 0.24 | 0 | 0.07 | 253.45 | 0.63 | 0.82 |
| Hex | C1 | B4 | EE | 13 | 18 | 0 | 7 | FD | 3F | 52 |
| Octal | 301 | 264 | 356 | 23 | 30 | 0 | 7 | 375 | 77 | 122 |
| Binary | 11000001 | 10110100 | 11101110 | 10011 | 11000 | 0 | 111 | 11111101 | 111111 | 1010010 |
Color Harmonies of #C1B4EE
Complementary color
Monochromatic Colors of #C1B4EE
Black with #C1B4EE
Text Example
Text Example
White with #C1B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4EE; }
p { color: rgb(193,180,238); }
H1.HeaderClassName
{
color: #C1B4EE;
}
.AnyTagClassName
{
color: #C1B4EE;
}
</style>
background-color css
<style>
a { background-color: #C1B4EE; }
a { background-color: rgb(193,180,238); }
div.DivClassName
{
background-color: #C1B4EE;
}
.BgClassName
{
background-color: #C1B4EE;
}
</style>
border-color css
<style>
span { border-color: #C1B4EE; }
span { border-color: rgb(193,180,238); }
td.TdClassName
{
border-color: #C1B4EE;
}
.TagClassName
{
border-color: #C1B4EE;
}
</style>