Shades of Melrose #C3ADF5
Tints of Melrose #C3ADF5
RGB
CMYK
RGB Variations
Color information
#C3ADF5 (or 0xC3ADF5) is known color: Melrose. HEX triplet: C3, AD and F5. RGB value is (195,173,245). Sum of RGB (Red+Green+Blue) = 195+173+245=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3ADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADF5 is #3C520A. Grayscale: #BBBBBB. Windows color (decimal): -3953163 or 16100803. OLE color: 16100803.
HSL color Cylindrical-coordinate representation of color #C3ADF5: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3ADF5 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 173 | 245 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.04 |
| HSL | 258.33º | 0.78% | 0.82% | - |
| HSV(B) | 258.33º | 0.29% | 0.96% | - |
| XYZ | 53.93 | 48.08 | 92.82 | - |
| YUV | 187.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 245 | 0.20 | 0.29 | 0 | 0.04 | 258.33 | 0.78 | 0.82 |
| Hex | C3 | AD | F5 | 14 | 1D | 0 | 4 | 102 | 4E | 52 |
| Octal | 303 | 255 | 365 | 24 | 35 | 0 | 4 | 402 | 116 | 122 |
| Binary | 11000011 | 10101101 | 11110101 | 10100 | 11101 | 0 | 100 | 100000010 | 1001110 | 1010010 |
Color Harmonies of #C3ADF5
Complementary color
Monochromatic Colors of #C3ADF5
Black with #C3ADF5
Text Example
Text Example
White with #C3ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADF5; }
p { color: rgb(195,173,245); }
H1.HeaderClassName
{
color: #C3ADF5;
}
.AnyTagClassName
{
color: #C3ADF5;
}
</style>
background-color css
<style>
a { background-color: #C3ADF5; }
a { background-color: rgb(195,173,245); }
div.DivClassName
{
background-color: #C3ADF5;
}
.BgClassName
{
background-color: #C3ADF5;
}
</style>
border-color css
<style>
span { border-color: #C3ADF5; }
span { border-color: rgb(195,173,245); }
td.TdClassName
{
border-color: #C3ADF5;
}
.TagClassName
{
border-color: #C3ADF5;
}
</style>