Shades of Melrose #C3BBE0
Tints of Melrose #C3BBE0
RGB
CMYK
RGB Variations
Color information
#C3BBE0 (or 0xC3BBE0) is known color: Melrose. HEX triplet: C3, BB and E0. RGB value is (195,187,224). Sum of RGB (Red+Green+Blue) = 195+187+224=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3BBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBE0 is #3C441F. Grayscale: #C1C1C1. Windows color (decimal): -3949600 or 14728131. OLE color: 14728131.
HSL color Cylindrical-coordinate representation of color #C3BBE0: hue angle of 252.97º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BBE0 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 187 | 224 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.12 |
| HSL | 252.97º | 0.37% | 0.81% | - |
| HSV(B) | 252.97º | 0.17% | 0.88% | - |
| XYZ | 53.73 | 52.52 | 77.83 | - |
| YUV | 193.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 224 | 0.13 | 0.17 | 0 | 0.12 | 252.97 | 0.37 | 0.81 |
| Hex | C3 | BB | E0 | D | 11 | 0 | C | FD | 25 | 51 |
| Octal | 303 | 273 | 340 | 15 | 21 | 0 | 14 | 375 | 45 | 121 |
| Binary | 11000011 | 10111011 | 11100000 | 1101 | 10001 | 0 | 1100 | 11111101 | 100101 | 1010001 |
Color Harmonies of #C3BBE0
Complementary color
Monochromatic Colors of #C3BBE0
Black with #C3BBE0
Text Example
Text Example
White with #C3BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBE0; }
p { color: rgb(195,187,224); }
H1.HeaderClassName
{
color: #C3BBE0;
}
.AnyTagClassName
{
color: #C3BBE0;
}
</style>
background-color css
<style>
a { background-color: #C3BBE0; }
a { background-color: rgb(195,187,224); }
div.DivClassName
{
background-color: #C3BBE0;
}
.BgClassName
{
background-color: #C3BBE0;
}
</style>
border-color css
<style>
span { border-color: #C3BBE0; }
span { border-color: rgb(195,187,224); }
td.TdClassName
{
border-color: #C3BBE0;
}
.TagClassName
{
border-color: #C3BBE0;
}
</style>