Shades of Melrose #C4BEEC
Tints of Melrose #C4BEEC
RGB
CMYK
RGB Variations
Color information
#C4BEEC (or 0xC4BEEC) is known color: Melrose. HEX triplet: C4, BE and EC. RGB value is (196,190,236). Sum of RGB (Red+Green+Blue) = 196+190+236=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEC is #3B4113. Grayscale: #C4C4C4. Windows color (decimal): -3883284 or 15515332. OLE color: 15515332.
HSL color Cylindrical-coordinate representation of color #C4BEEC: hue angle of 247.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BEEC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 190 | 236 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 247.83º | 0.55% | 0.84% | - |
| HSV(B) | 247.83º | 0.19% | 0.93% | - |
| XYZ | 56.32 | 54.62 | 86.93 | - |
| YUV | 197.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 236 | 0.17 | 0.19 | 0 | 0.07 | 247.83 | 0.55 | 0.84 |
| Hex | C4 | BE | EC | 11 | 13 | 0 | 7 | F8 | 37 | 54 |
| Octal | 304 | 276 | 354 | 21 | 23 | 0 | 7 | 370 | 67 | 124 |
| Binary | 11000100 | 10111110 | 11101100 | 10001 | 10011 | 0 | 111 | 11111000 | 110111 | 1010100 |
Color Harmonies of #C4BEEC
Complementary color
Monochromatic Colors of #C4BEEC
Black with #C4BEEC
Text Example
Text Example
White with #C4BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEEC; }
p { color: rgb(196,190,236); }
H1.HeaderClassName
{
color: #C4BEEC;
}
.AnyTagClassName
{
color: #C4BEEC;
}
</style>
background-color css
<style>
a { background-color: #C4BEEC; }
a { background-color: rgb(196,190,236); }
div.DivClassName
{
background-color: #C4BEEC;
}
.BgClassName
{
background-color: #C4BEEC;
}
</style>
border-color css
<style>
span { border-color: #C4BEEC; }
span { border-color: rgb(196,190,236); }
td.TdClassName
{
border-color: #C4BEEC;
}
.TagClassName
{
border-color: #C4BEEC;
}
</style>