Shades of Melrose #C6B9E8
Tints of Melrose #C6B9E8
RGB
CMYK
RGB Variations
Color information
#C6B9E8 (or 0xC6B9E8) is known color: Melrose. HEX triplet: C6, B9 and E8. RGB value is (198,185,232). Sum of RGB (Red+Green+Blue) = 198+185+232=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6B9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B9E8 is #394617. Grayscale: #C2C2C2. Windows color (decimal): -3753496 or 15251910. OLE color: 15251910.
HSL color Cylindrical-coordinate representation of color #C6B9E8: hue angle of 256.6º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B9E8 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 185 | 232 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.09 |
| HSL | 256.6º | 0.51% | 0.82% | - |
| HSV(B) | 256.6º | 0.2% | 0.91% | - |
| XYZ | 55.2 | 52.53 | 83.57 | - |
| YUV | 194.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 232 | 0.15 | 0.20 | 0 | 0.09 | 256.6 | 0.51 | 0.82 |
| Hex | C6 | B9 | E8 | F | 14 | 0 | 9 | 101 | 33 | 52 |
| Octal | 306 | 271 | 350 | 17 | 24 | 0 | 11 | 401 | 63 | 122 |
| Binary | 11000110 | 10111001 | 11101000 | 1111 | 10100 | 0 | 1001 | 100000001 | 110011 | 1010010 |
Color Harmonies of #C6B9E8
Complementary color
Monochromatic Colors of #C6B9E8
Black with #C6B9E8
Text Example
Text Example
White with #C6B9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B9E8; }
p { color: rgb(198,185,232); }
H1.HeaderClassName
{
color: #C6B9E8;
}
.AnyTagClassName
{
color: #C6B9E8;
}
</style>
background-color css
<style>
a { background-color: #C6B9E8; }
a { background-color: rgb(198,185,232); }
div.DivClassName
{
background-color: #C6B9E8;
}
.BgClassName
{
background-color: #C6B9E8;
}
</style>
border-color css
<style>
span { border-color: #C6B9E8; }
span { border-color: rgb(198,185,232); }
td.TdClassName
{
border-color: #C6B9E8;
}
.TagClassName
{
border-color: #C6B9E8;
}
</style>