Shades of Melrose #C6BDDF
Tints of Melrose #C6BDDF
RGB
CMYK
RGB Variations
Color information
#C6BDDF (or 0xC6BDDF) is known color: Melrose. HEX triplet: C6, BD and DF. RGB value is (198,189,223). Sum of RGB (Red+Green+Blue) = 198+189+223=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDF is #394220. Grayscale: #C3C3C3. Windows color (decimal): -3752481 or 14663110. OLE color: 14663110.
HSL color Cylindrical-coordinate representation of color #C6BDDF: hue angle of 255.88º degrees, saturation: 0.35, 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 #C6BDDF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 189 | 223 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 255.88º | 0.35% | 0.81% | - |
| HSV(B) | 255.88º | 0.15% | 0.87% | - |
| XYZ | 54.81 | 53.73 | 77.29 | - |
| YUV | 195.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 223 | 0.11 | 0.15 | 0 | 0.13 | 255.88 | 0.35 | 0.81 |
| Hex | C6 | BD | DF | B | F | 0 | D | 100 | 23 | 51 |
| Octal | 306 | 275 | 337 | 13 | 17 | 0 | 15 | 400 | 43 | 121 |
| Binary | 11000110 | 10111101 | 11011111 | 1011 | 1111 | 0 | 1101 | 100000000 | 100011 | 1010001 |
Color Harmonies of #C6BDDF
Complementary color
Monochromatic Colors of #C6BDDF
Black with #C6BDDF
Text Example
Text Example
White with #C6BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDDF; }
p { color: rgb(198,189,223); }
H1.HeaderClassName
{
color: #C6BDDF;
}
.AnyTagClassName
{
color: #C6BDDF;
}
</style>
background-color css
<style>
a { background-color: #C6BDDF; }
a { background-color: rgb(198,189,223); }
div.DivClassName
{
background-color: #C6BDDF;
}
.BgClassName
{
background-color: #C6BDDF;
}
</style>
border-color css
<style>
span { border-color: #C6BDDF; }
span { border-color: rgb(198,189,223); }
td.TdClassName
{
border-color: #C6BDDF;
}
.TagClassName
{
border-color: #C6BDDF;
}
</style>