Shades of Melrose #C5ADF4
Tints of Melrose #C5ADF4
RGB
CMYK
RGB Variations
Color information
#C5ADF4 (or 0xC5ADF4) is known color: Melrose. HEX triplet: C5, AD and F4. RGB value is (197,173,244). Sum of RGB (Red+Green+Blue) = 197+173+244=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF4 is #3A520B. Grayscale: #BCBCBC. Windows color (decimal): -3822092 or 16035269. OLE color: 16035269.
HSL color Cylindrical-coordinate representation of color #C5ADF4: hue angle of 260.28º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5ADF4 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 173 | 244 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.04 |
| HSL | 260.28º | 0.76% | 0.82% | - |
| HSV(B) | 260.28º | 0.29% | 0.96% | - |
| XYZ | 54.3 | 48.29 | 92.05 | - |
| YUV | 188.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 244 | 0.19 | 0.29 | 0 | 0.04 | 260.28 | 0.76 | 0.82 |
| Hex | C5 | AD | F4 | 13 | 1D | 0 | 4 | 104 | 4C | 52 |
| Octal | 305 | 255 | 364 | 23 | 35 | 0 | 4 | 404 | 114 | 122 |
| Binary | 11000101 | 10101101 | 11110100 | 10011 | 11101 | 0 | 100 | 100000100 | 1001100 | 1010010 |
Color Harmonies of #C5ADF4
Complementary color
Monochromatic Colors of #C5ADF4
Black with #C5ADF4
Text Example
Text Example
White with #C5ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADF4; }
p { color: rgb(197,173,244); }
H1.HeaderClassName
{
color: #C5ADF4;
}
.AnyTagClassName
{
color: #C5ADF4;
}
</style>
background-color css
<style>
a { background-color: #C5ADF4; }
a { background-color: rgb(197,173,244); }
div.DivClassName
{
background-color: #C5ADF4;
}
.BgClassName
{
background-color: #C5ADF4;
}
</style>
border-color css
<style>
span { border-color: #C5ADF4; }
span { border-color: rgb(197,173,244); }
td.TdClassName
{
border-color: #C5ADF4;
}
.TagClassName
{
border-color: #C5ADF4;
}
</style>