Shades of Melrose #C2B2EB
Tints of Melrose #C2B2EB
RGB
CMYK
RGB Variations
Color information
#C2B2EB (or 0xC2B2EB) is known color: Melrose. HEX triplet: C2, B2 and EB. RGB value is (194,178,235). Sum of RGB (Red+Green+Blue) = 194+178+235=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2EB is #3D4D14. Grayscale: #BDBDBD. Windows color (decimal): -4017429 or 15446722. OLE color: 15446722.
HSL color Cylindrical-coordinate representation of color #C2B2EB: hue angle of 256.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B2EB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 178 | 235 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.08 |
| HSL | 256.84º | 0.59% | 0.81% | - |
| HSV(B) | 256.84º | 0.24% | 0.92% | - |
| XYZ | 53.16 | 49.31 | 85.31 | - |
| YUV | 189.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 235 | 0.17 | 0.24 | 0 | 0.08 | 256.84 | 0.59 | 0.81 |
| Hex | C2 | B2 | EB | 11 | 18 | 0 | 8 | 101 | 3B | 51 |
| Octal | 302 | 262 | 353 | 21 | 30 | 0 | 10 | 401 | 73 | 121 |
| Binary | 11000010 | 10110010 | 11101011 | 10001 | 11000 | 0 | 1000 | 100000001 | 111011 | 1010001 |
Color Harmonies of #C2B2EB
Complementary color
Monochromatic Colors of #C2B2EB
Black with #C2B2EB
Text Example
Text Example
White with #C2B2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2EB; }
p { color: rgb(194,178,235); }
H1.HeaderClassName
{
color: #C2B2EB;
}
.AnyTagClassName
{
color: #C2B2EB;
}
</style>
background-color css
<style>
a { background-color: #C2B2EB; }
a { background-color: rgb(194,178,235); }
div.DivClassName
{
background-color: #C2B2EB;
}
.BgClassName
{
background-color: #C2B2EB;
}
</style>
border-color css
<style>
span { border-color: #C2B2EB; }
span { border-color: rgb(194,178,235); }
td.TdClassName
{
border-color: #C2B2EB;
}
.TagClassName
{
border-color: #C2B2EB;
}
</style>