Shades of Melrose #C2B9DD
Tints of Melrose #C2B9DD
RGB
CMYK
RGB Variations
Color information
#C2B9DD (or 0xC2B9DD) is known color: Melrose. HEX triplet: C2, B9 and DD. RGB value is (194,185,221). Sum of RGB (Red+Green+Blue) = 194+185+221=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9DD is #3D4622. Grayscale: #BFBFBF. Windows color (decimal): -4015651 or 14531010. OLE color: 14531010.
HSL color Cylindrical-coordinate representation of color #C2B9DD: hue angle of 255º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2B9DD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 185 | 221 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 255º | 0.35% | 0.8% | - |
| HSV(B) | 255º | 0.16% | 0.87% | - |
| XYZ | 52.65 | 51.39 | 75.55 | - |
| YUV | 191.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 221 | 0.12 | 0.16 | 0 | 0.13 | 255 | 0.35 | 0.8 |
| Hex | C2 | B9 | DD | C | 10 | 0 | D | FF | 23 | 50 |
| Octal | 302 | 271 | 335 | 14 | 20 | 0 | 15 | 377 | 43 | 120 |
| Binary | 11000010 | 10111001 | 11011101 | 1100 | 10000 | 0 | 1101 | 11111111 | 100011 | 1010000 |
Color Harmonies of #C2B9DD
Complementary color
Monochromatic Colors of #C2B9DD
Black with #C2B9DD
Text Example
Text Example
White with #C2B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9DD; }
p { color: rgb(194,185,221); }
H1.HeaderClassName
{
color: #C2B9DD;
}
.AnyTagClassName
{
color: #C2B9DD;
}
</style>
background-color css
<style>
a { background-color: #C2B9DD; }
a { background-color: rgb(194,185,221); }
div.DivClassName
{
background-color: #C2B9DD;
}
.BgClassName
{
background-color: #C2B9DD;
}
</style>
border-color css
<style>
span { border-color: #C2B9DD; }
span { border-color: rgb(194,185,221); }
td.TdClassName
{
border-color: #C2B9DD;
}
.TagClassName
{
border-color: #C2B9DD;
}
</style>