Shades of Melrose #C3B8EA
Tints of Melrose #C3B8EA
RGB
CMYK
RGB Variations
Color information
#C3B8EA (or 0xC3B8EA) is known color: Melrose. HEX triplet: C3, B8 and EA. RGB value is (195,184,234). Sum of RGB (Red+Green+Blue) = 195+184+234=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8EA is #3C4715. Grayscale: #C0C0C0. Windows color (decimal): -3950358 or 15382723. OLE color: 15382723.
HSL color Cylindrical-coordinate representation of color #C3B8EA: hue angle of 253.2º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3B8EA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 184 | 234 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.08 |
| HSL | 253.2º | 0.54% | 0.82% | - |
| HSV(B) | 253.2º | 0.21% | 0.92% | - |
| XYZ | 54.5 | 51.82 | 84.97 | - |
| YUV | 192.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 234 | 0.17 | 0.21 | 0 | 0.08 | 253.2 | 0.54 | 0.82 |
| Hex | C3 | B8 | EA | 11 | 15 | 0 | 8 | FD | 36 | 52 |
| Octal | 303 | 270 | 352 | 21 | 25 | 0 | 10 | 375 | 66 | 122 |
| Binary | 11000011 | 10111000 | 11101010 | 10001 | 10101 | 0 | 1000 | 11111101 | 110110 | 1010010 |
Color Harmonies of #C3B8EA
Complementary color
Monochromatic Colors of #C3B8EA
Black with #C3B8EA
Text Example
Text Example
White with #C3B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8EA; }
p { color: rgb(195,184,234); }
H1.HeaderClassName
{
color: #C3B8EA;
}
.AnyTagClassName
{
color: #C3B8EA;
}
</style>
background-color css
<style>
a { background-color: #C3B8EA; }
a { background-color: rgb(195,184,234); }
div.DivClassName
{
background-color: #C3B8EA;
}
.BgClassName
{
background-color: #C3B8EA;
}
</style>
border-color css
<style>
span { border-color: #C3B8EA; }
span { border-color: rgb(195,184,234); }
td.TdClassName
{
border-color: #C3B8EA;
}
.TagClassName
{
border-color: #C3B8EA;
}
</style>