Shades of Melrose #C2AEF8
Tints of Melrose #C2AEF8
RGB
CMYK
RGB Variations
Color information
#C2AEF8 (or 0xC2AEF8) is known color: Melrose. HEX triplet: C2, AE and F8. RGB value is (194,174,248). Sum of RGB (Red+Green+Blue) = 194+174+248=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEF8 is #3D5107. Grayscale: #BCBCBC. Windows color (decimal): -4018440 or 16297666. OLE color: 16297666.
HSL color Cylindrical-coordinate representation of color #C2AEF8: hue angle of 256.22º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AEF8 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 174 | 248 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.03 |
| HSL | 256.22º | 0.84% | 0.83% | - |
| HSV(B) | 256.22º | 0.3% | 0.97% | - |
| XYZ | 54.33 | 48.52 | 95.31 | - |
| YUV | 188.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 248 | 0.22 | 0.30 | 0 | 0.03 | 256.22 | 0.84 | 0.83 |
| Hex | C2 | AE | F8 | 16 | 1E | 0 | 3 | 100 | 54 | 53 |
| Octal | 302 | 256 | 370 | 26 | 36 | 0 | 3 | 400 | 124 | 123 |
| Binary | 11000010 | 10101110 | 11111000 | 10110 | 11110 | 0 | 11 | 100000000 | 1010100 | 1010011 |
Color Harmonies of #C2AEF8
Complementary color
Monochromatic Colors of #C2AEF8
Black with #C2AEF8
Text Example
Text Example
White with #C2AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEF8; }
p { color: rgb(194,174,248); }
H1.HeaderClassName
{
color: #C2AEF8;
}
.AnyTagClassName
{
color: #C2AEF8;
}
</style>
background-color css
<style>
a { background-color: #C2AEF8; }
a { background-color: rgb(194,174,248); }
div.DivClassName
{
background-color: #C2AEF8;
}
.BgClassName
{
background-color: #C2AEF8;
}
</style>
border-color css
<style>
span { border-color: #C2AEF8; }
span { border-color: rgb(194,174,248); }
td.TdClassName
{
border-color: #C2AEF8;
}
.TagClassName
{
border-color: #C2AEF8;
}
</style>