Shades of Melrose #C2ADF8
Tints of Melrose #C2ADF8
RGB
CMYK
RGB Variations
Color information
#C2ADF8 (or 0xC2ADF8) is known color: Melrose. HEX triplet: C2, AD and F8. RGB value is (194,173,248). Sum of RGB (Red+Green+Blue) = 194+173+248=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADF8 is #3D5207. Grayscale: #BBBBBB. Windows color (decimal): -4018696 or 16297410. OLE color: 16297410.
HSL color Cylindrical-coordinate representation of color #C2ADF8: hue angle of 256.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2ADF8 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 173 | 248 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.03 |
| HSL | 256.8º | 0.84% | 0.83% | - |
| HSV(B) | 256.8º | 0.3% | 0.97% | - |
| XYZ | 54.13 | 48.13 | 95.24 | - |
| YUV | 187.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 248 | 0.22 | 0.30 | 0 | 0.03 | 256.8 | 0.84 | 0.83 |
| Hex | C2 | AD | F8 | 16 | 1E | 0 | 3 | 101 | 54 | 53 |
| Octal | 302 | 255 | 370 | 26 | 36 | 0 | 3 | 401 | 124 | 123 |
| Binary | 11000010 | 10101101 | 11111000 | 10110 | 11110 | 0 | 11 | 100000001 | 1010100 | 1010011 |
Color Harmonies of #C2ADF8
Complementary color
Monochromatic Colors of #C2ADF8
Black with #C2ADF8
Text Example
Text Example
White with #C2ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADF8; }
p { color: rgb(194,173,248); }
H1.HeaderClassName
{
color: #C2ADF8;
}
.AnyTagClassName
{
color: #C2ADF8;
}
</style>
background-color css
<style>
a { background-color: #C2ADF8; }
a { background-color: rgb(194,173,248); }
div.DivClassName
{
background-color: #C2ADF8;
}
.BgClassName
{
background-color: #C2ADF8;
}
</style>
border-color css
<style>
span { border-color: #C2ADF8; }
span { border-color: rgb(194,173,248); }
td.TdClassName
{
border-color: #C2ADF8;
}
.TagClassName
{
border-color: #C2ADF8;
}
</style>