Shades of Melrose #C2ADFB
Tints of Melrose #C2ADFB
RGB
CMYK
RGB Variations
Color information
#C2ADFB (or 0xC2ADFB) is known color: Melrose. HEX triplet: C2, AD and FB. RGB value is (194,173,251). Sum of RGB (Red+Green+Blue) = 194+173+251=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFB is #3D5204. Grayscale: #BBBBBB. Windows color (decimal): -4018693 or 16494018. OLE color: 16494018.
HSL color Cylindrical-coordinate representation of color #C2ADFB: hue angle of 256.15º 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 #C2ADFB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 173 | 251 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.02 |
| HSL | 256.15º | 0.91% | 0.83% | - |
| HSV(B) | 256.15º | 0.31% | 0.98% | - |
| XYZ | 54.6 | 48.32 | 97.72 | - |
| YUV | 188.17 | 163.46 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 251 | 0.23 | 0.31 | 0 | 0.02 | 256.15 | 0.91 | 0.83 |
| Hex | C2 | AD | FB | 17 | 1F | 0 | 2 | 100 | 5B | 53 |
| Octal | 302 | 255 | 373 | 27 | 37 | 0 | 2 | 400 | 133 | 123 |
| Binary | 11000010 | 10101101 | 11111011 | 10111 | 11111 | 0 | 10 | 100000000 | 1011011 | 1010011 |
Color Harmonies of #C2ADFB
Complementary color
Monochromatic Colors of #C2ADFB
Black with #C2ADFB
Text Example
Text Example
White with #C2ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADFB; }
p { color: rgb(194,173,251); }
H1.HeaderClassName
{
color: #C2ADFB;
}
.AnyTagClassName
{
color: #C2ADFB;
}
</style>
background-color css
<style>
a { background-color: #C2ADFB; }
a { background-color: rgb(194,173,251); }
div.DivClassName
{
background-color: #C2ADFB;
}
.BgClassName
{
background-color: #C2ADFB;
}
</style>
border-color css
<style>
span { border-color: #C2ADFB; }
span { border-color: rgb(194,173,251); }
td.TdClassName
{
border-color: #C2ADFB;
}
.TagClassName
{
border-color: #C2ADFB;
}
</style>