Shades of Melrose #C4ADFC
Tints of Melrose #C4ADFC
RGB
CMYK
RGB Variations
Color information
#C4ADFC (or 0xC4ADFC) is known color: Melrose. HEX triplet: C4, AD and FC. RGB value is (196,173,252). Sum of RGB (Red+Green+Blue) = 196+173+252=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADFC is #3B5203. Grayscale: #BCBCBC. Windows color (decimal): -3887620 or 16559556. OLE color: 16559556.
HSL color Cylindrical-coordinate representation of color #C4ADFC: hue angle of 257.47º 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 #C4ADFC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 173 | 252 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.01 |
| HSL | 257.47º | 0.93% | 0.83% | - |
| HSV(B) | 257.47º | 0.31% | 0.99% | - |
| XYZ | 55.28 | 48.65 | 98.57 | - |
| YUV | 188.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 252 | 0.22 | 0.31 | 0 | 0.01 | 257.47 | 0.93 | 0.83 |
| Hex | C4 | AD | FC | 16 | 1F | 0 | 1 | 101 | 5D | 53 |
| Octal | 304 | 255 | 374 | 26 | 37 | 0 | 1 | 401 | 135 | 123 |
| Binary | 11000100 | 10101101 | 11111100 | 10110 | 11111 | 0 | 1 | 100000001 | 1011101 | 1010011 |
Color Harmonies of #C4ADFC
Complementary color
Monochromatic Colors of #C4ADFC
Black with #C4ADFC
Text Example
Text Example
White with #C4ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADFC; }
p { color: rgb(196,173,252); }
H1.HeaderClassName
{
color: #C4ADFC;
}
.AnyTagClassName
{
color: #C4ADFC;
}
</style>
background-color css
<style>
a { background-color: #C4ADFC; }
a { background-color: rgb(196,173,252); }
div.DivClassName
{
background-color: #C4ADFC;
}
.BgClassName
{
background-color: #C4ADFC;
}
</style>
border-color css
<style>
span { border-color: #C4ADFC; }
span { border-color: rgb(196,173,252); }
td.TdClassName
{
border-color: #C4ADFC;
}
.TagClassName
{
border-color: #C4ADFC;
}
</style>