Shades of Melrose #C6BEDB
Tints of Melrose #C6BEDB
RGB
CMYK
RGB Variations
Color information
#C6BEDB (or 0xC6BEDB) is known color: Melrose. HEX triplet: C6, BE and DB. RGB value is (198,190,219). Sum of RGB (Red+Green+Blue) = 198+190+219=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDB is #394124. Grayscale: #C3C3C3. Windows color (decimal): -3752229 or 14401222. OLE color: 14401222.
HSL color Cylindrical-coordinate representation of color #C6BEDB: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6BEDB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 190 | 219 | - |
CMYK | 0.10 | 0.13 | 0 | 0.14 |
HSL | 256.55º | 0.29% | 0.8% | - |
HSV(B) | 256.55º | 0.13% | 0.86% | - |
XYZ | 54.49 | 53.95 | 74.56 | - |
YUV | 195.7 | 141.15 | 129.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 219 | 0.10 | 0.13 | 0 | 0.14 | 256.55 | 0.29 | 0.8 |
Hex | C6 | BE | DB | A | D | 0 | E | 101 | 1D | 50 |
Octal | 306 | 276 | 333 | 12 | 15 | 0 | 16 | 401 | 35 | 120 |
Binary | 11000110 | 10111110 | 11011011 | 1010 | 1101 | 0 | 1110 | 100000001 | 11101 | 1010000 |
Color Harmonies of #C6BEDB
Complementary color
Monochromatic Colors of #C6BEDB
Black with #C6BEDB
Text Example
Text Example
White with #C6BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEDB; }
p { color: rgb(198,190,219); }
H1.HeaderClassName
{
color: #C6BEDB;
}
.AnyTagClassName
{
color: #C6BEDB;
}
</style>
background-color css
<style>
a { background-color: #C6BEDB; }
a { background-color: rgb(198,190,219); }
div.DivClassName
{
background-color: #C6BEDB;
}
.BgClassName
{
background-color: #C6BEDB;
}
</style>
border-color css
<style>
span { border-color: #C6BEDB; }
span { border-color: rgb(198,190,219); }
td.TdClassName
{
border-color: #C6BEDB;
}
.TagClassName
{
border-color: #C6BEDB;
}
</style>