Shades of Melrose #C1AFE6
Tints of Melrose #C1AFE6
RGB
CMYK
RGB Variations
Color information
#C1AFE6 (or 0xC1AFE6) is known color: Melrose. HEX triplet: C1, AF and E6. RGB value is (193,175,230). Sum of RGB (Red+Green+Blue) = 193+175+230=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFE6 is #3E5019. Grayscale: #BABABA. Windows color (decimal): -4083738 or 15118273. OLE color: 15118273.
HSL color Cylindrical-coordinate representation of color #C1AFE6: hue angle of 259.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1AFE6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 175 | 230 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.10 |
| HSL | 259.64º | 0.52% | 0.79% | - |
| HSV(B) | 259.64º | 0.24% | 0.9% | - |
| XYZ | 51.61 | 47.71 | 81.35 | - |
| YUV | 186.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 230 | 0.16 | 0.24 | 0 | 0.10 | 259.64 | 0.52 | 0.79 |
| Hex | C1 | AF | E6 | 10 | 18 | 0 | A | 104 | 34 | 4F |
| Octal | 301 | 257 | 346 | 20 | 30 | 0 | 12 | 404 | 64 | 117 |
| Binary | 11000001 | 10101111 | 11100110 | 10000 | 11000 | 0 | 1010 | 100000100 | 110100 | 1001111 |
Color Harmonies of #C1AFE6
Complementary color
Monochromatic Colors of #C1AFE6
Black with #C1AFE6
Text Example
Text Example
White with #C1AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFE6; }
p { color: rgb(193,175,230); }
H1.HeaderClassName
{
color: #C1AFE6;
}
.AnyTagClassName
{
color: #C1AFE6;
}
</style>
background-color css
<style>
a { background-color: #C1AFE6; }
a { background-color: rgb(193,175,230); }
div.DivClassName
{
background-color: #C1AFE6;
}
.BgClassName
{
background-color: #C1AFE6;
}
</style>
border-color css
<style>
span { border-color: #C1AFE6; }
span { border-color: rgb(193,175,230); }
td.TdClassName
{
border-color: #C1AFE6;
}
.TagClassName
{
border-color: #C1AFE6;
}
</style>