Shades of Melrose #C5ADEF
Tints of Melrose #C5ADEF
RGB
CMYK
RGB Variations
Color information
#C5ADEF (or 0xC5ADEF) is known color: Melrose. HEX triplet: C5, AD and EF. RGB value is (197,173,239). Sum of RGB (Red+Green+Blue) = 197+173+239=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADEF is #3A5210. Grayscale: #BBBBBB. Windows color (decimal): -3822097 or 15707589. OLE color: 15707589.
HSL color Cylindrical-coordinate representation of color #C5ADEF: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5ADEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 173 | 239 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.06 |
| HSL | 261.82º | 0.67% | 0.81% | - |
| HSV(B) | 261.82º | 0.28% | 0.94% | - |
| XYZ | 53.55 | 47.99 | 88.1 | - |
| YUV | 187.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 239 | 0.18 | 0.28 | 0 | 0.06 | 261.82 | 0.67 | 0.81 |
| Hex | C5 | AD | EF | 12 | 1C | 0 | 6 | 106 | 43 | 51 |
| Octal | 305 | 255 | 357 | 22 | 34 | 0 | 6 | 406 | 103 | 121 |
| Binary | 11000101 | 10101101 | 11101111 | 10010 | 11100 | 0 | 110 | 100000110 | 1000011 | 1010001 |
Color Harmonies of #C5ADEF
Complementary color
Monochromatic Colors of #C5ADEF
Black with #C5ADEF
Text Example
Text Example
White with #C5ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADEF; }
p { color: rgb(197,173,239); }
H1.HeaderClassName
{
color: #C5ADEF;
}
.AnyTagClassName
{
color: #C5ADEF;
}
</style>
background-color css
<style>
a { background-color: #C5ADEF; }
a { background-color: rgb(197,173,239); }
div.DivClassName
{
background-color: #C5ADEF;
}
.BgClassName
{
background-color: #C5ADEF;
}
</style>
border-color css
<style>
span { border-color: #C5ADEF; }
span { border-color: rgb(197,173,239); }
td.TdClassName
{
border-color: #C5ADEF;
}
.TagClassName
{
border-color: #C5ADEF;
}
</style>