Shades of Melrose #C3ADF1
Tints of Melrose #C3ADF1
RGB
CMYK
RGB Variations
Color information
#C3ADF1 (or 0xC3ADF1) is known color: Melrose. HEX triplet: C3, AD and F1. RGB value is (195,173,241). Sum of RGB (Red+Green+Blue) = 195+173+241=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADF1 is #3C520E. Grayscale: #BBBBBB. Windows color (decimal): -3953167 or 15838659. OLE color: 15838659.
HSL color Cylindrical-coordinate representation of color #C3ADF1: hue angle of 259.41º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3ADF1 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 173 | 241 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 259.41º | 0.71% | 0.81% | - |
| HSV(B) | 259.41º | 0.28% | 0.95% | - |
| XYZ | 53.33 | 47.84 | 89.64 | - |
| YUV | 187.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 241 | 0.19 | 0.28 | 0 | 0.05 | 259.41 | 0.71 | 0.81 |
| Hex | C3 | AD | F1 | 13 | 1C | 0 | 5 | 103 | 47 | 51 |
| Octal | 303 | 255 | 361 | 23 | 34 | 0 | 5 | 403 | 107 | 121 |
| Binary | 11000011 | 10101101 | 11110001 | 10011 | 11100 | 0 | 101 | 100000011 | 1000111 | 1010001 |
Color Harmonies of #C3ADF1
Complementary color
Monochromatic Colors of #C3ADF1
Black with #C3ADF1
Text Example
Text Example
White with #C3ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADF1; }
p { color: rgb(195,173,241); }
H1.HeaderClassName
{
color: #C3ADF1;
}
.AnyTagClassName
{
color: #C3ADF1;
}
</style>
background-color css
<style>
a { background-color: #C3ADF1; }
a { background-color: rgb(195,173,241); }
div.DivClassName
{
background-color: #C3ADF1;
}
.BgClassName
{
background-color: #C3ADF1;
}
</style>
border-color css
<style>
span { border-color: #C3ADF1; }
span { border-color: rgb(195,173,241); }
td.TdClassName
{
border-color: #C3ADF1;
}
.TagClassName
{
border-color: #C3ADF1;
}
</style>