Shades of Melrose #C3AAFE
Tints of Melrose #C3AAFE
RGB
CMYK
RGB Variations
Color information
#C3AAFE (or 0xC3AAFE) is known color: Melrose. HEX triplet: C3, AA and FE. RGB value is (195,170,254). Sum of RGB (Red+Green+Blue) = 195+170+254=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAFE is #3C5501. Grayscale: #BABABA. Windows color (decimal): -3953922 or 16689859. OLE color: 16689859.
HSL color Cylindrical-coordinate representation of color #C3AAFE: hue angle of 257.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3AAFE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 170 | 254 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.00 |
| HSL | 257.86º | 0.98% | 0.83% | - |
| HSV(B) | 257.86º | 0.33% | 1% | - |
| XYZ | 54.77 | 47.51 | 100.05 | - |
| YUV | 187.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 254 | 0.23 | 0.33 | 0 | 0.00 | 257.86 | 0.98 | 0.83 |
| Hex | C3 | AA | FE | 17 | 21 | 0 | 0 | 102 | 62 | 53 |
| Octal | 303 | 252 | 376 | 27 | 41 | 0 | 0 | 402 | 142 | 123 |
| Binary | 11000011 | 10101010 | 11111110 | 10111 | 100001 | 0 | 0 | 100000010 | 1100010 | 1010011 |
Color Harmonies of #C3AAFE
Complementary color
Monochromatic Colors of #C3AAFE
Black with #C3AAFE
Text Example
Text Example
White with #C3AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAFE; }
p { color: rgb(195,170,254); }
H1.HeaderClassName
{
color: #C3AAFE;
}
.AnyTagClassName
{
color: #C3AAFE;
}
</style>
background-color css
<style>
a { background-color: #C3AAFE; }
a { background-color: rgb(195,170,254); }
div.DivClassName
{
background-color: #C3AAFE;
}
.BgClassName
{
background-color: #C3AAFE;
}
</style>
border-color css
<style>
span { border-color: #C3AAFE; }
span { border-color: rgb(195,170,254); }
td.TdClassName
{
border-color: #C3AAFE;
}
.TagClassName
{
border-color: #C3AAFE;
}
</style>