Shades of Melrose #C5B5E7
Tints of Melrose #C5B5E7
RGB
CMYK
RGB Variations
Color information
#C5B5E7 (or 0xC5B5E7) is known color: Melrose. HEX triplet: C5, B5 and E7. RGB value is (197,181,231). Sum of RGB (Red+Green+Blue) = 197+181+231=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5B5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B5E7 is #3A4A18. Grayscale: #BFBFBF. Windows color (decimal): -3820057 or 15185349. OLE color: 15185349.
HSL color Cylindrical-coordinate representation of color #C5B5E7: hue angle of 259.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B5E7 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 197 | 181 | 231 | - |
CMYK | 0.15 | 0.22 | 0 | 0.09 |
HSL | 259.2º | 0.51% | 0.81% | - |
HSV(B) | 259.2º | 0.22% | 0.91% | - |
XYZ | 53.97 | 50.69 | 82.54 | - |
YUV | 191.48 | 150.3 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 181 | 231 | 0.15 | 0.22 | 0 | 0.09 | 259.2 | 0.51 | 0.81 |
Hex | C5 | B5 | E7 | F | 16 | 0 | 9 | 103 | 33 | 51 |
Octal | 305 | 265 | 347 | 17 | 26 | 0 | 11 | 403 | 63 | 121 |
Binary | 11000101 | 10110101 | 11100111 | 1111 | 10110 | 0 | 1001 | 100000011 | 110011 | 1010001 |
Color Harmonies of #C5B5E7
Complementary color
Monochromatic Colors of #C5B5E7
Black with #C5B5E7
Text Example
Text Example
White with #C5B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5E7; }
p { color: rgb(197,181,231); }
H1.HeaderClassName
{
color: #C5B5E7;
}
.AnyTagClassName
{
color: #C5B5E7;
}
</style>
background-color css
<style>
a { background-color: #C5B5E7; }
a { background-color: rgb(197,181,231); }
div.DivClassName
{
background-color: #C5B5E7;
}
.BgClassName
{
background-color: #C5B5E7;
}
</style>
border-color css
<style>
span { border-color: #C5B5E7; }
span { border-color: rgb(197,181,231); }
td.TdClassName
{
border-color: #C5B5E7;
}
.TagClassName
{
border-color: #C5B5E7;
}
</style>