Shades of Melrose #C2B2E9
Tints of Melrose #C2B2E9
RGB
CMYK
RGB Variations
Color information
#C2B2E9 (or 0xC2B2E9) is known color: Melrose. HEX triplet: C2, B2 and E9. RGB value is (194,178,233). Sum of RGB (Red+Green+Blue) = 194+178+233=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2B2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2E9 is #3D4D16. Grayscale: #BCBCBC. Windows color (decimal): -4017431 or 15315650. OLE color: 15315650.
HSL color Cylindrical-coordinate representation of color #C2B2E9: hue angle of 257.45º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B2E9 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 178 | 233 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.09 |
| HSL | 257.45º | 0.56% | 0.81% | - |
| HSV(B) | 257.45º | 0.24% | 0.91% | - |
| XYZ | 52.88 | 49.19 | 83.8 | - |
| YUV | 189.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 233 | 0.17 | 0.24 | 0 | 0.09 | 257.45 | 0.56 | 0.81 |
| Hex | C2 | B2 | E9 | 11 | 18 | 0 | 9 | 101 | 38 | 51 |
| Octal | 302 | 262 | 351 | 21 | 30 | 0 | 11 | 401 | 70 | 121 |
| Binary | 11000010 | 10110010 | 11101001 | 10001 | 11000 | 0 | 1001 | 100000001 | 111000 | 1010001 |
Color Harmonies of #C2B2E9
Complementary color
Monochromatic Colors of #C2B2E9
Black with #C2B2E9
Text Example
Text Example
White with #C2B2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2E9; }
p { color: rgb(194,178,233); }
H1.HeaderClassName
{
color: #C2B2E9;
}
.AnyTagClassName
{
color: #C2B2E9;
}
</style>
background-color css
<style>
a { background-color: #C2B2E9; }
a { background-color: rgb(194,178,233); }
div.DivClassName
{
background-color: #C2B2E9;
}
.BgClassName
{
background-color: #C2B2E9;
}
</style>
border-color css
<style>
span { border-color: #C2B2E9; }
span { border-color: rgb(194,178,233); }
td.TdClassName
{
border-color: #C2B2E9;
}
.TagClassName
{
border-color: #C2B2E9;
}
</style>