Shades of Melrose #C4BDEC
Tints of Melrose #C4BDEC
RGB
CMYK
RGB Variations
Color information
#C4BDEC (or 0xC4BDEC) is known color: Melrose. HEX triplet: C4, BD and EC. RGB value is (196,189,236). Sum of RGB (Red+Green+Blue) = 196+189+236=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDEC is #3B4213. Grayscale: #C4C4C4. Windows color (decimal): -3883540 or 15515076. OLE color: 15515076.
HSL color Cylindrical-coordinate representation of color #C4BDEC: hue angle of 248.94º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BDEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 189 | 236 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 248.94º | 0.55% | 0.83% | - |
| HSV(B) | 248.94º | 0.2% | 0.93% | - |
| XYZ | 56.1 | 54.19 | 86.86 | - |
| YUV | 196.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 236 | 0.17 | 0.20 | 0 | 0.07 | 248.94 | 0.55 | 0.83 |
| Hex | C4 | BD | EC | 11 | 14 | 0 | 7 | F9 | 37 | 53 |
| Octal | 304 | 275 | 354 | 21 | 24 | 0 | 7 | 371 | 67 | 123 |
| Binary | 11000100 | 10111101 | 11101100 | 10001 | 10100 | 0 | 111 | 11111001 | 110111 | 1010011 |
Color Harmonies of #C4BDEC
Complementary color
Monochromatic Colors of #C4BDEC
Black with #C4BDEC
Text Example
Text Example
White with #C4BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDEC; }
p { color: rgb(196,189,236); }
H1.HeaderClassName
{
color: #C4BDEC;
}
.AnyTagClassName
{
color: #C4BDEC;
}
</style>
background-color css
<style>
a { background-color: #C4BDEC; }
a { background-color: rgb(196,189,236); }
div.DivClassName
{
background-color: #C4BDEC;
}
.BgClassName
{
background-color: #C4BDEC;
}
</style>
border-color css
<style>
span { border-color: #C4BDEC; }
span { border-color: rgb(196,189,236); }
td.TdClassName
{
border-color: #C4BDEC;
}
.TagClassName
{
border-color: #C4BDEC;
}
</style>