Shades of Melrose #C4BEE1
Tints of Melrose #C4BEE1
RGB
CMYK
RGB Variations
Color information
#C4BEE1 (or 0xC4BEE1) is known color: Melrose. HEX triplet: C4, BE and E1. RGB value is (196,190,225). Sum of RGB (Red+Green+Blue) = 196+190+225=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEE1 is #3B411E. Grayscale: #C3C3C3. Windows color (decimal): -3883295 or 14794436. OLE color: 14794436.
HSL color Cylindrical-coordinate representation of color #C4BEE1: hue angle of 250.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BEE1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 190 | 225 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.12 |
| HSL | 250.29º | 0.37% | 0.81% | - |
| HSV(B) | 250.29º | 0.16% | 0.88% | - |
| XYZ | 54.77 | 54 | 78.77 | - |
| YUV | 195.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 225 | 0.13 | 0.16 | 0 | 0.12 | 250.29 | 0.37 | 0.81 |
| Hex | C4 | BE | E1 | D | 10 | 0 | C | FA | 25 | 51 |
| Octal | 304 | 276 | 341 | 15 | 20 | 0 | 14 | 372 | 45 | 121 |
| Binary | 11000100 | 10111110 | 11100001 | 1101 | 10000 | 0 | 1100 | 11111010 | 100101 | 1010001 |
Color Harmonies of #C4BEE1
Complementary color
Monochromatic Colors of #C4BEE1
Black with #C4BEE1
Text Example
Text Example
White with #C4BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEE1; }
p { color: rgb(196,190,225); }
H1.HeaderClassName
{
color: #C4BEE1;
}
.AnyTagClassName
{
color: #C4BEE1;
}
</style>
background-color css
<style>
a { background-color: #C4BEE1; }
a { background-color: rgb(196,190,225); }
div.DivClassName
{
background-color: #C4BEE1;
}
.BgClassName
{
background-color: #C4BEE1;
}
</style>
border-color css
<style>
span { border-color: #C4BEE1; }
span { border-color: rgb(196,190,225); }
td.TdClassName
{
border-color: #C4BEE1;
}
.TagClassName
{
border-color: #C4BEE1;
}
</style>