Shades of Melrose #C4B8EF
Tints of Melrose #C4B8EF
RGB
CMYK
RGB Variations
Color information
#C4B8EF (or 0xC4B8EF) is known color: Melrose. HEX triplet: C4, B8 and EF. RGB value is (196,184,239). Sum of RGB (Red+Green+Blue) = 196+184+239=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B8EF is #3B4710. Grayscale: #C1C1C1. Windows color (decimal): -3884817 or 15710404. OLE color: 15710404.
HSL color Cylindrical-coordinate representation of color #C4B8EF: hue angle of 253.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B8EF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 184 | 239 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.06 |
| HSL | 253.09º | 0.63% | 0.83% | - |
| HSV(B) | 253.09º | 0.23% | 0.94% | - |
| XYZ | 55.49 | 52.25 | 88.82 | - |
| YUV | 193.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 239 | 0.18 | 0.23 | 0 | 0.06 | 253.09 | 0.63 | 0.83 |
| Hex | C4 | B8 | EF | 12 | 17 | 0 | 6 | FD | 3F | 53 |
| Octal | 304 | 270 | 357 | 22 | 27 | 0 | 6 | 375 | 77 | 123 |
| Binary | 11000100 | 10111000 | 11101111 | 10010 | 10111 | 0 | 110 | 11111101 | 111111 | 1010011 |
Color Harmonies of #C4B8EF
Complementary color
Monochromatic Colors of #C4B8EF
Black with #C4B8EF
Text Example
Text Example
White with #C4B8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B8EF; }
p { color: rgb(196,184,239); }
H1.HeaderClassName
{
color: #C4B8EF;
}
.AnyTagClassName
{
color: #C4B8EF;
}
</style>
background-color css
<style>
a { background-color: #C4B8EF; }
a { background-color: rgb(196,184,239); }
div.DivClassName
{
background-color: #C4B8EF;
}
.BgClassName
{
background-color: #C4B8EF;
}
</style>
border-color css
<style>
span { border-color: #C4B8EF; }
span { border-color: rgb(196,184,239); }
td.TdClassName
{
border-color: #C4B8EF;
}
.TagClassName
{
border-color: #C4B8EF;
}
</style>