Shades of Melrose #C6BDEF
Tints of Melrose #C6BDEF
RGB
CMYK
RGB Variations
Color information
#C6BDEF (or 0xC6BDEF) is known color: Melrose. HEX triplet: C6, BD and EF. RGB value is (198,189,239). Sum of RGB (Red+Green+Blue) = 198+189+239=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDEF is #394210. Grayscale: #C5C5C5. Windows color (decimal): -3752465 or 15711686. OLE color: 15711686.
HSL color Cylindrical-coordinate representation of color #C6BDEF: hue angle of 250.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BDEF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 189 | 239 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.06 |
| HSL | 250.8º | 0.61% | 0.84% | - |
| HSV(B) | 250.8º | 0.21% | 0.94% | - |
| XYZ | 57.07 | 54.63 | 89.2 | - |
| YUV | 197.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 239 | 0.17 | 0.21 | 0 | 0.06 | 250.8 | 0.61 | 0.84 |
| Hex | C6 | BD | EF | 11 | 15 | 0 | 6 | FB | 3D | 54 |
| Octal | 306 | 275 | 357 | 21 | 25 | 0 | 6 | 373 | 75 | 124 |
| Binary | 11000110 | 10111101 | 11101111 | 10001 | 10101 | 0 | 110 | 11111011 | 111101 | 1010100 |
Color Harmonies of #C6BDEF
Complementary color
Monochromatic Colors of #C6BDEF
Black with #C6BDEF
Text Example
Text Example
White with #C6BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDEF; }
p { color: rgb(198,189,239); }
H1.HeaderClassName
{
color: #C6BDEF;
}
.AnyTagClassName
{
color: #C6BDEF;
}
</style>
background-color css
<style>
a { background-color: #C6BDEF; }
a { background-color: rgb(198,189,239); }
div.DivClassName
{
background-color: #C6BDEF;
}
.BgClassName
{
background-color: #C6BDEF;
}
</style>
border-color css
<style>
span { border-color: #C6BDEF; }
span { border-color: rgb(198,189,239); }
td.TdClassName
{
border-color: #C6BDEF;
}
.TagClassName
{
border-color: #C6BDEF;
}
</style>