Shades of Melrose #C5AEEF
Tints of Melrose #C5AEEF
RGB
CMYK
RGB Variations
Color information
#C5AEEF (or 0xC5AEEF) is known color: Melrose. HEX triplet: C5, AE and EF. RGB value is (197,174,239). Sum of RGB (Red+Green+Blue) = 197+174+239=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEEF is #3A5110. Grayscale: #BCBCBC. Windows color (decimal): -3821841 or 15707845. OLE color: 15707845.
HSL color Cylindrical-coordinate representation of color #C5AEEF: hue angle of 261.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5AEEF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 174 | 239 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.06 |
| HSL | 261.23º | 0.67% | 0.81% | - |
| HSV(B) | 261.23º | 0.27% | 0.94% | - |
| XYZ | 53.74 | 48.37 | 88.17 | - |
| YUV | 188.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 239 | 0.18 | 0.27 | 0 | 0.06 | 261.23 | 0.67 | 0.81 |
| Hex | C5 | AE | EF | 12 | 1B | 0 | 6 | 105 | 43 | 51 |
| Octal | 305 | 256 | 357 | 22 | 33 | 0 | 6 | 405 | 103 | 121 |
| Binary | 11000101 | 10101110 | 11101111 | 10010 | 11011 | 0 | 110 | 100000101 | 1000011 | 1010001 |
Color Harmonies of #C5AEEF
Complementary color
Monochromatic Colors of #C5AEEF
Black with #C5AEEF
Text Example
Text Example
White with #C5AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEEF; }
p { color: rgb(197,174,239); }
H1.HeaderClassName
{
color: #C5AEEF;
}
.AnyTagClassName
{
color: #C5AEEF;
}
</style>
background-color css
<style>
a { background-color: #C5AEEF; }
a { background-color: rgb(197,174,239); }
div.DivClassName
{
background-color: #C5AEEF;
}
.BgClassName
{
background-color: #C5AEEF;
}
</style>
border-color css
<style>
span { border-color: #C5AEEF; }
span { border-color: rgb(197,174,239); }
td.TdClassName
{
border-color: #C5AEEF;
}
.TagClassName
{
border-color: #C5AEEF;
}
</style>