Shades of Melrose #C2ADFC
Tints of Melrose #C2ADFC
RGB
CMYK
RGB Variations
Color information
#C2ADFC (or 0xC2ADFC) is known color: Melrose. HEX triplet: C2, AD and FC. RGB value is (194,173,252). Sum of RGB (Red+Green+Blue) = 194+173+252=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFC is #3D5203. Grayscale: #BBBBBB. Windows color (decimal): -4018692 or 16559554. OLE color: 16559554.
HSL color Cylindrical-coordinate representation of color #C2ADFC: hue angle of 255.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2ADFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 173 | 252 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.01 |
| HSL | 255.95º | 0.93% | 0.83% | - |
| HSV(B) | 255.95º | 0.31% | 0.99% | - |
| XYZ | 54.76 | 48.38 | 98.55 | - |
| YUV | 188.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 252 | 0.23 | 0.31 | 0 | 0.01 | 255.95 | 0.93 | 0.83 |
| Hex | C2 | AD | FC | 17 | 1F | 0 | 1 | 100 | 5D | 53 |
| Octal | 302 | 255 | 374 | 27 | 37 | 0 | 1 | 400 | 135 | 123 |
| Binary | 11000010 | 10101101 | 11111100 | 10111 | 11111 | 0 | 1 | 100000000 | 1011101 | 1010011 |
Color Harmonies of #C2ADFC
Complementary color
Monochromatic Colors of #C2ADFC
Black with #C2ADFC
Text Example
Text Example
White with #C2ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADFC; }
p { color: rgb(194,173,252); }
H1.HeaderClassName
{
color: #C2ADFC;
}
.AnyTagClassName
{
color: #C2ADFC;
}
</style>
background-color css
<style>
a { background-color: #C2ADFC; }
a { background-color: rgb(194,173,252); }
div.DivClassName
{
background-color: #C2ADFC;
}
.BgClassName
{
background-color: #C2ADFC;
}
</style>
border-color css
<style>
span { border-color: #C2ADFC; }
span { border-color: rgb(194,173,252); }
td.TdClassName
{
border-color: #C2ADFC;
}
.TagClassName
{
border-color: #C2ADFC;
}
</style>