Shades of Melrose #C2B3E8
Tints of Melrose #C2B3E8
RGB
CMYK
RGB Variations
Color information
#C2B3E8 (or 0xC2B3E8) is known color: Melrose. HEX triplet: C2, B3 and E8. RGB value is (194,179,232). Sum of RGB (Red+Green+Blue) = 194+179+232=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2B3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3E8 is #3D4C17. Grayscale: #BDBDBD. Windows color (decimal): -4017176 or 15250370. OLE color: 15250370.
HSL color Cylindrical-coordinate representation of color #C2B3E8: hue angle of 256.98º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B3E8 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 179 | 232 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.09 |
| HSL | 256.98º | 0.54% | 0.81% | - |
| HSV(B) | 256.98º | 0.23% | 0.91% | - |
| XYZ | 52.93 | 49.54 | 83.12 | - |
| YUV | 189.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 232 | 0.16 | 0.23 | 0 | 0.09 | 256.98 | 0.54 | 0.81 |
| Hex | C2 | B3 | E8 | 10 | 17 | 0 | 9 | 101 | 36 | 51 |
| Octal | 302 | 263 | 350 | 20 | 27 | 0 | 11 | 401 | 66 | 121 |
| Binary | 11000010 | 10110011 | 11101000 | 10000 | 10111 | 0 | 1001 | 100000001 | 110110 | 1010001 |
Color Harmonies of #C2B3E8
Complementary color
Monochromatic Colors of #C2B3E8
Black with #C2B3E8
Text Example
Text Example
White with #C2B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3E8; }
p { color: rgb(194,179,232); }
H1.HeaderClassName
{
color: #C2B3E8;
}
.AnyTagClassName
{
color: #C2B3E8;
}
</style>
background-color css
<style>
a { background-color: #C2B3E8; }
a { background-color: rgb(194,179,232); }
div.DivClassName
{
background-color: #C2B3E8;
}
.BgClassName
{
background-color: #C2B3E8;
}
</style>
border-color css
<style>
span { border-color: #C2B3E8; }
span { border-color: rgb(194,179,232); }
td.TdClassName
{
border-color: #C2B3E8;
}
.TagClassName
{
border-color: #C2B3E8;
}
</style>