Shades of Melrose #C4BED0
Tints of Melrose #C4BED0
RGB
CMYK
RGB Variations
Color information
#C4BED0 (or 0xC4BED0) is known color: Melrose. HEX triplet: C4, BE and D0. RGB value is (196,190,208). Sum of RGB (Red+Green+Blue) = 196+190+208=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BED0 is #3B412F. Grayscale: #C1C1C1. Windows color (decimal): -3883312 or 13680324. OLE color: 13680324.
HSL color Cylindrical-coordinate representation of color #C4BED0: hue angle of 260º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BED0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 190 | 208 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.18 |
| HSL | 260º | 0.16% | 0.78% | - |
| HSV(B) | 260º | 0.09% | 0.82% | - |
| XYZ | 52.56 | 53.12 | 67.16 | - |
| YUV | 193.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 208 | 0.06 | 0.09 | 0 | 0.18 | 260 | 0.16 | 0.78 |
| Hex | C4 | BE | D0 | 6 | 9 | 0 | 12 | 104 | 10 | 4E |
| Octal | 304 | 276 | 320 | 6 | 11 | 0 | 22 | 404 | 20 | 116 |
| Binary | 11000100 | 10111110 | 11010000 | 110 | 1001 | 0 | 10010 | 100000100 | 10000 | 1001110 |
Color Harmonies of #C4BED0
Complementary color
Monochromatic Colors of #C4BED0
Black with #C4BED0
Text Example
Text Example
White with #C4BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BED0; }
p { color: rgb(196,190,208); }
H1.HeaderClassName
{
color: #C4BED0;
}
.AnyTagClassName
{
color: #C4BED0;
}
</style>
background-color css
<style>
a { background-color: #C4BED0; }
a { background-color: rgb(196,190,208); }
div.DivClassName
{
background-color: #C4BED0;
}
.BgClassName
{
background-color: #C4BED0;
}
</style>
border-color css
<style>
span { border-color: #C4BED0; }
span { border-color: rgb(196,190,208); }
td.TdClassName
{
border-color: #C4BED0;
}
.TagClassName
{
border-color: #C4BED0;
}
</style>