Shades of Melrose #C6B6ED
Tints of Melrose #C6B6ED
RGB
CMYK
RGB Variations
Color information
#C6B6ED (or 0xC6B6ED) is known color: Melrose. HEX triplet: C6, B6 and ED. RGB value is (198,182,237). Sum of RGB (Red+Green+Blue) = 198+182+237=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6ED is #394912. Grayscale: #C0C0C0. Windows color (decimal): -3754259 or 15578822. OLE color: 15578822.
HSL color Cylindrical-coordinate representation of color #C6B6ED: hue angle of 257.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6B6ED is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 198 | 182 | 237 | - |
CMYK | 0.16 | 0.23 | 0 | 0.07 |
HSL | 257.45º | 0.6% | 0.82% | - |
HSV(B) | 257.45º | 0.23% | 0.93% | - |
XYZ | 55.3 | 51.58 | 87.16 | - |
YUV | 193.05 | 152.8 | 131.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 182 | 237 | 0.16 | 0.23 | 0 | 0.07 | 257.45 | 0.6 | 0.82 |
Hex | C6 | B6 | ED | 10 | 17 | 0 | 7 | 101 | 3C | 52 |
Octal | 306 | 266 | 355 | 20 | 27 | 0 | 7 | 401 | 74 | 122 |
Binary | 11000110 | 10110110 | 11101101 | 10000 | 10111 | 0 | 111 | 100000001 | 111100 | 1010010 |
Color Harmonies of #C6B6ED
Complementary color
Monochromatic Colors of #C6B6ED
Black with #C6B6ED
Text Example
Text Example
White with #C6B6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6ED; }
p { color: rgb(198,182,237); }
H1.HeaderClassName
{
color: #C6B6ED;
}
.AnyTagClassName
{
color: #C6B6ED;
}
</style>
background-color css
<style>
a { background-color: #C6B6ED; }
a { background-color: rgb(198,182,237); }
div.DivClassName
{
background-color: #C6B6ED;
}
.BgClassName
{
background-color: #C6B6ED;
}
</style>
border-color css
<style>
span { border-color: #C6B6ED; }
span { border-color: rgb(198,182,237); }
td.TdClassName
{
border-color: #C6B6ED;
}
.TagClassName
{
border-color: #C6B6ED;
}
</style>