Shades of Melrose #C3BBED
Tints of Melrose #C3BBED
RGB
CMYK
RGB Variations
Color information
#C3BBED (or 0xC3BBED) is known color: Melrose. HEX triplet: C3, BB and ED. RGB value is (195,187,237). Sum of RGB (Red+Green+Blue) = 195+187+237=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBED is #3C4412. Grayscale: #C2C2C2. Windows color (decimal): -3949587 or 15580099. OLE color: 15580099.
HSL color Cylindrical-coordinate representation of color #C3BBED: hue angle of 249.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BBED is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 187 | 237 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.07 |
| HSL | 249.6º | 0.58% | 0.83% | - |
| HSV(B) | 249.6º | 0.21% | 0.93% | - |
| XYZ | 55.56 | 53.26 | 87.47 | - |
| YUV | 195.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 237 | 0.18 | 0.21 | 0 | 0.07 | 249.6 | 0.58 | 0.83 |
| Hex | C3 | BB | ED | 12 | 15 | 0 | 7 | FA | 3A | 53 |
| Octal | 303 | 273 | 355 | 22 | 25 | 0 | 7 | 372 | 72 | 123 |
| Binary | 11000011 | 10111011 | 11101101 | 10010 | 10101 | 0 | 111 | 11111010 | 111010 | 1010011 |
Color Harmonies of #C3BBED
Complementary color
Monochromatic Colors of #C3BBED
Black with #C3BBED
Text Example
Text Example
White with #C3BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBED; }
p { color: rgb(195,187,237); }
H1.HeaderClassName
{
color: #C3BBED;
}
.AnyTagClassName
{
color: #C3BBED;
}
</style>
background-color css
<style>
a { background-color: #C3BBED; }
a { background-color: rgb(195,187,237); }
div.DivClassName
{
background-color: #C3BBED;
}
.BgClassName
{
background-color: #C3BBED;
}
</style>
border-color css
<style>
span { border-color: #C3BBED; }
span { border-color: rgb(195,187,237); }
td.TdClassName
{
border-color: #C3BBED;
}
.TagClassName
{
border-color: #C3BBED;
}
</style>