Shades of Melrose #C1AFED
Tints of Melrose #C1AFED
RGB
CMYK
RGB Variations
Color information
#C1AFED (or 0xC1AFED) is known color: Melrose. HEX triplet: C1, AF and ED. RGB value is (193,175,237). Sum of RGB (Red+Green+Blue) = 193+175+237=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFED is #3E5012. Grayscale: #BBBBBB. Windows color (decimal): -4083731 or 15577025. OLE color: 15577025.
HSL color Cylindrical-coordinate representation of color #C1AFED: hue angle of 257.42º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AFED is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 175 | 237 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.07 |
| HSL | 257.42º | 0.63% | 0.81% | - |
| HSV(B) | 257.42º | 0.26% | 0.93% | - |
| XYZ | 52.61 | 48.11 | 86.63 | - |
| YUV | 187.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 237 | 0.19 | 0.26 | 0 | 0.07 | 257.42 | 0.63 | 0.81 |
| Hex | C1 | AF | ED | 13 | 1A | 0 | 7 | 101 | 3F | 51 |
| Octal | 301 | 257 | 355 | 23 | 32 | 0 | 7 | 401 | 77 | 121 |
| Binary | 11000001 | 10101111 | 11101101 | 10011 | 11010 | 0 | 111 | 100000001 | 111111 | 1010001 |
Color Harmonies of #C1AFED
Complementary color
Monochromatic Colors of #C1AFED
Black with #C1AFED
Text Example
Text Example
White with #C1AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFED; }
p { color: rgb(193,175,237); }
H1.HeaderClassName
{
color: #C1AFED;
}
.AnyTagClassName
{
color: #C1AFED;
}
</style>
background-color css
<style>
a { background-color: #C1AFED; }
a { background-color: rgb(193,175,237); }
div.DivClassName
{
background-color: #C1AFED;
}
.BgClassName
{
background-color: #C1AFED;
}
</style>
border-color css
<style>
span { border-color: #C1AFED; }
span { border-color: rgb(193,175,237); }
td.TdClassName
{
border-color: #C1AFED;
}
.TagClassName
{
border-color: #C1AFED;
}
</style>