Shades of Melrose #C6BDED
Tints of Melrose #C6BDED
RGB
CMYK
RGB Variations
Color information
#C6BDED (or 0xC6BDED) is known color: Melrose. HEX triplet: C6, BD and ED. RGB value is (198,189,237). Sum of RGB (Red+Green+Blue) = 198+189+237=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDED is #394212. Grayscale: #C4C4C4. Windows color (decimal): -3752467 or 15580614. OLE color: 15580614.
HSL color Cylindrical-coordinate representation of color #C6BDED: hue angle of 251.25º 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 #C6BDED is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 189 | 237 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.07 |
| HSL | 251.25º | 0.57% | 0.84% | - |
| HSV(B) | 251.25º | 0.2% | 0.93% | - |
| XYZ | 56.77 | 54.52 | 87.65 | - |
| YUV | 197.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 237 | 0.16 | 0.20 | 0 | 0.07 | 251.25 | 0.57 | 0.84 |
| Hex | C6 | BD | ED | 10 | 14 | 0 | 7 | FB | 39 | 54 |
| Octal | 306 | 275 | 355 | 20 | 24 | 0 | 7 | 373 | 71 | 124 |
| Binary | 11000110 | 10111101 | 11101101 | 10000 | 10100 | 0 | 111 | 11111011 | 111001 | 1010100 |
Color Harmonies of #C6BDED
Complementary color
Monochromatic Colors of #C6BDED
Black with #C6BDED
Text Example
Text Example
White with #C6BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDED; }
p { color: rgb(198,189,237); }
H1.HeaderClassName
{
color: #C6BDED;
}
.AnyTagClassName
{
color: #C6BDED;
}
</style>
background-color css
<style>
a { background-color: #C6BDED; }
a { background-color: rgb(198,189,237); }
div.DivClassName
{
background-color: #C6BDED;
}
.BgClassName
{
background-color: #C6BDED;
}
</style>
border-color css
<style>
span { border-color: #C6BDED; }
span { border-color: rgb(198,189,237); }
td.TdClassName
{
border-color: #C6BDED;
}
.TagClassName
{
border-color: #C6BDED;
}
</style>