Shades of Melrose #C3BBEB
Tints of Melrose #C3BBEB
RGB
CMYK
RGB Variations
Color information
#C3BBEB (or 0xC3BBEB) is known color: Melrose. HEX triplet: C3, BB and EB. RGB value is (195,187,235). Sum of RGB (Red+Green+Blue) = 195+187+235=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEB is #3C4414. Grayscale: #C2C2C2. Windows color (decimal): -3949589 or 15449027. OLE color: 15449027.
HSL color Cylindrical-coordinate representation of color #C3BBEB: hue angle of 250º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BBEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 187 | 235 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.08 |
| HSL | 250º | 0.55% | 0.83% | - |
| HSV(B) | 250º | 0.2% | 0.92% | - |
| XYZ | 55.27 | 53.14 | 85.94 | - |
| YUV | 194.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 235 | 0.17 | 0.20 | 0 | 0.08 | 250 | 0.55 | 0.83 |
| Hex | C3 | BB | EB | 11 | 14 | 0 | 8 | FA | 37 | 53 |
| Octal | 303 | 273 | 353 | 21 | 24 | 0 | 10 | 372 | 67 | 123 |
| Binary | 11000011 | 10111011 | 11101011 | 10001 | 10100 | 0 | 1000 | 11111010 | 110111 | 1010011 |
Color Harmonies of #C3BBEB
Complementary color
Monochromatic Colors of #C3BBEB
Black with #C3BBEB
Text Example
Text Example
White with #C3BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBEB; }
p { color: rgb(195,187,235); }
H1.HeaderClassName
{
color: #C3BBEB;
}
.AnyTagClassName
{
color: #C3BBEB;
}
</style>
background-color css
<style>
a { background-color: #C3BBEB; }
a { background-color: rgb(195,187,235); }
div.DivClassName
{
background-color: #C3BBEB;
}
.BgClassName
{
background-color: #C3BBEB;
}
</style>
border-color css
<style>
span { border-color: #C3BBEB; }
span { border-color: rgb(195,187,235); }
td.TdClassName
{
border-color: #C3BBEB;
}
.TagClassName
{
border-color: #C3BBEB;
}
</style>