Shades of Melrose #C2B2EA
Tints of Melrose #C2B2EA
RGB
CMYK
RGB Variations
Color information
#C2B2EA (or 0xC2B2EA) is known color: Melrose. HEX triplet: C2, B2 and EA. RGB value is (194,178,234). Sum of RGB (Red+Green+Blue) = 194+178+234=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2B2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2EA is #3D4D15. Grayscale: #BCBCBC. Windows color (decimal): -4017430 or 15381186. OLE color: 15381186.
HSL color Cylindrical-coordinate representation of color #C2B2EA: hue angle of 257.14º degrees, saturation: 0.57, 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 #C2B2EA is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 178 | 234 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.08 |
| HSL | 257.14º | 0.57% | 0.81% | - |
| HSV(B) | 257.14º | 0.24% | 0.92% | - |
| XYZ | 53.02 | 49.25 | 84.55 | - |
| YUV | 189.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 234 | 0.17 | 0.24 | 0 | 0.08 | 257.14 | 0.57 | 0.81 |
| Hex | C2 | B2 | EA | 11 | 18 | 0 | 8 | 101 | 39 | 51 |
| Octal | 302 | 262 | 352 | 21 | 30 | 0 | 10 | 401 | 71 | 121 |
| Binary | 11000010 | 10110010 | 11101010 | 10001 | 11000 | 0 | 1000 | 100000001 | 111001 | 1010001 |
Color Harmonies of #C2B2EA
Complementary color
Monochromatic Colors of #C2B2EA
Black with #C2B2EA
Text Example
Text Example
White with #C2B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2EA; }
p { color: rgb(194,178,234); }
H1.HeaderClassName
{
color: #C2B2EA;
}
.AnyTagClassName
{
color: #C2B2EA;
}
</style>
background-color css
<style>
a { background-color: #C2B2EA; }
a { background-color: rgb(194,178,234); }
div.DivClassName
{
background-color: #C2B2EA;
}
.BgClassName
{
background-color: #C2B2EA;
}
</style>
border-color css
<style>
span { border-color: #C2B2EA; }
span { border-color: rgb(194,178,234); }
td.TdClassName
{
border-color: #C2B2EA;
}
.TagClassName
{
border-color: #C2B2EA;
}
</style>