Shades of Melrose #C6BEED
Tints of Melrose #C6BEED
RGB
CMYK
RGB Variations
Color information
#C6BEED (or 0xC6BEED) is known color: Melrose. HEX triplet: C6, BE and ED. RGB value is (198,190,237). Sum of RGB (Red+Green+Blue) = 198+190+237=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEED is #394112. Grayscale: #C5C5C5. Windows color (decimal): -3752211 or 15580870. OLE color: 15580870.
HSL color Cylindrical-coordinate representation of color #C6BEED: hue angle of 250.21º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BEED is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 190 | 237 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.07 |
| HSL | 250.21º | 0.57% | 0.84% | - |
| HSV(B) | 250.21º | 0.2% | 0.93% | - |
| XYZ | 56.99 | 54.95 | 87.72 | - |
| YUV | 197.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 237 | 0.16 | 0.20 | 0 | 0.07 | 250.21 | 0.57 | 0.84 |
| Hex | C6 | BE | ED | 10 | 14 | 0 | 7 | FA | 39 | 54 |
| Octal | 306 | 276 | 355 | 20 | 24 | 0 | 7 | 372 | 71 | 124 |
| Binary | 11000110 | 10111110 | 11101101 | 10000 | 10100 | 0 | 111 | 11111010 | 111001 | 1010100 |
Color Harmonies of #C6BEED
Complementary color
Monochromatic Colors of #C6BEED
Black with #C6BEED
Text Example
Text Example
White with #C6BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEED; }
p { color: rgb(198,190,237); }
H1.HeaderClassName
{
color: #C6BEED;
}
.AnyTagClassName
{
color: #C6BEED;
}
</style>
background-color css
<style>
a { background-color: #C6BEED; }
a { background-color: rgb(198,190,237); }
div.DivClassName
{
background-color: #C6BEED;
}
.BgClassName
{
background-color: #C6BEED;
}
</style>
border-color css
<style>
span { border-color: #C6BEED; }
span { border-color: rgb(198,190,237); }
td.TdClassName
{
border-color: #C6BEED;
}
.TagClassName
{
border-color: #C6BEED;
}
</style>