Shades of Melrose #C6B6E8
Tints of Melrose #C6B6E8
RGB
CMYK
RGB Variations
Color information
#C6B6E8 (or 0xC6B6E8) is known color: Melrose. HEX triplet: C6, B6 and E8. RGB value is (198,182,232). Sum of RGB (Red+Green+Blue) = 198+182+232=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6E8 is #394917. Grayscale: #C0C0C0. Windows color (decimal): -3754264 or 15251142. OLE color: 15251142.
HSL color Cylindrical-coordinate representation of color #C6B6E8: hue angle of 259.2º degrees, saturation: 0.52, 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 #C6B6E8 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 182 | 232 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.09 |
| HSL | 259.2º | 0.52% | 0.81% | - |
| HSV(B) | 259.2º | 0.22% | 0.91% | - |
| XYZ | 54.58 | 51.29 | 83.37 | - |
| YUV | 192.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 232 | 0.15 | 0.22 | 0 | 0.09 | 259.2 | 0.52 | 0.81 |
| Hex | C6 | B6 | E8 | F | 16 | 0 | 9 | 103 | 34 | 51 |
| Octal | 306 | 266 | 350 | 17 | 26 | 0 | 11 | 403 | 64 | 121 |
| Binary | 11000110 | 10110110 | 11101000 | 1111 | 10110 | 0 | 1001 | 100000011 | 110100 | 1010001 |
Color Harmonies of #C6B6E8
Complementary color
Monochromatic Colors of #C6B6E8
Black with #C6B6E8
Text Example
Text Example
White with #C6B6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6E8; }
p { color: rgb(198,182,232); }
H1.HeaderClassName
{
color: #C6B6E8;
}
.AnyTagClassName
{
color: #C6B6E8;
}
</style>
background-color css
<style>
a { background-color: #C6B6E8; }
a { background-color: rgb(198,182,232); }
div.DivClassName
{
background-color: #C6B6E8;
}
.BgClassName
{
background-color: #C6B6E8;
}
</style>
border-color css
<style>
span { border-color: #C6B6E8; }
span { border-color: rgb(198,182,232); }
td.TdClassName
{
border-color: #C6B6E8;
}
.TagClassName
{
border-color: #C6B6E8;
}
</style>