Shades of Melrose #C5ADFE
Tints of Melrose #C5ADFE
RGB
CMYK
RGB Variations
Color information
#C5ADFE (or 0xC5ADFE) is known color: Melrose. HEX triplet: C5, AD and FE. RGB value is (197,173,254). Sum of RGB (Red+Green+Blue) = 197+173+254=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFE is #3A5201. Grayscale: #BDBDBD. Windows color (decimal): -3822082 or 16690629. OLE color: 16690629.
HSL color Cylindrical-coordinate representation of color #C5ADFE: hue angle of 257.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ADFE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 173 | 254 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.00 |
| HSL | 257.78º | 0.98% | 0.84% | - |
| HSV(B) | 257.78º | 0.32% | 1% | - |
| XYZ | 55.86 | 48.91 | 100.26 | - |
| YUV | 189.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 254 | 0.22 | 0.32 | 0 | 0.00 | 257.78 | 0.98 | 0.84 |
| Hex | C5 | AD | FE | 16 | 20 | 0 | 0 | 102 | 62 | 54 |
| Octal | 305 | 255 | 376 | 26 | 40 | 0 | 0 | 402 | 142 | 124 |
| Binary | 11000101 | 10101101 | 11111110 | 10110 | 100000 | 0 | 0 | 100000010 | 1100010 | 1010100 |
Color Harmonies of #C5ADFE
Complementary color
Monochromatic Colors of #C5ADFE
Black with #C5ADFE
Text Example
Text Example
White with #C5ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADFE; }
p { color: rgb(197,173,254); }
H1.HeaderClassName
{
color: #C5ADFE;
}
.AnyTagClassName
{
color: #C5ADFE;
}
</style>
background-color css
<style>
a { background-color: #C5ADFE; }
a { background-color: rgb(197,173,254); }
div.DivClassName
{
background-color: #C5ADFE;
}
.BgClassName
{
background-color: #C5ADFE;
}
</style>
border-color css
<style>
span { border-color: #C5ADFE; }
span { border-color: rgb(197,173,254); }
td.TdClassName
{
border-color: #C5ADFE;
}
.TagClassName
{
border-color: #C5ADFE;
}
</style>