Shades of Melrose #C4B0EF
Tints of Melrose #C4B0EF
RGB
CMYK
RGB Variations
Color information
#C4B0EF (or 0xC4B0EF) is known color: Melrose. HEX triplet: C4, B0 and EF. RGB value is (196,176,239). Sum of RGB (Red+Green+Blue) = 196+176+239=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0EF is #3B4F10. Grayscale: #BCBCBC. Windows color (decimal): -3886865 or 15708356. OLE color: 15708356.
HSL color Cylindrical-coordinate representation of color #C4B0EF: hue angle of 259.05º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B0EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 176 | 239 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.06 |
| HSL | 259.05º | 0.66% | 0.81% | - |
| HSV(B) | 259.05º | 0.26% | 0.94% | - |
| XYZ | 53.87 | 49.02 | 88.28 | - |
| YUV | 189.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 239 | 0.18 | 0.26 | 0 | 0.06 | 259.05 | 0.66 | 0.81 |
| Hex | C4 | B0 | EF | 12 | 1A | 0 | 6 | 103 | 42 | 51 |
| Octal | 304 | 260 | 357 | 22 | 32 | 0 | 6 | 403 | 102 | 121 |
| Binary | 11000100 | 10110000 | 11101111 | 10010 | 11010 | 0 | 110 | 100000011 | 1000010 | 1010001 |
Color Harmonies of #C4B0EF
Complementary color
Monochromatic Colors of #C4B0EF
Black with #C4B0EF
Text Example
Text Example
White with #C4B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0EF; }
p { color: rgb(196,176,239); }
H1.HeaderClassName
{
color: #C4B0EF;
}
.AnyTagClassName
{
color: #C4B0EF;
}
</style>
background-color css
<style>
a { background-color: #C4B0EF; }
a { background-color: rgb(196,176,239); }
div.DivClassName
{
background-color: #C4B0EF;
}
.BgClassName
{
background-color: #C4B0EF;
}
</style>
border-color css
<style>
span { border-color: #C4B0EF; }
span { border-color: rgb(196,176,239); }
td.TdClassName
{
border-color: #C4B0EF;
}
.TagClassName
{
border-color: #C4B0EF;
}
</style>