Shades of Melrose #C2B1EF
Tints of Melrose #C2B1EF
RGB
CMYK
RGB Variations
Color information
#C2B1EF (or 0xC2B1EF) is known color: Melrose. HEX triplet: C2, B1 and EF. RGB value is (194,177,239). Sum of RGB (Red+Green+Blue) = 194+177+239=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1EF is #3D4E10. Grayscale: #BCBCBC. Windows color (decimal): -4017681 or 15708610. OLE color: 15708610.
HSL color Cylindrical-coordinate representation of color #C2B1EF: hue angle of 256.45º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B1EF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 177 | 239 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.06 |
| HSL | 256.45º | 0.66% | 0.82% | - |
| HSV(B) | 256.45º | 0.26% | 0.94% | - |
| XYZ | 53.55 | 49.15 | 88.33 | - |
| YUV | 189.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 239 | 0.19 | 0.26 | 0 | 0.06 | 256.45 | 0.66 | 0.82 |
| Hex | C2 | B1 | EF | 13 | 1A | 0 | 6 | 100 | 42 | 52 |
| Octal | 302 | 261 | 357 | 23 | 32 | 0 | 6 | 400 | 102 | 122 |
| Binary | 11000010 | 10110001 | 11101111 | 10011 | 11010 | 0 | 110 | 100000000 | 1000010 | 1010010 |
Color Harmonies of #C2B1EF
Complementary color
Monochromatic Colors of #C2B1EF
Black with #C2B1EF
Text Example
Text Example
White with #C2B1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1EF; }
p { color: rgb(194,177,239); }
H1.HeaderClassName
{
color: #C2B1EF;
}
.AnyTagClassName
{
color: #C2B1EF;
}
</style>
background-color css
<style>
a { background-color: #C2B1EF; }
a { background-color: rgb(194,177,239); }
div.DivClassName
{
background-color: #C2B1EF;
}
.BgClassName
{
background-color: #C2B1EF;
}
</style>
border-color css
<style>
span { border-color: #C2B1EF; }
span { border-color: rgb(194,177,239); }
td.TdClassName
{
border-color: #C2B1EF;
}
.TagClassName
{
border-color: #C2B1EF;
}
</style>