Shades of Melrose #C1B4DE
Tints of Melrose #C1B4DE
RGB
CMYK
RGB Variations
Color information
#C1B4DE (or 0xC1B4DE) is known color: Melrose. HEX triplet: C1, B4 and DE. RGB value is (193,180,222). Sum of RGB (Red+Green+Blue) = 193+180+222=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1B4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4DE is #3E4B21. Grayscale: #BCBCBC. Windows color (decimal): -4082466 or 14595265. OLE color: 14595265.
HSL color Cylindrical-coordinate representation of color #C1B4DE: hue angle of 258.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B4DE is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 180 | 222 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.13 |
| HSL | 258.57º | 0.39% | 0.79% | - |
| HSV(B) | 258.57º | 0.19% | 0.87% | - |
| XYZ | 51.5 | 49.25 | 75.9 | - |
| YUV | 188.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 222 | 0.13 | 0.19 | 0 | 0.13 | 258.57 | 0.39 | 0.79 |
| Hex | C1 | B4 | DE | D | 13 | 0 | D | 103 | 27 | 4F |
| Octal | 301 | 264 | 336 | 15 | 23 | 0 | 15 | 403 | 47 | 117 |
| Binary | 11000001 | 10110100 | 11011110 | 1101 | 10011 | 0 | 1101 | 100000011 | 100111 | 1001111 |
Color Harmonies of #C1B4DE
Complementary color
Monochromatic Colors of #C1B4DE
Black with #C1B4DE
Text Example
Text Example
White with #C1B4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4DE; }
p { color: rgb(193,180,222); }
H1.HeaderClassName
{
color: #C1B4DE;
}
.AnyTagClassName
{
color: #C1B4DE;
}
</style>
background-color css
<style>
a { background-color: #C1B4DE; }
a { background-color: rgb(193,180,222); }
div.DivClassName
{
background-color: #C1B4DE;
}
.BgClassName
{
background-color: #C1B4DE;
}
</style>
border-color css
<style>
span { border-color: #C1B4DE; }
span { border-color: rgb(193,180,222); }
td.TdClassName
{
border-color: #C1B4DE;
}
.TagClassName
{
border-color: #C1B4DE;
}
</style>