Shades of Melrose #C1ACEA
Tints of Melrose #C1ACEA
RGB
CMYK
RGB Variations
Color information
#C1ACEA (or 0xC1ACEA) is known color: Melrose. HEX triplet: C1, AC and EA. RGB value is (193,172,234). Sum of RGB (Red+Green+Blue) = 193+172+234=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACEA is #3E5315. Grayscale: #B9B9B9. Windows color (decimal): -4084502 or 15379649. OLE color: 15379649.
HSL color Cylindrical-coordinate representation of color #C1ACEA: hue angle of 260.32º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1ACEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 193 | 172 | 234 | - |
CMYK | 0.18 | 0.26 | 0 | 0.08 |
HSL | 260.32º | 0.6% | 0.8% | - |
HSV(B) | 260.32º | 0.26% | 0.92% | - |
XYZ | 51.6 | 46.78 | 84.15 | - |
YUV | 185.35 | 155.46 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 172 | 234 | 0.18 | 0.26 | 0 | 0.08 | 260.32 | 0.6 | 0.8 |
Hex | C1 | AC | EA | 12 | 1A | 0 | 8 | 104 | 3C | 50 |
Octal | 301 | 254 | 352 | 22 | 32 | 0 | 10 | 404 | 74 | 120 |
Binary | 11000001 | 10101100 | 11101010 | 10010 | 11010 | 0 | 1000 | 100000100 | 111100 | 1010000 |
Color Harmonies of #C1ACEA
Complementary color
Monochromatic Colors of #C1ACEA
Black with #C1ACEA
Text Example
Text Example
White with #C1ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACEA; }
p { color: rgb(193,172,234); }
H1.HeaderClassName
{
color: #C1ACEA;
}
.AnyTagClassName
{
color: #C1ACEA;
}
</style>
background-color css
<style>
a { background-color: #C1ACEA; }
a { background-color: rgb(193,172,234); }
div.DivClassName
{
background-color: #C1ACEA;
}
.BgClassName
{
background-color: #C1ACEA;
}
</style>
border-color css
<style>
span { border-color: #C1ACEA; }
span { border-color: rgb(193,172,234); }
td.TdClassName
{
border-color: #C1ACEA;
}
.TagClassName
{
border-color: #C1ACEA;
}
</style>