Shades of Melrose #C6BFDE
Tints of Melrose #C6BFDE
RGB
CMYK
RGB Variations
Color information
#C6BFDE (or 0xC6BFDE) is known color: Melrose. HEX triplet: C6, BF and DE. RGB value is (198,191,222). Sum of RGB (Red+Green+Blue) = 198+191+222=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDE is #394021. Grayscale: #C4C4C4. Windows color (decimal): -3751970 or 14598086. OLE color: 14598086.
HSL color Cylindrical-coordinate representation of color #C6BFDE: hue angle of 253.55º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BFDE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 191 | 222 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 253.55º | 0.32% | 0.81% | - |
| HSV(B) | 253.55º | 0.14% | 0.87% | - |
| XYZ | 55.1 | 54.54 | 76.73 | - |
| YUV | 196.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 222 | 0.11 | 0.14 | 0 | 0.13 | 253.55 | 0.32 | 0.81 |
| Hex | C6 | BF | DE | B | E | 0 | D | FE | 20 | 51 |
| Octal | 306 | 277 | 336 | 13 | 16 | 0 | 15 | 376 | 40 | 121 |
| Binary | 11000110 | 10111111 | 11011110 | 1011 | 1110 | 0 | 1101 | 11111110 | 100000 | 1010001 |
Color Harmonies of #C6BFDE
Complementary color
Monochromatic Colors of #C6BFDE
Black with #C6BFDE
Text Example
Text Example
White with #C6BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFDE; }
p { color: rgb(198,191,222); }
H1.HeaderClassName
{
color: #C6BFDE;
}
.AnyTagClassName
{
color: #C6BFDE;
}
</style>
background-color css
<style>
a { background-color: #C6BFDE; }
a { background-color: rgb(198,191,222); }
div.DivClassName
{
background-color: #C6BFDE;
}
.BgClassName
{
background-color: #C6BFDE;
}
</style>
border-color css
<style>
span { border-color: #C6BFDE; }
span { border-color: rgb(198,191,222); }
td.TdClassName
{
border-color: #C6BFDE;
}
.TagClassName
{
border-color: #C6BFDE;
}
</style>