Shades of Melrose #C3BBD6
Tints of Melrose #C3BBD6
RGB
CMYK
RGB Variations
Color information
#C3BBD6 (or 0xC3BBD6) is known color: Melrose. HEX triplet: C3, BB and D6. RGB value is (195,187,214). Sum of RGB (Red+Green+Blue) = 195+187+214=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBD6 is #3C4429. Grayscale: #C0C0C0. Windows color (decimal): -3949610 or 14072771. OLE color: 14072771.
HSL color Cylindrical-coordinate representation of color #C3BBD6: hue angle of 257.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BBD6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 187 | 214 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.16 |
| HSL | 257.78º | 0.25% | 0.79% | - |
| HSV(B) | 257.78º | 0.13% | 0.84% | - |
| XYZ | 52.41 | 52 | 70.89 | - |
| YUV | 192.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 214 | 0.09 | 0.13 | 0 | 0.16 | 257.78 | 0.25 | 0.79 |
| Hex | C3 | BB | D6 | 9 | D | 0 | 10 | 102 | 19 | 4F |
| Octal | 303 | 273 | 326 | 11 | 15 | 0 | 20 | 402 | 31 | 117 |
| Binary | 11000011 | 10111011 | 11010110 | 1001 | 1101 | 0 | 10000 | 100000010 | 11001 | 1001111 |
Color Harmonies of #C3BBD6
Complementary color
Monochromatic Colors of #C3BBD6
Black with #C3BBD6
Text Example
Text Example
White with #C3BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBD6; }
p { color: rgb(195,187,214); }
H1.HeaderClassName
{
color: #C3BBD6;
}
.AnyTagClassName
{
color: #C3BBD6;
}
</style>
background-color css
<style>
a { background-color: #C3BBD6; }
a { background-color: rgb(195,187,214); }
div.DivClassName
{
background-color: #C3BBD6;
}
.BgClassName
{
background-color: #C3BBD6;
}
</style>
border-color css
<style>
span { border-color: #C3BBD6; }
span { border-color: rgb(195,187,214); }
td.TdClassName
{
border-color: #C3BBD6;
}
.TagClassName
{
border-color: #C3BBD6;
}
</style>