Shades of Melrose #C3BAD6
Tints of Melrose #C3BAD6
RGB
CMYK
RGB Variations
Color information
#C3BAD6 (or 0xC3BAD6) is known color: Melrose. HEX triplet: C3, BA and D6. RGB value is (195,186,214). Sum of RGB (Red+Green+Blue) = 195+186+214=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD6 is #3C4529. Grayscale: #BFBFBF. Windows color (decimal): -3949866 or 14072515. OLE color: 14072515.
HSL color Cylindrical-coordinate representation of color #C3BAD6: hue angle of 259.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BAD6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 195 | 186 | 214 | - |
CMYK | 0.09 | 0.13 | 0 | 0.16 |
HSL | 259.29º | 0.25% | 0.78% | - |
HSV(B) | 259.29º | 0.13% | 0.84% | - |
XYZ | 52.2 | 51.57 | 70.82 | - |
YUV | 191.88 | 140.48 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 186 | 214 | 0.09 | 0.13 | 0 | 0.16 | 259.29 | 0.25 | 0.78 |
Hex | C3 | BA | D6 | 9 | D | 0 | 10 | 103 | 19 | 4E |
Octal | 303 | 272 | 326 | 11 | 15 | 0 | 20 | 403 | 31 | 116 |
Binary | 11000011 | 10111010 | 11010110 | 1001 | 1101 | 0 | 10000 | 100000011 | 11001 | 1001110 |
Color Harmonies of #C3BAD6
Complementary color
Monochromatic Colors of #C3BAD6
Black with #C3BAD6
Text Example
Text Example
White with #C3BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAD6; }
p { color: rgb(195,186,214); }
H1.HeaderClassName
{
color: #C3BAD6;
}
.AnyTagClassName
{
color: #C3BAD6;
}
</style>
background-color css
<style>
a { background-color: #C3BAD6; }
a { background-color: rgb(195,186,214); }
div.DivClassName
{
background-color: #C3BAD6;
}
.BgClassName
{
background-color: #C3BAD6;
}
</style>
border-color css
<style>
span { border-color: #C3BAD6; }
span { border-color: rgb(195,186,214); }
td.TdClassName
{
border-color: #C3BAD6;
}
.TagClassName
{
border-color: #C3BAD6;
}
</style>