Shades of Melrose #C1ADE9
Tints of Melrose #C1ADE9
RGB
CMYK
RGB Variations
Color information
#C1ADE9 (or 0xC1ADE9) is known color: Melrose. HEX triplet: C1, AD and E9. RGB value is (193,173,233). Sum of RGB (Red+Green+Blue) = 193+173+233=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #C1ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADE9 is #3E5216. Grayscale: #B9B9B9. Windows color (decimal): -4084247 or 15314369. OLE color: 15314369.
HSL color Cylindrical-coordinate representation of color #C1ADE9: hue angle of 260º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1ADE9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 173 | 233 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.09 |
| HSL | 260º | 0.58% | 0.8% | - |
| HSV(B) | 260º | 0.26% | 0.91% | - |
| XYZ | 51.64 | 47.11 | 83.46 | - |
| YUV | 185.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 233 | 0.17 | 0.26 | 0 | 0.09 | 260 | 0.58 | 0.8 |
| Hex | C1 | AD | E9 | 11 | 1A | 0 | 9 | 104 | 3A | 50 |
| Octal | 301 | 255 | 351 | 21 | 32 | 0 | 11 | 404 | 72 | 120 |
| Binary | 11000001 | 10101101 | 11101001 | 10001 | 11010 | 0 | 1001 | 100000100 | 111010 | 1010000 |
Color Harmonies of #C1ADE9
Complementary color
Monochromatic Colors of #C1ADE9
Black with #C1ADE9
Text Example
Text Example
White with #C1ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADE9; }
p { color: rgb(193,173,233); }
H1.HeaderClassName
{
color: #C1ADE9;
}
.AnyTagClassName
{
color: #C1ADE9;
}
</style>
background-color css
<style>
a { background-color: #C1ADE9; }
a { background-color: rgb(193,173,233); }
div.DivClassName
{
background-color: #C1ADE9;
}
.BgClassName
{
background-color: #C1ADE9;
}
</style>
border-color css
<style>
span { border-color: #C1ADE9; }
span { border-color: rgb(193,173,233); }
td.TdClassName
{
border-color: #C1ADE9;
}
.TagClassName
{
border-color: #C1ADE9;
}
</style>