Shades of Melrose #C3BADE
Tints of Melrose #C3BADE
RGB
CMYK
RGB Variations
Color information
#C3BADE (or 0xC3BADE) is known color: Melrose. HEX triplet: C3, BA and DE. RGB value is (195,186,222). Sum of RGB (Red+Green+Blue) = 195+186+222=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BADE is #3C4521. Grayscale: #C0C0C0. Windows color (decimal): -3949858 or 14596803. OLE color: 14596803.
HSL color Cylindrical-coordinate representation of color #C3BADE: hue angle of 255º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BADE is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 186 | 222 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 255º | 0.35% | 0.8% | - |
| HSV(B) | 255º | 0.16% | 0.87% | - |
| XYZ | 53.25 | 51.99 | 76.34 | - |
| YUV | 192.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 222 | 0.12 | 0.16 | 0 | 0.13 | 255 | 0.35 | 0.8 |
| Hex | C3 | BA | DE | C | 10 | 0 | D | FF | 23 | 50 |
| Octal | 303 | 272 | 336 | 14 | 20 | 0 | 15 | 377 | 43 | 120 |
| Binary | 11000011 | 10111010 | 11011110 | 1100 | 10000 | 0 | 1101 | 11111111 | 100011 | 1010000 |
Color Harmonies of #C3BADE
Complementary color
Monochromatic Colors of #C3BADE
Black with #C3BADE
Text Example
Text Example
White with #C3BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BADE; }
p { color: rgb(195,186,222); }
H1.HeaderClassName
{
color: #C3BADE;
}
.AnyTagClassName
{
color: #C3BADE;
}
</style>
background-color css
<style>
a { background-color: #C3BADE; }
a { background-color: rgb(195,186,222); }
div.DivClassName
{
background-color: #C3BADE;
}
.BgClassName
{
background-color: #C3BADE;
}
</style>
border-color css
<style>
span { border-color: #C3BADE; }
span { border-color: rgb(195,186,222); }
td.TdClassName
{
border-color: #C3BADE;
}
.TagClassName
{
border-color: #C3BADE;
}
</style>