Shades of Melrose #C2B9EF
Tints of Melrose #C2B9EF
RGB
CMYK
RGB Variations
Color information
#C2B9EF (or 0xC2B9EF) is known color: Melrose. HEX triplet: C2, B9 and EF. RGB value is (194,185,239). Sum of RGB (Red+Green+Blue) = 194+185+239=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9EF is #3D4610. Grayscale: #C1C1C1. Windows color (decimal): -4015633 or 15710658. OLE color: 15710658.
HSL color Cylindrical-coordinate representation of color #C2B9EF: hue angle of 250º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B9EF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 185 | 239 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.06 |
| HSL | 250º | 0.63% | 0.83% | - |
| HSV(B) | 250º | 0.23% | 0.94% | - |
| XYZ | 55.18 | 52.4 | 88.87 | - |
| YUV | 193.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 239 | 0.19 | 0.23 | 0 | 0.06 | 250 | 0.63 | 0.83 |
| Hex | C2 | B9 | EF | 13 | 17 | 0 | 6 | FA | 3F | 53 |
| Octal | 302 | 271 | 357 | 23 | 27 | 0 | 6 | 372 | 77 | 123 |
| Binary | 11000010 | 10111001 | 11101111 | 10011 | 10111 | 0 | 110 | 11111010 | 111111 | 1010011 |
Color Harmonies of #C2B9EF
Complementary color
Monochromatic Colors of #C2B9EF
Black with #C2B9EF
Text Example
Text Example
White with #C2B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9EF; }
p { color: rgb(194,185,239); }
H1.HeaderClassName
{
color: #C2B9EF;
}
.AnyTagClassName
{
color: #C2B9EF;
}
</style>
background-color css
<style>
a { background-color: #C2B9EF; }
a { background-color: rgb(194,185,239); }
div.DivClassName
{
background-color: #C2B9EF;
}
.BgClassName
{
background-color: #C2B9EF;
}
</style>
border-color css
<style>
span { border-color: #C2B9EF; }
span { border-color: rgb(194,185,239); }
td.TdClassName
{
border-color: #C2B9EF;
}
.TagClassName
{
border-color: #C2B9EF;
}
</style>