Shades of Melrose #C2B1EE
Tints of Melrose #C2B1EE
RGB
CMYK
RGB Variations
Color information
#C2B1EE (or 0xC2B1EE) is known color: Melrose. HEX triplet: C2, B1 and EE. RGB value is (194,177,238). Sum of RGB (Red+Green+Blue) = 194+177+238=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B1EE is #3D4E11. Grayscale: #BCBCBC. Windows color (decimal): -4017682 or 15643074. OLE color: 15643074.
HSL color Cylindrical-coordinate representation of color #C2B1EE: hue angle of 256.72º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2B1EE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 177 | 238 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.07 |
| HSL | 256.72º | 0.64% | 0.81% | - |
| HSV(B) | 256.72º | 0.26% | 0.93% | - |
| XYZ | 53.4 | 49.09 | 87.55 | - |
| YUV | 189.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 238 | 0.18 | 0.26 | 0 | 0.07 | 256.72 | 0.64 | 0.81 |
| Hex | C2 | B1 | EE | 12 | 1A | 0 | 7 | 101 | 40 | 51 |
| Octal | 302 | 261 | 356 | 22 | 32 | 0 | 7 | 401 | 100 | 121 |
| Binary | 11000010 | 10110001 | 11101110 | 10010 | 11010 | 0 | 111 | 100000001 | 1000000 | 1010001 |
Color Harmonies of #C2B1EE
Complementary color
Monochromatic Colors of #C2B1EE
Black with #C2B1EE
Text Example
Text Example
White with #C2B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1EE; }
p { color: rgb(194,177,238); }
H1.HeaderClassName
{
color: #C2B1EE;
}
.AnyTagClassName
{
color: #C2B1EE;
}
</style>
background-color css
<style>
a { background-color: #C2B1EE; }
a { background-color: rgb(194,177,238); }
div.DivClassName
{
background-color: #C2B1EE;
}
.BgClassName
{
background-color: #C2B1EE;
}
</style>
border-color css
<style>
span { border-color: #C2B1EE; }
span { border-color: rgb(194,177,238); }
td.TdClassName
{
border-color: #C2B1EE;
}
.TagClassName
{
border-color: #C2B1EE;
}
</style>