Shades of Melrose #C5B2EA
Tints of Melrose #C5B2EA
RGB
CMYK
RGB Variations
Color information
#C5B2EA (or 0xC5B2EA) is known color: Melrose. HEX triplet: C5, B2 and EA. RGB value is (197,178,234). Sum of RGB (Red+Green+Blue) = 197+178+234=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2EA is #3A4D15. Grayscale: #BDBDBD. Windows color (decimal): -3820822 or 15381189. OLE color: 15381189.
HSL color Cylindrical-coordinate representation of color #C5B2EA: hue angle of 260.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B2EA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 178 | 234 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.08 |
| HSL | 260.36º | 0.57% | 0.81% | - |
| HSV(B) | 260.36º | 0.24% | 0.92% | - |
| XYZ | 53.8 | 49.65 | 84.59 | - |
| YUV | 190.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 234 | 0.16 | 0.24 | 0 | 0.08 | 260.36 | 0.57 | 0.81 |
| Hex | C5 | B2 | EA | 10 | 18 | 0 | 8 | 104 | 39 | 51 |
| Octal | 305 | 262 | 352 | 20 | 30 | 0 | 10 | 404 | 71 | 121 |
| Binary | 11000101 | 10110010 | 11101010 | 10000 | 11000 | 0 | 1000 | 100000100 | 111001 | 1010001 |
Color Harmonies of #C5B2EA
Complementary color
Monochromatic Colors of #C5B2EA
Black with #C5B2EA
Text Example
Text Example
White with #C5B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B2EA; }
p { color: rgb(197,178,234); }
H1.HeaderClassName
{
color: #C5B2EA;
}
.AnyTagClassName
{
color: #C5B2EA;
}
</style>
background-color css
<style>
a { background-color: #C5B2EA; }
a { background-color: rgb(197,178,234); }
div.DivClassName
{
background-color: #C5B2EA;
}
.BgClassName
{
background-color: #C5B2EA;
}
</style>
border-color css
<style>
span { border-color: #C5B2EA; }
span { border-color: rgb(197,178,234); }
td.TdClassName
{
border-color: #C5B2EA;
}
.TagClassName
{
border-color: #C5B2EA;
}
</style>