Shades of Melrose #C2ADF1
Tints of Melrose #C2ADF1
RGB
CMYK
RGB Variations
Color information
#C2ADF1 (or 0xC2ADF1) is known color: Melrose. HEX triplet: C2, AD and F1. RGB value is (194,173,241). Sum of RGB (Red+Green+Blue) = 194+173+241=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF1 is #3D520E. Grayscale: #BABABA. Windows color (decimal): -4018703 or 15838658. OLE color: 15838658.
HSL color Cylindrical-coordinate representation of color #C2ADF1: hue angle of 258.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2ADF1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 173 | 241 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.05 |
| HSL | 258.53º | 0.71% | 0.81% | - |
| HSV(B) | 258.53º | 0.28% | 0.95% | - |
| XYZ | 53.07 | 47.71 | 89.63 | - |
| YUV | 187.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 241 | 0.20 | 0.28 | 0 | 0.05 | 258.53 | 0.71 | 0.81 |
| Hex | C2 | AD | F1 | 14 | 1C | 0 | 5 | 103 | 47 | 51 |
| Octal | 302 | 255 | 361 | 24 | 34 | 0 | 5 | 403 | 107 | 121 |
| Binary | 11000010 | 10101101 | 11110001 | 10100 | 11100 | 0 | 101 | 100000011 | 1000111 | 1010001 |
Color Harmonies of #C2ADF1
Complementary color
Monochromatic Colors of #C2ADF1
Black with #C2ADF1
Text Example
Text Example
White with #C2ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADF1; }
p { color: rgb(194,173,241); }
H1.HeaderClassName
{
color: #C2ADF1;
}
.AnyTagClassName
{
color: #C2ADF1;
}
</style>
background-color css
<style>
a { background-color: #C2ADF1; }
a { background-color: rgb(194,173,241); }
div.DivClassName
{
background-color: #C2ADF1;
}
.BgClassName
{
background-color: #C2ADF1;
}
</style>
border-color css
<style>
span { border-color: #C2ADF1; }
span { border-color: rgb(194,173,241); }
td.TdClassName
{
border-color: #C2ADF1;
}
.TagClassName
{
border-color: #C2ADF1;
}
</style>