Shades of Melrose #C3BCD4
Tints of Melrose #C3BCD4
RGB
CMYK
RGB Variations
Color information
#C3BCD4 (or 0xC3BCD4) is known color: Melrose. HEX triplet: C3, BC and D4. RGB value is (195,188,212). Sum of RGB (Red+Green+Blue) = 195+188+212=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #C3BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCD4 is #3C432B. Grayscale: #C0C0C0. Windows color (decimal): -3949356 or 13941955. OLE color: 13941955.
HSL color Cylindrical-coordinate representation of color #C3BCD4: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3BCD4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 188 | 212 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.17 |
| HSL | 257.5º | 0.22% | 0.78% | - |
| HSV(B) | 257.5º | 0.11% | 0.83% | - |
| XYZ | 52.37 | 52.32 | 69.63 | - |
| YUV | 192.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 212 | 0.08 | 0.11 | 0 | 0.17 | 257.5 | 0.22 | 0.78 |
| Hex | C3 | BC | D4 | 8 | B | 0 | 11 | 102 | 16 | 4E |
| Octal | 303 | 274 | 324 | 10 | 13 | 0 | 21 | 402 | 26 | 116 |
| Binary | 11000011 | 10111100 | 11010100 | 1000 | 1011 | 0 | 10001 | 100000010 | 10110 | 1001110 |
Color Harmonies of #C3BCD4
Complementary color
Monochromatic Colors of #C3BCD4
Black with #C3BCD4
Text Example
Text Example
White with #C3BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCD4; }
p { color: rgb(195,188,212); }
H1.HeaderClassName
{
color: #C3BCD4;
}
.AnyTagClassName
{
color: #C3BCD4;
}
</style>
background-color css
<style>
a { background-color: #C3BCD4; }
a { background-color: rgb(195,188,212); }
div.DivClassName
{
background-color: #C3BCD4;
}
.BgClassName
{
background-color: #C3BCD4;
}
</style>
border-color css
<style>
span { border-color: #C3BCD4; }
span { border-color: rgb(195,188,212); }
td.TdClassName
{
border-color: #C3BCD4;
}
.TagClassName
{
border-color: #C3BCD4;
}
</style>