Shades of Melrose #C2BDEB
Tints of Melrose #C2BDEB
RGB
CMYK
RGB Variations
Color information
#C2BDEB (or 0xC2BDEB) is known color: Melrose. HEX triplet: C2, BD and EB. RGB value is (194,189,235). Sum of RGB (Red+Green+Blue) = 194+189+235=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEB is #3D4214. Grayscale: #C3C3C3. Windows color (decimal): -4014613 or 15449538. OLE color: 15449538.
HSL color Cylindrical-coordinate representation of color #C2BDEB: hue angle of 246.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BDEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 189 | 235 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.08 |
| HSL | 246.52º | 0.53% | 0.83% | - |
| HSV(B) | 246.52º | 0.2% | 0.92% | - |
| XYZ | 55.44 | 53.86 | 86.07 | - |
| YUV | 195.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 235 | 0.17 | 0.20 | 0 | 0.08 | 246.52 | 0.53 | 0.83 |
| Hex | C2 | BD | EB | 11 | 14 | 0 | 8 | F7 | 35 | 53 |
| Octal | 302 | 275 | 353 | 21 | 24 | 0 | 10 | 367 | 65 | 123 |
| Binary | 11000010 | 10111101 | 11101011 | 10001 | 10100 | 0 | 1000 | 11110111 | 110101 | 1010011 |
Color Harmonies of #C2BDEB
Complementary color
Monochromatic Colors of #C2BDEB
Black with #C2BDEB
Text Example
Text Example
White with #C2BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDEB; }
p { color: rgb(194,189,235); }
H1.HeaderClassName
{
color: #C2BDEB;
}
.AnyTagClassName
{
color: #C2BDEB;
}
</style>
background-color css
<style>
a { background-color: #C2BDEB; }
a { background-color: rgb(194,189,235); }
div.DivClassName
{
background-color: #C2BDEB;
}
.BgClassName
{
background-color: #C2BDEB;
}
</style>
border-color css
<style>
span { border-color: #C2BDEB; }
span { border-color: rgb(194,189,235); }
td.TdClassName
{
border-color: #C2BDEB;
}
.TagClassName
{
border-color: #C2BDEB;
}
</style>