Shades of Melrose #C4AEEE
Tints of Melrose #C4AEEE
RGB
CMYK
RGB Variations
Color information
#C4AEEE (or 0xC4AEEE) is known color: Melrose. HEX triplet: C4, AE and EE. RGB value is (196,174,238). Sum of RGB (Red+Green+Blue) = 196+174+238=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEEE is #3B5111. Grayscale: #BBBBBB. Windows color (decimal): -3887378 or 15642308. OLE color: 15642308.
HSL color Cylindrical-coordinate representation of color #C4AEEE: hue angle of 260.62º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4AEEE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 174 | 238 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.07 |
| HSL | 260.63º | 0.65% | 0.81% | - |
| HSV(B) | 260.63º | 0.27% | 0.93% | - |
| XYZ | 53.33 | 48.18 | 87.38 | - |
| YUV | 187.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 238 | 0.18 | 0.27 | 0 | 0.07 | 260.63 | 0.65 | 0.81 |
| Hex | C4 | AE | EE | 12 | 1B | 0 | 7 | 105 | 41 | 51 |
| Octal | 304 | 256 | 356 | 22 | 33 | 0 | 7 | 405 | 101 | 121 |
| Binary | 11000100 | 10101110 | 11101110 | 10010 | 11011 | 0 | 111 | 100000101 | 1000001 | 1010001 |
Color Harmonies of #C4AEEE
Complementary color
Monochromatic Colors of #C4AEEE
Black with #C4AEEE
Text Example
Text Example
White with #C4AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEEE; }
p { color: rgb(196,174,238); }
H1.HeaderClassName
{
color: #C4AEEE;
}
.AnyTagClassName
{
color: #C4AEEE;
}
</style>
background-color css
<style>
a { background-color: #C4AEEE; }
a { background-color: rgb(196,174,238); }
div.DivClassName
{
background-color: #C4AEEE;
}
.BgClassName
{
background-color: #C4AEEE;
}
</style>
border-color css
<style>
span { border-color: #C4AEEE; }
span { border-color: rgb(196,174,238); }
td.TdClassName
{
border-color: #C4AEEE;
}
.TagClassName
{
border-color: #C4AEEE;
}
</style>