Shades of Melrose #C3B7E8
Tints of Melrose #C3B7E8
RGB
CMYK
RGB Variations
Color information
#C3B7E8 (or 0xC3B7E8) is known color: Melrose. HEX triplet: C3, B7 and E8. RGB value is (195,183,232). Sum of RGB (Red+Green+Blue) = 195+183+232=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3B7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7E8 is #3C4817. Grayscale: #BFBFBF. Windows color (decimal): -3950616 or 15251395. OLE color: 15251395.
HSL color Cylindrical-coordinate representation of color #C3B7E8: hue angle of 254.69º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3B7E8 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 183 | 232 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.09 |
| HSL | 254.69º | 0.52% | 0.81% | - |
| HSV(B) | 254.69º | 0.21% | 0.91% | - |
| XYZ | 54 | 51.3 | 83.4 | - |
| YUV | 192.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 232 | 0.16 | 0.21 | 0 | 0.09 | 254.69 | 0.52 | 0.81 |
| Hex | C3 | B7 | E8 | 10 | 15 | 0 | 9 | FF | 34 | 51 |
| Octal | 303 | 267 | 350 | 20 | 25 | 0 | 11 | 377 | 64 | 121 |
| Binary | 11000011 | 10110111 | 11101000 | 10000 | 10101 | 0 | 1001 | 11111111 | 110100 | 1010001 |
Color Harmonies of #C3B7E8
Complementary color
Monochromatic Colors of #C3B7E8
Black with #C3B7E8
Text Example
Text Example
White with #C3B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7E8; }
p { color: rgb(195,183,232); }
H1.HeaderClassName
{
color: #C3B7E8;
}
.AnyTagClassName
{
color: #C3B7E8;
}
</style>
background-color css
<style>
a { background-color: #C3B7E8; }
a { background-color: rgb(195,183,232); }
div.DivClassName
{
background-color: #C3B7E8;
}
.BgClassName
{
background-color: #C3B7E8;
}
</style>
border-color css
<style>
span { border-color: #C3B7E8; }
span { border-color: rgb(195,183,232); }
td.TdClassName
{
border-color: #C3B7E8;
}
.TagClassName
{
border-color: #C3B7E8;
}
</style>