Shades of Melrose #C4B4F6
Tints of Melrose #C4B4F6
RGB
CMYK
RGB Variations
Color information
#C4B4F6 (or 0xC4B4F6) is known color: Melrose. HEX triplet: C4, B4 and F6. RGB value is (196,180,246). Sum of RGB (Red+Green+Blue) = 196+180+246=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #C4B4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B4F6 is #3B4B09. Grayscale: #C0C0C0. Windows color (decimal): -3885834 or 16168132. OLE color: 16168132.
HSL color Cylindrical-coordinate representation of color #C4B4F6: hue angle of 254.55º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B4F6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 180 | 246 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.04 |
| HSL | 254.55º | 0.79% | 0.84% | - |
| HSV(B) | 254.55º | 0.27% | 0.96% | - |
| XYZ | 55.72 | 51.03 | 94.1 | - |
| YUV | 192.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 246 | 0.20 | 0.27 | 0 | 0.04 | 254.55 | 0.79 | 0.84 |
| Hex | C4 | B4 | F6 | 14 | 1B | 0 | 4 | FF | 4F | 54 |
| Octal | 304 | 264 | 366 | 24 | 33 | 0 | 4 | 377 | 117 | 124 |
| Binary | 11000100 | 10110100 | 11110110 | 10100 | 11011 | 0 | 100 | 11111111 | 1001111 | 1010100 |
Color Harmonies of #C4B4F6
Complementary color
Monochromatic Colors of #C4B4F6
Black with #C4B4F6
Text Example
Text Example
White with #C4B4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B4F6; }
p { color: rgb(196,180,246); }
H1.HeaderClassName
{
color: #C4B4F6;
}
.AnyTagClassName
{
color: #C4B4F6;
}
</style>
background-color css
<style>
a { background-color: #C4B4F6; }
a { background-color: rgb(196,180,246); }
div.DivClassName
{
background-color: #C4B4F6;
}
.BgClassName
{
background-color: #C4B4F6;
}
</style>
border-color css
<style>
span { border-color: #C4B4F6; }
span { border-color: rgb(196,180,246); }
td.TdClassName
{
border-color: #C4B4F6;
}
.TagClassName
{
border-color: #C4B4F6;
}
</style>