Shades of Melrose #C3AAFC
Tints of Melrose #C3AAFC
RGB
CMYK
RGB Variations
Color information
#C3AAFC (or 0xC3AAFC) is known color: Melrose. HEX triplet: C3, AA and FC. RGB value is (195,170,252). Sum of RGB (Red+Green+Blue) = 195+170+252=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAFC is #3C5503. Grayscale: #BABABA. Windows color (decimal): -3953924 or 16558787. OLE color: 16558787.
HSL color Cylindrical-coordinate representation of color #C3AAFC: hue angle of 258.29º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3AAFC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 170 | 252 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.01 |
| HSL | 258.29º | 0.93% | 0.83% | - |
| HSV(B) | 258.29º | 0.33% | 0.99% | - |
| XYZ | 54.45 | 47.38 | 98.37 | - |
| YUV | 186.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 252 | 0.23 | 0.33 | 0 | 0.01 | 258.29 | 0.93 | 0.83 |
| Hex | C3 | AA | FC | 17 | 21 | 0 | 1 | 102 | 5D | 53 |
| Octal | 303 | 252 | 374 | 27 | 41 | 0 | 1 | 402 | 135 | 123 |
| Binary | 11000011 | 10101010 | 11111100 | 10111 | 100001 | 0 | 1 | 100000010 | 1011101 | 1010011 |
Color Harmonies of #C3AAFC
Complementary color
Monochromatic Colors of #C3AAFC
Black with #C3AAFC
Text Example
Text Example
White with #C3AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAFC; }
p { color: rgb(195,170,252); }
H1.HeaderClassName
{
color: #C3AAFC;
}
.AnyTagClassName
{
color: #C3AAFC;
}
</style>
background-color css
<style>
a { background-color: #C3AAFC; }
a { background-color: rgb(195,170,252); }
div.DivClassName
{
background-color: #C3AAFC;
}
.BgClassName
{
background-color: #C3AAFC;
}
</style>
border-color css
<style>
span { border-color: #C3AAFC; }
span { border-color: rgb(195,170,252); }
td.TdClassName
{
border-color: #C3AAFC;
}
.TagClassName
{
border-color: #C3AAFC;
}
</style>