Shades of Melrose #C2ADFF
Tints of Melrose #C2ADFF
RGB
CMYK
RGB Variations
Color information
#C2ADFF (or 0xC2ADFF) is known color: Melrose. HEX triplet: C2, AD and FF. RGB value is (194,173,255). Sum of RGB (Red+Green+Blue) = 194+173+255=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFF is #3D5200. Grayscale: #BCBCBC. Windows color (decimal): -4018689 or 16756162. OLE color: 16756162.
HSL color Cylindrical-coordinate representation of color #C2ADFF: hue angle of 255.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ADFF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 173 | 255 | - |
| CMYK | 0.24 | 0.32 | 0 | 0 |
| HSL | 255.37º | 1% | 0.84% | - |
| HSV(B) | 255.37º | 0.32% | 1% | - |
| XYZ | 55.24 | 48.58 | 101.07 | - |
| YUV | 188.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 255 | 0.24 | 0.32 | 0 | 0 | 255.37 | 1 | 0.84 |
| Hex | C2 | AD | FF | 18 | 20 | 0 | 0 | FF | 64 | 54 |
| Octal | 302 | 255 | 377 | 30 | 40 | 0 | 0 | 377 | 144 | 124 |
| Binary | 11000010 | 10101101 | 11111111 | 11000 | 100000 | 0 | 0 | 11111111 | 1100100 | 1010100 |
Color Harmonies of #C2ADFF
Complementary color
Monochromatic Colors of #C2ADFF
Black with #C2ADFF
Text Example
Text Example
White with #C2ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADFF; }
p { color: rgb(194,173,255); }
H1.HeaderClassName
{
color: #C2ADFF;
}
.AnyTagClassName
{
color: #C2ADFF;
}
</style>
background-color css
<style>
a { background-color: #C2ADFF; }
a { background-color: rgb(194,173,255); }
div.DivClassName
{
background-color: #C2ADFF;
}
.BgClassName
{
background-color: #C2ADFF;
}
</style>
border-color css
<style>
span { border-color: #C2ADFF; }
span { border-color: rgb(194,173,255); }
td.TdClassName
{
border-color: #C2ADFF;
}
.TagClassName
{
border-color: #C2ADFF;
}
</style>