Shades of Melrose #C3B3E7
Tints of Melrose #C3B3E7
RGB
CMYK
RGB Variations
Color information
#C3B3E7 (or 0xC3B3E7) is known color: Melrose. HEX triplet: C3, B3 and E7. RGB value is (195,179,231). Sum of RGB (Red+Green+Blue) = 195+179+231=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3B3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3E7 is #3C4C18. Grayscale: #BDBDBD. Windows color (decimal): -3951641 or 15184835. OLE color: 15184835.
HSL color Cylindrical-coordinate representation of color #C3B3E7: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B3E7 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 179 | 231 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.09 |
| HSL | 258.46º | 0.52% | 0.8% | - |
| HSV(B) | 258.46º | 0.23% | 0.91% | - |
| XYZ | 53.05 | 49.61 | 82.38 | - |
| YUV | 189.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 231 | 0.16 | 0.23 | 0 | 0.09 | 258.46 | 0.52 | 0.8 |
| Hex | C3 | B3 | E7 | 10 | 17 | 0 | 9 | 102 | 34 | 50 |
| Octal | 303 | 263 | 347 | 20 | 27 | 0 | 11 | 402 | 64 | 120 |
| Binary | 11000011 | 10110011 | 11100111 | 10000 | 10111 | 0 | 1001 | 100000010 | 110100 | 1010000 |
Color Harmonies of #C3B3E7
Complementary color
Monochromatic Colors of #C3B3E7
Black with #C3B3E7
Text Example
Text Example
White with #C3B3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3E7; }
p { color: rgb(195,179,231); }
H1.HeaderClassName
{
color: #C3B3E7;
}
.AnyTagClassName
{
color: #C3B3E7;
}
</style>
background-color css
<style>
a { background-color: #C3B3E7; }
a { background-color: rgb(195,179,231); }
div.DivClassName
{
background-color: #C3B3E7;
}
.BgClassName
{
background-color: #C3B3E7;
}
</style>
border-color css
<style>
span { border-color: #C3B3E7; }
span { border-color: rgb(195,179,231); }
td.TdClassName
{
border-color: #C3B3E7;
}
.TagClassName
{
border-color: #C3B3E7;
}
</style>