Shades of Melrose #C6BDE0
Tints of Melrose #C6BDE0
RGB
CMYK
RGB Variations
Color information
#C6BDE0 (or 0xC6BDE0) is known color: Melrose. HEX triplet: C6, BD and E0. RGB value is (198,189,224). Sum of RGB (Red+Green+Blue) = 198+189+224=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDE0 is #39421F. Grayscale: #C3C3C3. Windows color (decimal): -3752480 or 14728646. OLE color: 14728646.
HSL color Cylindrical-coordinate representation of color #C6BDE0: hue angle of 255.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6BDE0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 189 | 224 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.12 |
| HSL | 255.43º | 0.36% | 0.81% | - |
| HSV(B) | 255.43º | 0.16% | 0.88% | - |
| XYZ | 54.94 | 53.78 | 78.01 | - |
| YUV | 195.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 224 | 0.12 | 0.16 | 0 | 0.12 | 255.43 | 0.36 | 0.81 |
| Hex | C6 | BD | E0 | C | 10 | 0 | C | FF | 24 | 51 |
| Octal | 306 | 275 | 340 | 14 | 20 | 0 | 14 | 377 | 44 | 121 |
| Binary | 11000110 | 10111101 | 11100000 | 1100 | 10000 | 0 | 1100 | 11111111 | 100100 | 1010001 |
Color Harmonies of #C6BDE0
Complementary color
Monochromatic Colors of #C6BDE0
Black with #C6BDE0
Text Example
Text Example
White with #C6BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDE0; }
p { color: rgb(198,189,224); }
H1.HeaderClassName
{
color: #C6BDE0;
}
.AnyTagClassName
{
color: #C6BDE0;
}
</style>
background-color css
<style>
a { background-color: #C6BDE0; }
a { background-color: rgb(198,189,224); }
div.DivClassName
{
background-color: #C6BDE0;
}
.BgClassName
{
background-color: #C6BDE0;
}
</style>
border-color css
<style>
span { border-color: #C6BDE0; }
span { border-color: rgb(198,189,224); }
td.TdClassName
{
border-color: #C6BDE0;
}
.TagClassName
{
border-color: #C6BDE0;
}
</style>