Shades of Melrose #C2ADFE
Tints of Melrose #C2ADFE
RGB
CMYK
RGB Variations
Color information
#C2ADFE (or 0xC2ADFE) is known color: Melrose. HEX triplet: C2, AD and FE. RGB value is (194,173,254). Sum of RGB (Red+Green+Blue) = 194+173+254=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADFE is #3D5201. Grayscale: #BCBCBC. Windows color (decimal): -4018690 or 16690626. OLE color: 16690626.
HSL color Cylindrical-coordinate representation of color #C2ADFE: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ADFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 173 | 254 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.00 |
| HSL | 255.56º | 0.98% | 0.84% | - |
| HSV(B) | 255.56º | 0.32% | 1% | - |
| XYZ | 55.08 | 48.51 | 100.23 | - |
| YUV | 188.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 254 | 0.24 | 0.32 | 0 | 0.00 | 255.56 | 0.98 | 0.84 |
| Hex | C2 | AD | FE | 18 | 20 | 0 | 0 | 100 | 62 | 54 |
| Octal | 302 | 255 | 376 | 30 | 40 | 0 | 0 | 400 | 142 | 124 |
| Binary | 11000010 | 10101101 | 11111110 | 11000 | 100000 | 0 | 0 | 100000000 | 1100010 | 1010100 |
Color Harmonies of #C2ADFE
Complementary color
Monochromatic Colors of #C2ADFE
Black with #C2ADFE
Text Example
Text Example
White with #C2ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADFE; }
p { color: rgb(194,173,254); }
H1.HeaderClassName
{
color: #C2ADFE;
}
.AnyTagClassName
{
color: #C2ADFE;
}
</style>
background-color css
<style>
a { background-color: #C2ADFE; }
a { background-color: rgb(194,173,254); }
div.DivClassName
{
background-color: #C2ADFE;
}
.BgClassName
{
background-color: #C2ADFE;
}
</style>
border-color css
<style>
span { border-color: #C2ADFE; }
span { border-color: rgb(194,173,254); }
td.TdClassName
{
border-color: #C2ADFE;
}
.TagClassName
{
border-color: #C2ADFE;
}
</style>