Shades of Melrose #C2B8EA
Tints of Melrose #C2B8EA
RGB
CMYK
RGB Variations
Color information
#C2B8EA (or 0xC2B8EA) is known color: Melrose. HEX triplet: C2, B8 and EA. RGB value is (194,184,234). Sum of RGB (Red+Green+Blue) = 194+184+234=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8EA is #3D4715. Grayscale: #C0C0C0. Windows color (decimal): -4015894 or 15382722. OLE color: 15382722.
HSL color Cylindrical-coordinate representation of color #C2B8EA: hue angle of 252º 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 #C2B8EA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 184 | 234 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.08 |
| HSL | 252º | 0.54% | 0.82% | - |
| HSV(B) | 252º | 0.21% | 0.92% | - |
| XYZ | 54.24 | 51.69 | 84.96 | - |
| YUV | 192.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 234 | 0.17 | 0.21 | 0 | 0.08 | 252 | 0.54 | 0.82 |
| Hex | C2 | B8 | EA | 11 | 15 | 0 | 8 | FC | 36 | 52 |
| Octal | 302 | 270 | 352 | 21 | 25 | 0 | 10 | 374 | 66 | 122 |
| Binary | 11000010 | 10111000 | 11101010 | 10001 | 10101 | 0 | 1000 | 11111100 | 110110 | 1010010 |
Color Harmonies of #C2B8EA
Complementary color
Monochromatic Colors of #C2B8EA
Black with #C2B8EA
Text Example
Text Example
White with #C2B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8EA; }
p { color: rgb(194,184,234); }
H1.HeaderClassName
{
color: #C2B8EA;
}
.AnyTagClassName
{
color: #C2B8EA;
}
</style>
background-color css
<style>
a { background-color: #C2B8EA; }
a { background-color: rgb(194,184,234); }
div.DivClassName
{
background-color: #C2B8EA;
}
.BgClassName
{
background-color: #C2B8EA;
}
</style>
border-color css
<style>
span { border-color: #C2B8EA; }
span { border-color: rgb(194,184,234); }
td.TdClassName
{
border-color: #C2B8EA;
}
.TagClassName
{
border-color: #C2B8EA;
}
</style>