Shades of Melrose #C2B9DF
Tints of Melrose #C2B9DF
RGB
CMYK
RGB Variations
Color information
#C2B9DF (or 0xC2B9DF) is known color: Melrose. HEX triplet: C2, B9 and DF. RGB value is (194,185,223). Sum of RGB (Red+Green+Blue) = 194+185+223=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9DF is #3D4620. Grayscale: #BFBFBF. Windows color (decimal): -4015649 or 14662082. OLE color: 14662082.
HSL color Cylindrical-coordinate representation of color #C2B9DF: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2B9DF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 185 | 223 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.13 |
| HSL | 254.21º | 0.37% | 0.8% | - |
| HSV(B) | 254.21º | 0.17% | 0.87% | - |
| XYZ | 52.92 | 51.49 | 76.96 | - |
| YUV | 192.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 223 | 0.13 | 0.17 | 0 | 0.13 | 254.21 | 0.37 | 0.8 |
| Hex | C2 | B9 | DF | D | 11 | 0 | D | FE | 25 | 50 |
| Octal | 302 | 271 | 337 | 15 | 21 | 0 | 15 | 376 | 45 | 120 |
| Binary | 11000010 | 10111001 | 11011111 | 1101 | 10001 | 0 | 1101 | 11111110 | 100101 | 1010000 |
Color Harmonies of #C2B9DF
Complementary color
Monochromatic Colors of #C2B9DF
Black with #C2B9DF
Text Example
Text Example
White with #C2B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9DF; }
p { color: rgb(194,185,223); }
H1.HeaderClassName
{
color: #C2B9DF;
}
.AnyTagClassName
{
color: #C2B9DF;
}
</style>
background-color css
<style>
a { background-color: #C2B9DF; }
a { background-color: rgb(194,185,223); }
div.DivClassName
{
background-color: #C2B9DF;
}
.BgClassName
{
background-color: #C2B9DF;
}
</style>
border-color css
<style>
span { border-color: #C2B9DF; }
span { border-color: rgb(194,185,223); }
td.TdClassName
{
border-color: #C2B9DF;
}
.TagClassName
{
border-color: #C2B9DF;
}
</style>