Shades of Melrose #C5AEF4
Tints of Melrose #C5AEF4
RGB
CMYK
RGB Variations
Color information
#C5AEF4 (or 0xC5AEF4) is known color: Melrose. HEX triplet: C5, AE and F4. RGB value is (197,174,244). Sum of RGB (Red+Green+Blue) = 197+174+244=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5AEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEF4 is #3A510B. Grayscale: #BCBCBC. Windows color (decimal): -3821836 or 16035525. OLE color: 16035525.
HSL color Cylindrical-coordinate representation of color #C5AEF4: hue angle of 259.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5AEF4 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 197 | 174 | 244 | - |
CMYK | 0.19 | 0.29 | 0 | 0.04 |
HSL | 259.71º | 0.76% | 0.82% | - |
HSV(B) | 259.71º | 0.29% | 0.96% | - |
XYZ | 54.49 | 48.67 | 92.11 | - |
YUV | 188.86 | 159.12 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 244 | 0.19 | 0.29 | 0 | 0.04 | 259.71 | 0.76 | 0.82 |
Hex | C5 | AE | F4 | 13 | 1D | 0 | 4 | 104 | 4C | 52 |
Octal | 305 | 256 | 364 | 23 | 35 | 0 | 4 | 404 | 114 | 122 |
Binary | 11000101 | 10101110 | 11110100 | 10011 | 11101 | 0 | 100 | 100000100 | 1001100 | 1010010 |
Color Harmonies of #C5AEF4
Complementary color
Monochromatic Colors of #C5AEF4
Black with #C5AEF4
Text Example
Text Example
White with #C5AEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEF4; }
p { color: rgb(197,174,244); }
H1.HeaderClassName
{
color: #C5AEF4;
}
.AnyTagClassName
{
color: #C5AEF4;
}
</style>
background-color css
<style>
a { background-color: #C5AEF4; }
a { background-color: rgb(197,174,244); }
div.DivClassName
{
background-color: #C5AEF4;
}
.BgClassName
{
background-color: #C5AEF4;
}
</style>
border-color css
<style>
span { border-color: #C5AEF4; }
span { border-color: rgb(197,174,244); }
td.TdClassName
{
border-color: #C5AEF4;
}
.TagClassName
{
border-color: #C5AEF4;
}
</style>