Shades of Melrose #C2AEEB
Tints of Melrose #C2AEEB
RGB
CMYK
RGB Variations
Color information
#C2AEEB (or 0xC2AEEB) is known color: Melrose. HEX triplet: C2, AE and EB. RGB value is (194,174,235). Sum of RGB (Red+Green+Blue) = 194+174+235=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEEB is #3D5114. Grayscale: #BABABA. Windows color (decimal): -4018453 or 15445698. OLE color: 15445698.
HSL color Cylindrical-coordinate representation of color #C2AEEB: hue angle of 259.67º 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 #C2AEEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 174 | 235 | - |
CMYK | 0.17 | 0.26 | 0 | 0.08 |
HSL | 259.67º | 0.6% | 0.8% | - |
HSV(B) | 259.67º | 0.26% | 0.92% | - |
XYZ | 52.38 | 47.74 | 85.05 | - |
YUV | 186.93 | 155.13 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 235 | 0.17 | 0.26 | 0 | 0.08 | 259.67 | 0.6 | 0.8 |
Hex | C2 | AE | EB | 11 | 1A | 0 | 8 | 104 | 3C | 50 |
Octal | 302 | 256 | 353 | 21 | 32 | 0 | 10 | 404 | 74 | 120 |
Binary | 11000010 | 10101110 | 11101011 | 10001 | 11010 | 0 | 1000 | 100000100 | 111100 | 1010000 |
Color Harmonies of #C2AEEB
Complementary color
Monochromatic Colors of #C2AEEB
Black with #C2AEEB
Text Example
Text Example
White with #C2AEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEEB; }
p { color: rgb(194,174,235); }
H1.HeaderClassName
{
color: #C2AEEB;
}
.AnyTagClassName
{
color: #C2AEEB;
}
</style>
background-color css
<style>
a { background-color: #C2AEEB; }
a { background-color: rgb(194,174,235); }
div.DivClassName
{
background-color: #C2AEEB;
}
.BgClassName
{
background-color: #C2AEEB;
}
</style>
border-color css
<style>
span { border-color: #C2AEEB; }
span { border-color: rgb(194,174,235); }
td.TdClassName
{
border-color: #C2AEEB;
}
.TagClassName
{
border-color: #C2AEEB;
}
</style>