Shades of Melrose #C3B7EE
Tints of Melrose #C3B7EE
RGB
CMYK
RGB Variations
Color information
#C3B7EE (or 0xC3B7EE) is known color: Melrose. HEX triplet: C3, B7 and EE. RGB value is (195,183,238). Sum of RGB (Red+Green+Blue) = 195+183+238=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B7EE is #3C4811. Grayscale: #C0C0C0. Windows color (decimal): -3950610 or 15644611. OLE color: 15644611.
HSL color Cylindrical-coordinate representation of color #C3B7EE: hue angle of 253.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B7EE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 183 | 238 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.07 |
| HSL | 253.09º | 0.62% | 0.83% | - |
| HSV(B) | 253.09º | 0.23% | 0.93% | - |
| XYZ | 54.87 | 51.64 | 87.96 | - |
| YUV | 192.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 238 | 0.18 | 0.23 | 0 | 0.07 | 253.09 | 0.62 | 0.83 |
| Hex | C3 | B7 | EE | 12 | 17 | 0 | 7 | FD | 3E | 53 |
| Octal | 303 | 267 | 356 | 22 | 27 | 0 | 7 | 375 | 76 | 123 |
| Binary | 11000011 | 10110111 | 11101110 | 10010 | 10111 | 0 | 111 | 11111101 | 111110 | 1010011 |
Color Harmonies of #C3B7EE
Complementary color
Monochromatic Colors of #C3B7EE
Black with #C3B7EE
Text Example
Text Example
White with #C3B7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7EE; }
p { color: rgb(195,183,238); }
H1.HeaderClassName
{
color: #C3B7EE;
}
.AnyTagClassName
{
color: #C3B7EE;
}
</style>
background-color css
<style>
a { background-color: #C3B7EE; }
a { background-color: rgb(195,183,238); }
div.DivClassName
{
background-color: #C3B7EE;
}
.BgClassName
{
background-color: #C3B7EE;
}
</style>
border-color css
<style>
span { border-color: #C3B7EE; }
span { border-color: rgb(195,183,238); }
td.TdClassName
{
border-color: #C3B7EE;
}
.TagClassName
{
border-color: #C3B7EE;
}
</style>