Shades of Melrose #C4BEE0
Tints of Melrose #C4BEE0
RGB
CMYK
RGB Variations
Color information
#C4BEE0 (or 0xC4BEE0) is known color: Melrose. HEX triplet: C4, BE and E0. RGB value is (196,190,224). Sum of RGB (Red+Green+Blue) = 196+190+224=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEE0 is #3B411F. Grayscale: #C3C3C3. Windows color (decimal): -3883296 or 14728900. OLE color: 14728900.
HSL color Cylindrical-coordinate representation of color #C4BEE0: hue angle of 250.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BEE0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 190 | 224 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.12 |
| HSL | 250.59º | 0.35% | 0.81% | - |
| HSV(B) | 250.59º | 0.15% | 0.88% | - |
| XYZ | 54.63 | 53.94 | 78.05 | - |
| YUV | 195.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 224 | 0.12 | 0.15 | 0 | 0.12 | 250.59 | 0.35 | 0.81 |
| Hex | C4 | BE | E0 | C | F | 0 | C | FB | 23 | 51 |
| Octal | 304 | 276 | 340 | 14 | 17 | 0 | 14 | 373 | 43 | 121 |
| Binary | 11000100 | 10111110 | 11100000 | 1100 | 1111 | 0 | 1100 | 11111011 | 100011 | 1010001 |
Color Harmonies of #C4BEE0
Complementary color
Monochromatic Colors of #C4BEE0
Black with #C4BEE0
Text Example
Text Example
White with #C4BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEE0; }
p { color: rgb(196,190,224); }
H1.HeaderClassName
{
color: #C4BEE0;
}
.AnyTagClassName
{
color: #C4BEE0;
}
</style>
background-color css
<style>
a { background-color: #C4BEE0; }
a { background-color: rgb(196,190,224); }
div.DivClassName
{
background-color: #C4BEE0;
}
.BgClassName
{
background-color: #C4BEE0;
}
</style>
border-color css
<style>
span { border-color: #C4BEE0; }
span { border-color: rgb(196,190,224); }
td.TdClassName
{
border-color: #C4BEE0;
}
.TagClassName
{
border-color: #C4BEE0;
}
</style>