Shades of Melrose #C2B2EF
Tints of Melrose #C2B2EF
RGB
CMYK
RGB Variations
Color information
#C2B2EF (or 0xC2B2EF) is known color: Melrose. HEX triplet: C2, B2 and EF. RGB value is (194,178,239). Sum of RGB (Red+Green+Blue) = 194+178+239=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2EF is #3D4D10. Grayscale: #BDBDBD. Windows color (decimal): -4017425 or 15708866. OLE color: 15708866.
HSL color Cylindrical-coordinate representation of color #C2B2EF: hue angle of 255.74º 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 #C2B2EF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 178 | 239 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.06 |
| HSL | 255.74º | 0.66% | 0.82% | - |
| HSV(B) | 255.74º | 0.26% | 0.94% | - |
| XYZ | 53.75 | 49.54 | 88.39 | - |
| YUV | 189.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 239 | 0.19 | 0.26 | 0 | 0.06 | 255.74 | 0.66 | 0.82 |
| Hex | C2 | B2 | EF | 13 | 1A | 0 | 6 | 100 | 42 | 52 |
| Octal | 302 | 262 | 357 | 23 | 32 | 0 | 6 | 400 | 102 | 122 |
| Binary | 11000010 | 10110010 | 11101111 | 10011 | 11010 | 0 | 110 | 100000000 | 1000010 | 1010010 |
Color Harmonies of #C2B2EF
Complementary color
Monochromatic Colors of #C2B2EF
Black with #C2B2EF
Text Example
Text Example
White with #C2B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2EF; }
p { color: rgb(194,178,239); }
H1.HeaderClassName
{
color: #C2B2EF;
}
.AnyTagClassName
{
color: #C2B2EF;
}
</style>
background-color css
<style>
a { background-color: #C2B2EF; }
a { background-color: rgb(194,178,239); }
div.DivClassName
{
background-color: #C2B2EF;
}
.BgClassName
{
background-color: #C2B2EF;
}
</style>
border-color css
<style>
span { border-color: #C2B2EF; }
span { border-color: rgb(194,178,239); }
td.TdClassName
{
border-color: #C2B2EF;
}
.TagClassName
{
border-color: #C2B2EF;
}
</style>