Shades of Melrose #C2AEFF
Tints of Melrose #C2AEFF
RGB
CMYK
RGB Variations
Color information
#C2AEFF (or 0xC2AEFF) is known color: Melrose. HEX triplet: C2, AE and FF. RGB value is (194,174,255). Sum of RGB (Red+Green+Blue) = 194+174+255=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFF is #3D5100. Grayscale: #BCBCBC. Windows color (decimal): -4018433 or 16756418. OLE color: 16756418.
HSL color Cylindrical-coordinate representation of color #C2AEFF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AEFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 174 | 255 | - |
CMYK | 0.24 | 0.32 | 0 | 0 |
HSL | 254.81º | 1% | 0.84% | - |
HSV(B) | 254.81º | 0.32% | 1% | - |
XYZ | 55.43 | 48.96 | 101.14 | - |
YUV | 189.21 | 165.13 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 255 | 0.24 | 0.32 | 0 | 0 | 254.81 | 1 | 0.84 |
Hex | C2 | AE | FF | 18 | 20 | 0 | 0 | FF | 64 | 54 |
Octal | 302 | 256 | 377 | 30 | 40 | 0 | 0 | 377 | 144 | 124 |
Binary | 11000010 | 10101110 | 11111111 | 11000 | 100000 | 0 | 0 | 11111111 | 1100100 | 1010100 |
Color Harmonies of #C2AEFF
Complementary color
Monochromatic Colors of #C2AEFF
Black with #C2AEFF
Text Example
Text Example
White with #C2AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEFF; }
p { color: rgb(194,174,255); }
H1.HeaderClassName
{
color: #C2AEFF;
}
.AnyTagClassName
{
color: #C2AEFF;
}
</style>
background-color css
<style>
a { background-color: #C2AEFF; }
a { background-color: rgb(194,174,255); }
div.DivClassName
{
background-color: #C2AEFF;
}
.BgClassName
{
background-color: #C2AEFF;
}
</style>
border-color css
<style>
span { border-color: #C2AEFF; }
span { border-color: rgb(194,174,255); }
td.TdClassName
{
border-color: #C2AEFF;
}
.TagClassName
{
border-color: #C2AEFF;
}
</style>