Shades of Melrose #C1AEEF
Tints of Melrose #C1AEEF
RGB
CMYK
RGB Variations
Color information
#C1AEEF (or 0xC1AEEF) is known color: Melrose. HEX triplet: C1, AE and EF. RGB value is (193,174,239). Sum of RGB (Red+Green+Blue) = 193+174+239=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AEEF is #3E5110. Grayscale: #BABABA. Windows color (decimal): -4083985 or 15707841. OLE color: 15707841.
HSL color Cylindrical-coordinate representation of color #C1AEEF: hue angle of 257.54º 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 #C1AEEF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 174 | 239 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.06 |
| HSL | 257.54º | 0.67% | 0.81% | - |
| HSV(B) | 257.54º | 0.27% | 0.94% | - |
| XYZ | 52.71 | 47.84 | 88.12 | - |
| YUV | 187.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 239 | 0.19 | 0.27 | 0 | 0.06 | 257.54 | 0.67 | 0.81 |
| Hex | C1 | AE | EF | 13 | 1B | 0 | 6 | 102 | 43 | 51 |
| Octal | 301 | 256 | 357 | 23 | 33 | 0 | 6 | 402 | 103 | 121 |
| Binary | 11000001 | 10101110 | 11101111 | 10011 | 11011 | 0 | 110 | 100000010 | 1000011 | 1010001 |
Color Harmonies of #C1AEEF
Complementary color
Monochromatic Colors of #C1AEEF
Black with #C1AEEF
Text Example
Text Example
White with #C1AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEEF; }
p { color: rgb(193,174,239); }
H1.HeaderClassName
{
color: #C1AEEF;
}
.AnyTagClassName
{
color: #C1AEEF;
}
</style>
background-color css
<style>
a { background-color: #C1AEEF; }
a { background-color: rgb(193,174,239); }
div.DivClassName
{
background-color: #C1AEEF;
}
.BgClassName
{
background-color: #C1AEEF;
}
</style>
border-color css
<style>
span { border-color: #C1AEEF; }
span { border-color: rgb(193,174,239); }
td.TdClassName
{
border-color: #C1AEEF;
}
.TagClassName
{
border-color: #C1AEEF;
}
</style>