Shades of Melrose #C1ADFF
Tints of Melrose #C1ADFF
RGB
CMYK
RGB Variations
Color information
#C1ADFF (or 0xC1ADFF) is known color: Melrose. HEX triplet: C1, AD and FF. RGB value is (193,173,255). Sum of RGB (Red+Green+Blue) = 193+173+255=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFF is #3E5200. Grayscale: #BCBCBC. Windows color (decimal): -4084225 or 16756161. OLE color: 16756161.
HSL color Cylindrical-coordinate representation of color #C1ADFF: hue angle of 254.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1ADFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 173 | 255 | - |
| CMYK | 0.24 | 0.32 | 0 | 0 |
| HSL | 254.63º | 1% | 0.84% | - |
| HSV(B) | 254.63º | 0.32% | 1% | - |
| XYZ | 54.99 | 48.44 | 101.06 | - |
| YUV | 188.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 255 | 0.24 | 0.32 | 0 | 0 | 254.63 | 1 | 0.84 |
| Hex | C1 | AD | FF | 18 | 20 | 0 | 0 | FF | 64 | 54 |
| Octal | 301 | 255 | 377 | 30 | 40 | 0 | 0 | 377 | 144 | 124 |
| Binary | 11000001 | 10101101 | 11111111 | 11000 | 100000 | 0 | 0 | 11111111 | 1100100 | 1010100 |
Color Harmonies of #C1ADFF
Complementary color
Monochromatic Colors of #C1ADFF
Black with #C1ADFF
Text Example
Text Example
White with #C1ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADFF; }
p { color: rgb(193,173,255); }
H1.HeaderClassName
{
color: #C1ADFF;
}
.AnyTagClassName
{
color: #C1ADFF;
}
</style>
background-color css
<style>
a { background-color: #C1ADFF; }
a { background-color: rgb(193,173,255); }
div.DivClassName
{
background-color: #C1ADFF;
}
.BgClassName
{
background-color: #C1ADFF;
}
</style>
border-color css
<style>
span { border-color: #C1ADFF; }
span { border-color: rgb(193,173,255); }
td.TdClassName
{
border-color: #C1ADFF;
}
.TagClassName
{
border-color: #C1ADFF;
}
</style>