Shades of Melrose #C1AEEC
Tints of Melrose #C1AEEC
RGB
CMYK
RGB Variations
Color information
#C1AEEC (or 0xC1AEEC) is known color: Melrose. HEX triplet: C1, AE and EC. RGB value is (193,174,236). Sum of RGB (Red+Green+Blue) = 193+174+236=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEEC is #3E5113. Grayscale: #BABABA. Windows color (decimal): -4083988 or 15511233. OLE color: 15511233.
HSL color Cylindrical-coordinate representation of color #C1AEEC: hue angle of 258.39º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1AEEC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 174 | 236 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.07 |
| HSL | 258.39º | 0.62% | 0.8% | - |
| HSV(B) | 258.39º | 0.26% | 0.93% | - |
| XYZ | 52.27 | 47.67 | 85.8 | - |
| YUV | 186.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 236 | 0.18 | 0.26 | 0 | 0.07 | 258.39 | 0.62 | 0.8 |
| Hex | C1 | AE | EC | 12 | 1A | 0 | 7 | 102 | 3E | 50 |
| Octal | 301 | 256 | 354 | 22 | 32 | 0 | 7 | 402 | 76 | 120 |
| Binary | 11000001 | 10101110 | 11101100 | 10010 | 11010 | 0 | 111 | 100000010 | 111110 | 1010000 |
Color Harmonies of #C1AEEC
Complementary color
Monochromatic Colors of #C1AEEC
Black with #C1AEEC
Text Example
Text Example
White with #C1AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEEC; }
p { color: rgb(193,174,236); }
H1.HeaderClassName
{
color: #C1AEEC;
}
.AnyTagClassName
{
color: #C1AEEC;
}
</style>
background-color css
<style>
a { background-color: #C1AEEC; }
a { background-color: rgb(193,174,236); }
div.DivClassName
{
background-color: #C1AEEC;
}
.BgClassName
{
background-color: #C1AEEC;
}
</style>
border-color css
<style>
span { border-color: #C1AEEC; }
span { border-color: rgb(193,174,236); }
td.TdClassName
{
border-color: #C1AEEC;
}
.TagClassName
{
border-color: #C1AEEC;
}
</style>