Shades of Melrose #C4BED6
Tints of Melrose #C4BED6
RGB
CMYK
RGB Variations
Color information
#C4BED6 (or 0xC4BED6) is known color: Melrose. HEX triplet: C4, BE and D6. RGB value is (196,190,214). Sum of RGB (Red+Green+Blue) = 196+190+214=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BED6 is #3B4129. Grayscale: #C2C2C2. Windows color (decimal): -3883306 or 14073540. OLE color: 14073540.
HSL color Cylindrical-coordinate representation of color #C4BED6: hue angle of 255º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BED6 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 190 | 214 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.16 |
| HSL | 255º | 0.23% | 0.79% | - |
| HSV(B) | 255º | 0.11% | 0.84% | - |
| XYZ | 53.32 | 53.42 | 71.12 | - |
| YUV | 194.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 214 | 0.08 | 0.11 | 0 | 0.16 | 255 | 0.23 | 0.79 |
| Hex | C4 | BE | D6 | 8 | B | 0 | 10 | FF | 17 | 4F |
| Octal | 304 | 276 | 326 | 10 | 13 | 0 | 20 | 377 | 27 | 117 |
| Binary | 11000100 | 10111110 | 11010110 | 1000 | 1011 | 0 | 10000 | 11111111 | 10111 | 1001111 |
Color Harmonies of #C4BED6
Complementary color
Monochromatic Colors of #C4BED6
Black with #C4BED6
Text Example
Text Example
White with #C4BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BED6; }
p { color: rgb(196,190,214); }
H1.HeaderClassName
{
color: #C4BED6;
}
.AnyTagClassName
{
color: #C4BED6;
}
</style>
background-color css
<style>
a { background-color: #C4BED6; }
a { background-color: rgb(196,190,214); }
div.DivClassName
{
background-color: #C4BED6;
}
.BgClassName
{
background-color: #C4BED6;
}
</style>
border-color css
<style>
span { border-color: #C4BED6; }
span { border-color: rgb(196,190,214); }
td.TdClassName
{
border-color: #C4BED6;
}
.TagClassName
{
border-color: #C4BED6;
}
</style>