Shades of Melrose #C2B1E4
Tints of Melrose #C2B1E4
RGB
CMYK
RGB Variations
Color information
#C2B1E4 (or 0xC2B1E4) is known color: Melrose. HEX triplet: C2, B1 and E4. RGB value is (194,177,228). Sum of RGB (Red+Green+Blue) = 194+177+228=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2B1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1E4 is #3D4E1B. Grayscale: #BBBBBB. Windows color (decimal): -4017692 or 14987714. OLE color: 14987714.
HSL color Cylindrical-coordinate representation of color #C2B1E4: hue angle of 260º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B1E4 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 177 | 228 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.11 |
| HSL | 260º | 0.49% | 0.79% | - |
| HSV(B) | 260º | 0.22% | 0.89% | - |
| XYZ | 51.97 | 48.52 | 80.02 | - |
| YUV | 187.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 228 | 0.15 | 0.22 | 0 | 0.11 | 260 | 0.49 | 0.79 |
| Hex | C2 | B1 | E4 | F | 16 | 0 | B | 104 | 31 | 4F |
| Octal | 302 | 261 | 344 | 17 | 26 | 0 | 13 | 404 | 61 | 117 |
| Binary | 11000010 | 10110001 | 11100100 | 1111 | 10110 | 0 | 1011 | 100000100 | 110001 | 1001111 |
Color Harmonies of #C2B1E4
Complementary color
Monochromatic Colors of #C2B1E4
Black with #C2B1E4
Text Example
Text Example
White with #C2B1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1E4; }
p { color: rgb(194,177,228); }
H1.HeaderClassName
{
color: #C2B1E4;
}
.AnyTagClassName
{
color: #C2B1E4;
}
</style>
background-color css
<style>
a { background-color: #C2B1E4; }
a { background-color: rgb(194,177,228); }
div.DivClassName
{
background-color: #C2B1E4;
}
.BgClassName
{
background-color: #C2B1E4;
}
</style>
border-color css
<style>
span { border-color: #C2B1E4; }
span { border-color: rgb(194,177,228); }
td.TdClassName
{
border-color: #C2B1E4;
}
.TagClassName
{
border-color: #C2B1E4;
}
</style>