Shades of Melrose #C1ADEF
Tints of Melrose #C1ADEF
RGB
CMYK
RGB Variations
Color information
#C1ADEF (or 0xC1ADEF) is known color: Melrose. HEX triplet: C1, AD and EF. RGB value is (193,173,239). Sum of RGB (Red+Green+Blue) = 193+173+239=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADEF is #3E5210. Grayscale: #BABABA. Windows color (decimal): -4084241 or 15707585. OLE color: 15707585.
HSL color Cylindrical-coordinate representation of color #C1ADEF: hue angle of 258.18º 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 #C1ADEF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 173 | 239 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.06 |
| HSL | 258.18º | 0.67% | 0.81% | - |
| HSV(B) | 258.18º | 0.28% | 0.94% | - |
| XYZ | 52.52 | 47.46 | 88.05 | - |
| YUV | 186.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 239 | 0.19 | 0.28 | 0 | 0.06 | 258.18 | 0.67 | 0.81 |
| Hex | C1 | AD | EF | 13 | 1C | 0 | 6 | 102 | 43 | 51 |
| Octal | 301 | 255 | 357 | 23 | 34 | 0 | 6 | 402 | 103 | 121 |
| Binary | 11000001 | 10101101 | 11101111 | 10011 | 11100 | 0 | 110 | 100000010 | 1000011 | 1010001 |
Color Harmonies of #C1ADEF
Complementary color
Monochromatic Colors of #C1ADEF
Black with #C1ADEF
Text Example
Text Example
White with #C1ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADEF; }
p { color: rgb(193,173,239); }
H1.HeaderClassName
{
color: #C1ADEF;
}
.AnyTagClassName
{
color: #C1ADEF;
}
</style>
background-color css
<style>
a { background-color: #C1ADEF; }
a { background-color: rgb(193,173,239); }
div.DivClassName
{
background-color: #C1ADEF;
}
.BgClassName
{
background-color: #C1ADEF;
}
</style>
border-color css
<style>
span { border-color: #C1ADEF; }
span { border-color: rgb(193,173,239); }
td.TdClassName
{
border-color: #C1ADEF;
}
.TagClassName
{
border-color: #C1ADEF;
}
</style>