Shades of Melrose #C3B7DF
Tints of Melrose #C3B7DF
RGB
CMYK
RGB Variations
Color information
#C3B7DF (or 0xC3B7DF) is known color: Melrose. HEX triplet: C3, B7 and DF. RGB value is (195,183,223). Sum of RGB (Red+Green+Blue) = 195+183+223=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3B7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7DF is #3C4820. Grayscale: #BFBFBF. Windows color (decimal): -3950625 or 14661571. OLE color: 14661571.
HSL color Cylindrical-coordinate representation of color #C3B7DF: hue angle of 258º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3B7DF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 183 | 223 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.13 |
| HSL | 258º | 0.38% | 0.8% | - |
| HSV(B) | 258º | 0.18% | 0.87% | - |
| XYZ | 52.76 | 50.8 | 76.84 | - |
| YUV | 191.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 223 | 0.13 | 0.18 | 0 | 0.13 | 258 | 0.38 | 0.8 |
| Hex | C3 | B7 | DF | D | 12 | 0 | D | 102 | 26 | 50 |
| Octal | 303 | 267 | 337 | 15 | 22 | 0 | 15 | 402 | 46 | 120 |
| Binary | 11000011 | 10110111 | 11011111 | 1101 | 10010 | 0 | 1101 | 100000010 | 100110 | 1010000 |
Color Harmonies of #C3B7DF
Complementary color
Monochromatic Colors of #C3B7DF
Black with #C3B7DF
Text Example
Text Example
White with #C3B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7DF; }
p { color: rgb(195,183,223); }
H1.HeaderClassName
{
color: #C3B7DF;
}
.AnyTagClassName
{
color: #C3B7DF;
}
</style>
background-color css
<style>
a { background-color: #C3B7DF; }
a { background-color: rgb(195,183,223); }
div.DivClassName
{
background-color: #C3B7DF;
}
.BgClassName
{
background-color: #C3B7DF;
}
</style>
border-color css
<style>
span { border-color: #C3B7DF; }
span { border-color: rgb(195,183,223); }
td.TdClassName
{
border-color: #C3B7DF;
}
.TagClassName
{
border-color: #C3B7DF;
}
</style>