Shades of Melrose #C3BDE6
Tints of Melrose #C3BDE6
RGB
CMYK
RGB Variations
Color information
#C3BDE6 (or 0xC3BDE6) is known color: Melrose. HEX triplet: C3, BD and E6. RGB value is (195,189,230). Sum of RGB (Red+Green+Blue) = 195+189+230=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #C3BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDE6 is #3C4219. Grayscale: #C3C3C3. Windows color (decimal): -3949082 or 15121859. OLE color: 15121859.
HSL color Cylindrical-coordinate representation of color #C3BDE6: hue angle of 248.78º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3BDE6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 189 | 230 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.10 |
| HSL | 248.78º | 0.45% | 0.82% | - |
| HSV(B) | 248.78º | 0.18% | 0.9% | - |
| XYZ | 54.99 | 53.71 | 82.33 | - |
| YUV | 195.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 230 | 0.15 | 0.18 | 0 | 0.10 | 248.78 | 0.45 | 0.82 |
| Hex | C3 | BD | E6 | F | 12 | 0 | A | F9 | 2D | 52 |
| Octal | 303 | 275 | 346 | 17 | 22 | 0 | 12 | 371 | 55 | 122 |
| Binary | 11000011 | 10111101 | 11100110 | 1111 | 10010 | 0 | 1010 | 11111001 | 101101 | 1010010 |
Color Harmonies of #C3BDE6
Complementary color
Monochromatic Colors of #C3BDE6
Black with #C3BDE6
Text Example
Text Example
White with #C3BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDE6; }
p { color: rgb(195,189,230); }
H1.HeaderClassName
{
color: #C3BDE6;
}
.AnyTagClassName
{
color: #C3BDE6;
}
</style>
background-color css
<style>
a { background-color: #C3BDE6; }
a { background-color: rgb(195,189,230); }
div.DivClassName
{
background-color: #C3BDE6;
}
.BgClassName
{
background-color: #C3BDE6;
}
</style>
border-color css
<style>
span { border-color: #C3BDE6; }
span { border-color: rgb(195,189,230); }
td.TdClassName
{
border-color: #C3BDE6;
}
.TagClassName
{
border-color: #C3BDE6;
}
</style>