Shades of Melrose #C6B2ED
Tints of Melrose #C6B2ED
RGB
CMYK
RGB Variations
Color information
#C6B2ED (or 0xC6B2ED) is known color: Melrose. HEX triplet: C6, B2 and ED. RGB value is (198,178,237). Sum of RGB (Red+Green+Blue) = 198+178+237=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2ED is #394D12. Grayscale: #BEBEBE. Windows color (decimal): -3755283 or 15577798. OLE color: 15577798.
HSL color Cylindrical-coordinate representation of color #C6B2ED: hue angle of 260.34º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6B2ED is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 178 | 237 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.07 |
| HSL | 260.34º | 0.62% | 0.81% | - |
| HSV(B) | 260.34º | 0.25% | 0.93% | - |
| XYZ | 54.5 | 49.96 | 86.89 | - |
| YUV | 190.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 237 | 0.16 | 0.25 | 0 | 0.07 | 260.34 | 0.62 | 0.81 |
| Hex | C6 | B2 | ED | 10 | 19 | 0 | 7 | 104 | 3E | 51 |
| Octal | 306 | 262 | 355 | 20 | 31 | 0 | 7 | 404 | 76 | 121 |
| Binary | 11000110 | 10110010 | 11101101 | 10000 | 11001 | 0 | 111 | 100000100 | 111110 | 1010001 |
Color Harmonies of #C6B2ED
Complementary color
Monochromatic Colors of #C6B2ED
Black with #C6B2ED
Text Example
Text Example
White with #C6B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B2ED; }
p { color: rgb(198,178,237); }
H1.HeaderClassName
{
color: #C6B2ED;
}
.AnyTagClassName
{
color: #C6B2ED;
}
</style>
background-color css
<style>
a { background-color: #C6B2ED; }
a { background-color: rgb(198,178,237); }
div.DivClassName
{
background-color: #C6B2ED;
}
.BgClassName
{
background-color: #C6B2ED;
}
</style>
border-color css
<style>
span { border-color: #C6B2ED; }
span { border-color: rgb(198,178,237); }
td.TdClassName
{
border-color: #C6B2ED;
}
.TagClassName
{
border-color: #C6B2ED;
}
</style>