Shades of Melrose #C4B9EF
Tints of Melrose #C4B9EF
RGB
CMYK
RGB Variations
Color information
#C4B9EF (or 0xC4B9EF) is known color: Melrose. HEX triplet: C4, B9 and EF. RGB value is (196,185,239). Sum of RGB (Red+Green+Blue) = 196+185+239=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B9EF is #3B4610. Grayscale: #C2C2C2. Windows color (decimal): -3884561 or 15710660. OLE color: 15710660.
HSL color Cylindrical-coordinate representation of color #C4B9EF: hue angle of 252.22º 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 #C4B9EF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 185 | 239 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.06 |
| HSL | 252.22º | 0.63% | 0.83% | - |
| HSV(B) | 252.22º | 0.23% | 0.94% | - |
| XYZ | 55.69 | 52.67 | 88.89 | - |
| YUV | 194.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 239 | 0.18 | 0.23 | 0 | 0.06 | 252.22 | 0.63 | 0.83 |
| Hex | C4 | B9 | EF | 12 | 17 | 0 | 6 | FC | 3F | 53 |
| Octal | 304 | 271 | 357 | 22 | 27 | 0 | 6 | 374 | 77 | 123 |
| Binary | 11000100 | 10111001 | 11101111 | 10010 | 10111 | 0 | 110 | 11111100 | 111111 | 1010011 |
Color Harmonies of #C4B9EF
Complementary color
Monochromatic Colors of #C4B9EF
Black with #C4B9EF
Text Example
Text Example
White with #C4B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B9EF; }
p { color: rgb(196,185,239); }
H1.HeaderClassName
{
color: #C4B9EF;
}
.AnyTagClassName
{
color: #C4B9EF;
}
</style>
background-color css
<style>
a { background-color: #C4B9EF; }
a { background-color: rgb(196,185,239); }
div.DivClassName
{
background-color: #C4B9EF;
}
.BgClassName
{
background-color: #C4B9EF;
}
</style>
border-color css
<style>
span { border-color: #C4B9EF; }
span { border-color: rgb(196,185,239); }
td.TdClassName
{
border-color: #C4B9EF;
}
.TagClassName
{
border-color: #C4B9EF;
}
</style>