Shades of Melrose #C1ADFB
Tints of Melrose #C1ADFB
RGB
CMYK
RGB Variations
Color information
#C1ADFB (or 0xC1ADFB) is known color: Melrose. HEX triplet: C1, AD and FB. RGB value is (193,173,251). Sum of RGB (Red+Green+Blue) = 193+173+251=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFB is #3E5204. Grayscale: #BBBBBB. Windows color (decimal): -4084229 or 16494017. OLE color: 16494017.
HSL color Cylindrical-coordinate representation of color #C1ADFB: hue angle of 255.38º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1ADFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 173 | 251 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.02 |
| HSL | 255.38º | 0.91% | 0.83% | - |
| HSV(B) | 255.38º | 0.31% | 0.98% | - |
| XYZ | 54.35 | 48.19 | 97.7 | - |
| YUV | 187.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 251 | 0.23 | 0.31 | 0 | 0.02 | 255.38 | 0.91 | 0.83 |
| Hex | C1 | AD | FB | 17 | 1F | 0 | 2 | FF | 5B | 53 |
| Octal | 301 | 255 | 373 | 27 | 37 | 0 | 2 | 377 | 133 | 123 |
| Binary | 11000001 | 10101101 | 11111011 | 10111 | 11111 | 0 | 10 | 11111111 | 1011011 | 1010011 |
Color Harmonies of #C1ADFB
Complementary color
Monochromatic Colors of #C1ADFB
Black with #C1ADFB
Text Example
Text Example
White with #C1ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADFB; }
p { color: rgb(193,173,251); }
H1.HeaderClassName
{
color: #C1ADFB;
}
.AnyTagClassName
{
color: #C1ADFB;
}
</style>
background-color css
<style>
a { background-color: #C1ADFB; }
a { background-color: rgb(193,173,251); }
div.DivClassName
{
background-color: #C1ADFB;
}
.BgClassName
{
background-color: #C1ADFB;
}
</style>
border-color css
<style>
span { border-color: #C1ADFB; }
span { border-color: rgb(193,173,251); }
td.TdClassName
{
border-color: #C1ADFB;
}
.TagClassName
{
border-color: #C1ADFB;
}
</style>