Shades of Melrose #C3B2EC
Tints of Melrose #C3B2EC
RGB
CMYK
RGB Variations
Color information
#C3B2EC (or 0xC3B2EC) is known color: Melrose. HEX triplet: C3, B2 and EC. RGB value is (195,178,236). Sum of RGB (Red+Green+Blue) = 195+178+236=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B2EC is #3C4D13. Grayscale: #BDBDBD. Windows color (decimal): -3951892 or 15512259. OLE color: 15512259.
HSL color Cylindrical-coordinate representation of color #C3B2EC: hue angle of 257.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B2EC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 178 | 236 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.07 |
| HSL | 257.59º | 0.6% | 0.81% | - |
| HSV(B) | 257.59º | 0.25% | 0.93% | - |
| XYZ | 53.57 | 49.5 | 86.09 | - |
| YUV | 189.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 236 | 0.17 | 0.25 | 0 | 0.07 | 257.59 | 0.6 | 0.81 |
| Hex | C3 | B2 | EC | 11 | 19 | 0 | 7 | 102 | 3C | 51 |
| Octal | 303 | 262 | 354 | 21 | 31 | 0 | 7 | 402 | 74 | 121 |
| Binary | 11000011 | 10110010 | 11101100 | 10001 | 11001 | 0 | 111 | 100000010 | 111100 | 1010001 |
Color Harmonies of #C3B2EC
Complementary color
Monochromatic Colors of #C3B2EC
Black with #C3B2EC
Text Example
Text Example
White with #C3B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2EC; }
p { color: rgb(195,178,236); }
H1.HeaderClassName
{
color: #C3B2EC;
}
.AnyTagClassName
{
color: #C3B2EC;
}
</style>
background-color css
<style>
a { background-color: #C3B2EC; }
a { background-color: rgb(195,178,236); }
div.DivClassName
{
background-color: #C3B2EC;
}
.BgClassName
{
background-color: #C3B2EC;
}
</style>
border-color css
<style>
span { border-color: #C3B2EC; }
span { border-color: rgb(195,178,236); }
td.TdClassName
{
border-color: #C3B2EC;
}
.TagClassName
{
border-color: #C3B2EC;
}
</style>