Shades of Melrose #C6BDDE
Tints of Melrose #C6BDDE
RGB
CMYK
RGB Variations
Color information
#C6BDDE (or 0xC6BDDE) is known color: Melrose. HEX triplet: C6, BD and DE. RGB value is (198,189,222). Sum of RGB (Red+Green+Blue) = 198+189+222=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDE is #394221. Grayscale: #C3C3C3. Windows color (decimal): -3752482 or 14597574. OLE color: 14597574.
HSL color Cylindrical-coordinate representation of color #C6BDDE: hue angle of 256.36º degrees, saturation: 0.33, 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 #C6BDDE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 189 | 222 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 256.36º | 0.33% | 0.81% | - |
| HSV(B) | 256.36º | 0.15% | 0.87% | - |
| XYZ | 54.67 | 53.67 | 76.59 | - |
| YUV | 195.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 222 | 0.11 | 0.15 | 0 | 0.13 | 256.36 | 0.33 | 0.81 |
| Hex | C6 | BD | DE | B | F | 0 | D | 100 | 21 | 51 |
| Octal | 306 | 275 | 336 | 13 | 17 | 0 | 15 | 400 | 41 | 121 |
| Binary | 11000110 | 10111101 | 11011110 | 1011 | 1111 | 0 | 1101 | 100000000 | 100001 | 1010001 |
Color Harmonies of #C6BDDE
Complementary color
Monochromatic Colors of #C6BDDE
Black with #C6BDDE
Text Example
Text Example
White with #C6BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDDE; }
p { color: rgb(198,189,222); }
H1.HeaderClassName
{
color: #C6BDDE;
}
.AnyTagClassName
{
color: #C6BDDE;
}
</style>
background-color css
<style>
a { background-color: #C6BDDE; }
a { background-color: rgb(198,189,222); }
div.DivClassName
{
background-color: #C6BDDE;
}
.BgClassName
{
background-color: #C6BDDE;
}
</style>
border-color css
<style>
span { border-color: #C6BDDE; }
span { border-color: rgb(198,189,222); }
td.TdClassName
{
border-color: #C6BDDE;
}
.TagClassName
{
border-color: #C6BDDE;
}
</style>