Shades of Melrose #C6BEDF
Tints of Melrose #C6BEDF
RGB
CMYK
RGB Variations
Color information
#C6BEDF (or 0xC6BEDF) is known color: Melrose. HEX triplet: C6, BE and DF. RGB value is (198,190,223). Sum of RGB (Red+Green+Blue) = 198+190+223=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDF is #394120. Grayscale: #C4C4C4. Windows color (decimal): -3752225 or 14663366. OLE color: 14663366.
HSL color Cylindrical-coordinate representation of color #C6BEDF: hue angle of 254.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BEDF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 190 | 223 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 254.55º | 0.34% | 0.81% | - |
| HSV(B) | 254.55º | 0.15% | 0.87% | - |
| XYZ | 55.02 | 54.16 | 77.37 | - |
| YUV | 196.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 223 | 0.11 | 0.15 | 0 | 0.13 | 254.55 | 0.34 | 0.81 |
| Hex | C6 | BE | DF | B | F | 0 | D | FF | 22 | 51 |
| Octal | 306 | 276 | 337 | 13 | 17 | 0 | 15 | 377 | 42 | 121 |
| Binary | 11000110 | 10111110 | 11011111 | 1011 | 1111 | 0 | 1101 | 11111111 | 100010 | 1010001 |
Color Harmonies of #C6BEDF
Complementary color
Monochromatic Colors of #C6BEDF
Black with #C6BEDF
Text Example
Text Example
White with #C6BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEDF; }
p { color: rgb(198,190,223); }
H1.HeaderClassName
{
color: #C6BEDF;
}
.AnyTagClassName
{
color: #C6BEDF;
}
</style>
background-color css
<style>
a { background-color: #C6BEDF; }
a { background-color: rgb(198,190,223); }
div.DivClassName
{
background-color: #C6BEDF;
}
.BgClassName
{
background-color: #C6BEDF;
}
</style>
border-color css
<style>
span { border-color: #C6BEDF; }
span { border-color: rgb(198,190,223); }
td.TdClassName
{
border-color: #C6BEDF;
}
.TagClassName
{
border-color: #C6BEDF;
}
</style>