Shades of Melrose #C1B4EA
Tints of Melrose #C1B4EA
RGB
CMYK
RGB Variations
Color information
#C1B4EA (or 0xC1B4EA) is known color: Melrose. HEX triplet: C1, B4 and EA. RGB value is (193,180,234). Sum of RGB (Red+Green+Blue) = 193+180+234=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B4EA is #3E4B15. Grayscale: #BDBDBD. Windows color (decimal): -4082454 or 15381697. OLE color: 15381697.
HSL color Cylindrical-coordinate representation of color #C1B4EA: hue angle of 254.44º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1B4EA is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 180 | 234 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.08 |
| HSL | 254.44º | 0.56% | 0.81% | - |
| HSV(B) | 254.44º | 0.23% | 0.92% | - |
| XYZ | 53.16 | 49.92 | 84.68 | - |
| YUV | 190.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 234 | 0.18 | 0.23 | 0 | 0.08 | 254.44 | 0.56 | 0.81 |
| Hex | C1 | B4 | EA | 12 | 17 | 0 | 8 | FE | 38 | 51 |
| Octal | 301 | 264 | 352 | 22 | 27 | 0 | 10 | 376 | 70 | 121 |
| Binary | 11000001 | 10110100 | 11101010 | 10010 | 10111 | 0 | 1000 | 11111110 | 111000 | 1010001 |
Color Harmonies of #C1B4EA
Complementary color
Monochromatic Colors of #C1B4EA
Black with #C1B4EA
Text Example
Text Example
White with #C1B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4EA; }
p { color: rgb(193,180,234); }
H1.HeaderClassName
{
color: #C1B4EA;
}
.AnyTagClassName
{
color: #C1B4EA;
}
</style>
background-color css
<style>
a { background-color: #C1B4EA; }
a { background-color: rgb(193,180,234); }
div.DivClassName
{
background-color: #C1B4EA;
}
.BgClassName
{
background-color: #C1B4EA;
}
</style>
border-color css
<style>
span { border-color: #C1B4EA; }
span { border-color: rgb(193,180,234); }
td.TdClassName
{
border-color: #C1B4EA;
}
.TagClassName
{
border-color: #C1B4EA;
}
</style>