Shades of Melrose #C3B5EA
Tints of Melrose #C3B5EA
RGB
CMYK
RGB Variations
Color information
#C3B5EA (or 0xC3B5EA) is known color: Melrose. HEX triplet: C3, B5 and EA. RGB value is (195,181,234). Sum of RGB (Red+Green+Blue) = 195+181+234=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5EA is #3C4A15. Grayscale: #BFBFBF. Windows color (decimal): -3951126 or 15381955. OLE color: 15381955.
HSL color Cylindrical-coordinate representation of color #C3B5EA: hue angle of 255.85º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B5EA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 181 | 234 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.08 |
| HSL | 255.85º | 0.56% | 0.81% | - |
| HSV(B) | 255.85º | 0.23% | 0.92% | - |
| XYZ | 53.88 | 50.59 | 84.77 | - |
| YUV | 191.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 234 | 0.17 | 0.23 | 0 | 0.08 | 255.85 | 0.56 | 0.81 |
| Hex | C3 | B5 | EA | 11 | 17 | 0 | 8 | 100 | 38 | 51 |
| Octal | 303 | 265 | 352 | 21 | 27 | 0 | 10 | 400 | 70 | 121 |
| Binary | 11000011 | 10110101 | 11101010 | 10001 | 10111 | 0 | 1000 | 100000000 | 111000 | 1010001 |
Color Harmonies of #C3B5EA
Complementary color
Monochromatic Colors of #C3B5EA
Black with #C3B5EA
Text Example
Text Example
White with #C3B5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B5EA; }
p { color: rgb(195,181,234); }
H1.HeaderClassName
{
color: #C3B5EA;
}
.AnyTagClassName
{
color: #C3B5EA;
}
</style>
background-color css
<style>
a { background-color: #C3B5EA; }
a { background-color: rgb(195,181,234); }
div.DivClassName
{
background-color: #C3B5EA;
}
.BgClassName
{
background-color: #C3B5EA;
}
</style>
border-color css
<style>
span { border-color: #C3B5EA; }
span { border-color: rgb(195,181,234); }
td.TdClassName
{
border-color: #C3B5EA;
}
.TagClassName
{
border-color: #C3B5EA;
}
</style>