Shades of Melrose #C2AEEC
Tints of Melrose #C2AEEC
RGB
CMYK
RGB Variations
Color information
#C2AEEC (or 0xC2AEEC) is known color: Melrose. HEX triplet: C2, AE and EC. RGB value is (194,174,236). Sum of RGB (Red+Green+Blue) = 194+174+236=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEEC is #3D5113. Grayscale: #BABABA. Windows color (decimal): -4018452 or 15511234. OLE color: 15511234.
HSL color Cylindrical-coordinate representation of color #C2AEEC: hue angle of 259.35º 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 #C2AEEC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 174 | 236 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.07 |
| HSL | 259.35º | 0.62% | 0.8% | - |
| HSV(B) | 259.35º | 0.26% | 0.93% | - |
| XYZ | 52.52 | 47.8 | 85.81 | - |
| YUV | 187.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 236 | 0.18 | 0.26 | 0 | 0.07 | 259.35 | 0.62 | 0.8 |
| Hex | C2 | AE | EC | 12 | 1A | 0 | 7 | 103 | 3E | 50 |
| Octal | 302 | 256 | 354 | 22 | 32 | 0 | 7 | 403 | 76 | 120 |
| Binary | 11000010 | 10101110 | 11101100 | 10010 | 11010 | 0 | 111 | 100000011 | 111110 | 1010000 |
Color Harmonies of #C2AEEC
Complementary color
Monochromatic Colors of #C2AEEC
Black with #C2AEEC
Text Example
Text Example
White with #C2AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEEC; }
p { color: rgb(194,174,236); }
H1.HeaderClassName
{
color: #C2AEEC;
}
.AnyTagClassName
{
color: #C2AEEC;
}
</style>
background-color css
<style>
a { background-color: #C2AEEC; }
a { background-color: rgb(194,174,236); }
div.DivClassName
{
background-color: #C2AEEC;
}
.BgClassName
{
background-color: #C2AEEC;
}
</style>
border-color css
<style>
span { border-color: #C2AEEC; }
span { border-color: rgb(194,174,236); }
td.TdClassName
{
border-color: #C2AEEC;
}
.TagClassName
{
border-color: #C2AEEC;
}
</style>