Shades of Melrose #C1AEFA
Tints of Melrose #C1AEFA
RGB
CMYK
RGB Variations
Color information
#C1AEFA (or 0xC1AEFA) is known color: Melrose. HEX triplet: C1, AE and FA. RGB value is (193,174,250). Sum of RGB (Red+Green+Blue) = 193+174+250=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEFA is #3E5105. Grayscale: #BCBCBC. Windows color (decimal): -4083974 or 16428737. OLE color: 16428737.
HSL color Cylindrical-coordinate representation of color #C1AEFA: hue angle of 255º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AEFA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 174 | 250 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.02 |
| HSL | 255º | 0.88% | 0.83% | - |
| HSV(B) | 255º | 0.3% | 0.98% | - |
| XYZ | 54.38 | 48.51 | 96.94 | - |
| YUV | 188.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 250 | 0.23 | 0.30 | 0 | 0.02 | 255 | 0.88 | 0.83 |
| Hex | C1 | AE | FA | 17 | 1E | 0 | 2 | FF | 58 | 53 |
| Octal | 301 | 256 | 372 | 27 | 36 | 0 | 2 | 377 | 130 | 123 |
| Binary | 11000001 | 10101110 | 11111010 | 10111 | 11110 | 0 | 10 | 11111111 | 1011000 | 1010011 |
Color Harmonies of #C1AEFA
Complementary color
Monochromatic Colors of #C1AEFA
Black with #C1AEFA
Text Example
Text Example
White with #C1AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEFA; }
p { color: rgb(193,174,250); }
H1.HeaderClassName
{
color: #C1AEFA;
}
.AnyTagClassName
{
color: #C1AEFA;
}
</style>
background-color css
<style>
a { background-color: #C1AEFA; }
a { background-color: rgb(193,174,250); }
div.DivClassName
{
background-color: #C1AEFA;
}
.BgClassName
{
background-color: #C1AEFA;
}
</style>
border-color css
<style>
span { border-color: #C1AEFA; }
span { border-color: rgb(193,174,250); }
td.TdClassName
{
border-color: #C1AEFA;
}
.TagClassName
{
border-color: #C1AEFA;
}
</style>