Shades of Melrose #C1ADF3
Tints of Melrose #C1ADF3
RGB
CMYK
RGB Variations
Color information
#C1ADF3 (or 0xC1ADF3) is known color: Melrose. HEX triplet: C1, AD and F3. RGB value is (193,173,243). Sum of RGB (Red+Green+Blue) = 193+173+243=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADF3 is #3E520C. Grayscale: #BABABA. Windows color (decimal): -4084237 or 15969729. OLE color: 15969729.
HSL color Cylindrical-coordinate representation of color #C1ADF3: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1ADF3 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 173 | 243 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.05 |
| HSL | 257.14º | 0.74% | 0.82% | - |
| HSV(B) | 257.14º | 0.29% | 0.95% | - |
| XYZ | 53.11 | 47.7 | 91.2 | - |
| YUV | 186.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 243 | 0.21 | 0.29 | 0 | 0.05 | 257.14 | 0.74 | 0.82 |
| Hex | C1 | AD | F3 | 15 | 1D | 0 | 5 | 101 | 4A | 52 |
| Octal | 301 | 255 | 363 | 25 | 35 | 0 | 5 | 401 | 112 | 122 |
| Binary | 11000001 | 10101101 | 11110011 | 10101 | 11101 | 0 | 101 | 100000001 | 1001010 | 1010010 |
Color Harmonies of #C1ADF3
Complementary color
Monochromatic Colors of #C1ADF3
Black with #C1ADF3
Text Example
Text Example
White with #C1ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADF3; }
p { color: rgb(193,173,243); }
H1.HeaderClassName
{
color: #C1ADF3;
}
.AnyTagClassName
{
color: #C1ADF3;
}
</style>
background-color css
<style>
a { background-color: #C1ADF3; }
a { background-color: rgb(193,173,243); }
div.DivClassName
{
background-color: #C1ADF3;
}
.BgClassName
{
background-color: #C1ADF3;
}
</style>
border-color css
<style>
span { border-color: #C1ADF3; }
span { border-color: rgb(193,173,243); }
td.TdClassName
{
border-color: #C1ADF3;
}
.TagClassName
{
border-color: #C1ADF3;
}
</style>