Shades of Melrose #C2B9E8
Tints of Melrose #C2B9E8
RGB
CMYK
RGB Variations
Color information
#C2B9E8 (or 0xC2B9E8) is known color: Melrose. HEX triplet: C2, B9 and E8. RGB value is (194,185,232). Sum of RGB (Red+Green+Blue) = 194+185+232=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2B9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9E8 is #3D4617. Grayscale: #C0C0C0. Windows color (decimal): -4015640 or 15251906. OLE color: 15251906.
HSL color Cylindrical-coordinate representation of color #C2B9E8: hue angle of 251.49º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B9E8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 185 | 232 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.09 |
| HSL | 251.49º | 0.51% | 0.82% | - |
| HSV(B) | 251.49º | 0.2% | 0.91% | - |
| XYZ | 54.16 | 51.99 | 83.53 | - |
| YUV | 193.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 232 | 0.16 | 0.20 | 0 | 0.09 | 251.49 | 0.51 | 0.82 |
| Hex | C2 | B9 | E8 | 10 | 14 | 0 | 9 | FB | 33 | 52 |
| Octal | 302 | 271 | 350 | 20 | 24 | 0 | 11 | 373 | 63 | 122 |
| Binary | 11000010 | 10111001 | 11101000 | 10000 | 10100 | 0 | 1001 | 11111011 | 110011 | 1010010 |
Color Harmonies of #C2B9E8
Complementary color
Monochromatic Colors of #C2B9E8
Black with #C2B9E8
Text Example
Text Example
White with #C2B9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9E8; }
p { color: rgb(194,185,232); }
H1.HeaderClassName
{
color: #C2B9E8;
}
.AnyTagClassName
{
color: #C2B9E8;
}
</style>
background-color css
<style>
a { background-color: #C2B9E8; }
a { background-color: rgb(194,185,232); }
div.DivClassName
{
background-color: #C2B9E8;
}
.BgClassName
{
background-color: #C2B9E8;
}
</style>
border-color css
<style>
span { border-color: #C2B9E8; }
span { border-color: rgb(194,185,232); }
td.TdClassName
{
border-color: #C2B9E8;
}
.TagClassName
{
border-color: #C2B9E8;
}
</style>