Shades of Melrose #C1B5DD
Tints of Melrose #C1B5DD
RGB
CMYK
RGB Variations
Color information
#C1B5DD (or 0xC1B5DD) is known color: Melrose. HEX triplet: C1, B5 and DD. RGB value is (193,181,221). Sum of RGB (Red+Green+Blue) = 193+181+221=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5DD is #3E4A22. Grayscale: #BDBDBD. Windows color (decimal): -4082211 or 14529985. OLE color: 14529985.
HSL color Cylindrical-coordinate representation of color #C1B5DD: hue angle of 258º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1B5DD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 181 | 221 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.13 |
| HSL | 258º | 0.37% | 0.79% | - |
| HSV(B) | 258º | 0.18% | 0.87% | - |
| XYZ | 51.57 | 49.61 | 75.26 | - |
| YUV | 189.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 221 | 0.13 | 0.18 | 0 | 0.13 | 258 | 0.37 | 0.79 |
| Hex | C1 | B5 | DD | D | 12 | 0 | D | 102 | 25 | 4F |
| Octal | 301 | 265 | 335 | 15 | 22 | 0 | 15 | 402 | 45 | 117 |
| Binary | 11000001 | 10110101 | 11011101 | 1101 | 10010 | 0 | 1101 | 100000010 | 100101 | 1001111 |
Color Harmonies of #C1B5DD
Complementary color
Monochromatic Colors of #C1B5DD
Black with #C1B5DD
Text Example
Text Example
White with #C1B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5DD; }
p { color: rgb(193,181,221); }
H1.HeaderClassName
{
color: #C1B5DD;
}
.AnyTagClassName
{
color: #C1B5DD;
}
</style>
background-color css
<style>
a { background-color: #C1B5DD; }
a { background-color: rgb(193,181,221); }
div.DivClassName
{
background-color: #C1B5DD;
}
.BgClassName
{
background-color: #C1B5DD;
}
</style>
border-color css
<style>
span { border-color: #C1B5DD; }
span { border-color: rgb(193,181,221); }
td.TdClassName
{
border-color: #C1B5DD;
}
.TagClassName
{
border-color: #C1B5DD;
}
</style>