Shades of Melrose #C2B6E5
Tints of Melrose #C2B6E5
RGB
CMYK
RGB Variations
Color information
#C2B6E5 (or 0xC2B6E5) is known color: Melrose. HEX triplet: C2, B6 and E5. RGB value is (194,182,229). Sum of RGB (Red+Green+Blue) = 194+182+229=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2B6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6E5 is #3D491A. Grayscale: #BEBEBE. Windows color (decimal): -4016411 or 15054530. OLE color: 15054530.
HSL color Cylindrical-coordinate representation of color #C2B6E5: hue angle of 255.32º degrees, saturation: 0.47, 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 #C2B6E5 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 182 | 229 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.10 |
| HSL | 255.32º | 0.47% | 0.81% | - |
| HSV(B) | 255.32º | 0.21% | 0.9% | - |
| XYZ | 53.12 | 50.58 | 81.09 | - |
| YUV | 190.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 229 | 0.15 | 0.21 | 0 | 0.10 | 255.32 | 0.47 | 0.81 |
| Hex | C2 | B6 | E5 | F | 15 | 0 | A | FF | 2F | 51 |
| Octal | 302 | 266 | 345 | 17 | 25 | 0 | 12 | 377 | 57 | 121 |
| Binary | 11000010 | 10110110 | 11100101 | 1111 | 10101 | 0 | 1010 | 11111111 | 101111 | 1010001 |
Color Harmonies of #C2B6E5
Complementary color
Monochromatic Colors of #C2B6E5
Black with #C2B6E5
Text Example
Text Example
White with #C2B6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6E5; }
p { color: rgb(194,182,229); }
H1.HeaderClassName
{
color: #C2B6E5;
}
.AnyTagClassName
{
color: #C2B6E5;
}
</style>
background-color css
<style>
a { background-color: #C2B6E5; }
a { background-color: rgb(194,182,229); }
div.DivClassName
{
background-color: #C2B6E5;
}
.BgClassName
{
background-color: #C2B6E5;
}
</style>
border-color css
<style>
span { border-color: #C2B6E5; }
span { border-color: rgb(194,182,229); }
td.TdClassName
{
border-color: #C2B6E5;
}
.TagClassName
{
border-color: #C2B6E5;
}
</style>