Shades of Melrose #C4B2F9
Tints of Melrose #C4B2F9
RGB
CMYK
RGB Variations
Color information
#C4B2F9 (or 0xC4B2F9) is known color: Melrose. HEX triplet: C4, B2 and F9. RGB value is (196,178,249). Sum of RGB (Red+Green+Blue) = 196+178+249=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B2F9 is #3B4D06. Grayscale: #BFBFBF. Windows color (decimal): -3886343 or 16364228. OLE color: 16364228.
HSL color Cylindrical-coordinate representation of color #C4B2F9: hue angle of 255.21º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4B2F9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 178 | 249 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.02 |
| HSL | 255.21º | 0.86% | 0.84% | - |
| HSV(B) | 255.21º | 0.29% | 0.98% | - |
| XYZ | 55.78 | 50.42 | 96.41 | - |
| YUV | 191.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 249 | 0.21 | 0.29 | 0 | 0.02 | 255.21 | 0.86 | 0.84 |
| Hex | C4 | B2 | F9 | 15 | 1D | 0 | 2 | FF | 56 | 54 |
| Octal | 304 | 262 | 371 | 25 | 35 | 0 | 2 | 377 | 126 | 124 |
| Binary | 11000100 | 10110010 | 11111001 | 10101 | 11101 | 0 | 10 | 11111111 | 1010110 | 1010100 |
Color Harmonies of #C4B2F9
Complementary color
Monochromatic Colors of #C4B2F9
Black with #C4B2F9
Text Example
Text Example
White with #C4B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2F9; }
p { color: rgb(196,178,249); }
H1.HeaderClassName
{
color: #C4B2F9;
}
.AnyTagClassName
{
color: #C4B2F9;
}
</style>
background-color css
<style>
a { background-color: #C4B2F9; }
a { background-color: rgb(196,178,249); }
div.DivClassName
{
background-color: #C4B2F9;
}
.BgClassName
{
background-color: #C4B2F9;
}
</style>
border-color css
<style>
span { border-color: #C4B2F9; }
span { border-color: rgb(196,178,249); }
td.TdClassName
{
border-color: #C4B2F9;
}
.TagClassName
{
border-color: #C4B2F9;
}
</style>