Shades of Melrose #C2AEFC
Tints of Melrose #C2AEFC
RGB
CMYK
RGB Variations
Color information
#C2AEFC (or 0xC2AEFC) is known color: Melrose. HEX triplet: C2, AE and FC. RGB value is (194,174,252). Sum of RGB (Red+Green+Blue) = 194+174+252=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFC is #3D5103. Grayscale: #BCBCBC. Windows color (decimal): -4018436 or 16559810. OLE color: 16559810.
HSL color Cylindrical-coordinate representation of color #C2AEFC: hue angle of 255.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AEFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 174 | 252 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.01 |
| HSL | 255.38º | 0.93% | 0.84% | - |
| HSV(B) | 255.38º | 0.31% | 0.99% | - |
| XYZ | 54.95 | 48.77 | 98.61 | - |
| YUV | 188.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 252 | 0.23 | 0.31 | 0 | 0.01 | 255.38 | 0.93 | 0.84 |
| Hex | C2 | AE | FC | 17 | 1F | 0 | 1 | FF | 5D | 54 |
| Octal | 302 | 256 | 374 | 27 | 37 | 0 | 1 | 377 | 135 | 124 |
| Binary | 11000010 | 10101110 | 11111100 | 10111 | 11111 | 0 | 1 | 11111111 | 1011101 | 1010100 |
Color Harmonies of #C2AEFC
Complementary color
Monochromatic Colors of #C2AEFC
Black with #C2AEFC
Text Example
Text Example
White with #C2AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEFC; }
p { color: rgb(194,174,252); }
H1.HeaderClassName
{
color: #C2AEFC;
}
.AnyTagClassName
{
color: #C2AEFC;
}
</style>
background-color css
<style>
a { background-color: #C2AEFC; }
a { background-color: rgb(194,174,252); }
div.DivClassName
{
background-color: #C2AEFC;
}
.BgClassName
{
background-color: #C2AEFC;
}
</style>
border-color css
<style>
span { border-color: #C2AEFC; }
span { border-color: rgb(194,174,252); }
td.TdClassName
{
border-color: #C2AEFC;
}
.TagClassName
{
border-color: #C2AEFC;
}
</style>