Shades of Melrose #C6BEEB
Tints of Melrose #C6BEEB
RGB
CMYK
RGB Variations
Color information
#C6BEEB (or 0xC6BEEB) is known color: Melrose. HEX triplet: C6, BE and EB. RGB value is (198,190,235). Sum of RGB (Red+Green+Blue) = 198+190+235=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEEB is #394114. Grayscale: #C5C5C5. Windows color (decimal): -3752213 or 15449798. OLE color: 15449798.
HSL color Cylindrical-coordinate representation of color #C6BEEB: hue angle of 250.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BEEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 190 | 235 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.08 |
| HSL | 250.67º | 0.53% | 0.83% | - |
| HSV(B) | 250.67º | 0.19% | 0.92% | - |
| XYZ | 56.7 | 54.83 | 86.19 | - |
| YUV | 197.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 235 | 0.16 | 0.19 | 0 | 0.08 | 250.67 | 0.53 | 0.83 |
| Hex | C6 | BE | EB | 10 | 13 | 0 | 8 | FB | 35 | 53 |
| Octal | 306 | 276 | 353 | 20 | 23 | 0 | 10 | 373 | 65 | 123 |
| Binary | 11000110 | 10111110 | 11101011 | 10000 | 10011 | 0 | 1000 | 11111011 | 110101 | 1010011 |
Color Harmonies of #C6BEEB
Complementary color
Monochromatic Colors of #C6BEEB
Black with #C6BEEB
Text Example
Text Example
White with #C6BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEEB; }
p { color: rgb(198,190,235); }
H1.HeaderClassName
{
color: #C6BEEB;
}
.AnyTagClassName
{
color: #C6BEEB;
}
</style>
background-color css
<style>
a { background-color: #C6BEEB; }
a { background-color: rgb(198,190,235); }
div.DivClassName
{
background-color: #C6BEEB;
}
.BgClassName
{
background-color: #C6BEEB;
}
</style>
border-color css
<style>
span { border-color: #C6BEEB; }
span { border-color: rgb(198,190,235); }
td.TdClassName
{
border-color: #C6BEEB;
}
.TagClassName
{
border-color: #C6BEEB;
}
</style>