Shades of Melrose #C2B6E6
Tints of Melrose #C2B6E6
RGB
CMYK
RGB Variations
Color information
#C2B6E6 (or 0xC2B6E6) is known color: Melrose. HEX triplet: C2, B6 and E6. RGB value is (194,182,230). Sum of RGB (Red+Green+Blue) = 194+182+230=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B6E6 is #3D4919. Grayscale: #BEBEBE. Windows color (decimal): -4016410 or 15120066. OLE color: 15120066.
HSL color Cylindrical-coordinate representation of color #C2B6E6: hue angle of 255º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B6E6 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 182 | 230 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.10 |
| HSL | 255º | 0.49% | 0.81% | - |
| HSV(B) | 255º | 0.21% | 0.9% | - |
| XYZ | 53.26 | 50.64 | 81.83 | - |
| YUV | 191.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 230 | 0.16 | 0.21 | 0 | 0.10 | 255 | 0.49 | 0.81 |
| Hex | C2 | B6 | E6 | 10 | 15 | 0 | A | FF | 31 | 51 |
| Octal | 302 | 266 | 346 | 20 | 25 | 0 | 12 | 377 | 61 | 121 |
| Binary | 11000010 | 10110110 | 11100110 | 10000 | 10101 | 0 | 1010 | 11111111 | 110001 | 1010001 |
Color Harmonies of #C2B6E6
Complementary color
Monochromatic Colors of #C2B6E6
Black with #C2B6E6
Text Example
Text Example
White with #C2B6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6E6; }
p { color: rgb(194,182,230); }
H1.HeaderClassName
{
color: #C2B6E6;
}
.AnyTagClassName
{
color: #C2B6E6;
}
</style>
background-color css
<style>
a { background-color: #C2B6E6; }
a { background-color: rgb(194,182,230); }
div.DivClassName
{
background-color: #C2B6E6;
}
.BgClassName
{
background-color: #C2B6E6;
}
</style>
border-color css
<style>
span { border-color: #C2B6E6; }
span { border-color: rgb(194,182,230); }
td.TdClassName
{
border-color: #C2B6E6;
}
.TagClassName
{
border-color: #C2B6E6;
}
</style>