Shades of Melrose #C2ADEB
Tints of Melrose #C2ADEB
RGB
CMYK
RGB Variations
Color information
#C2ADEB (or 0xC2ADEB) is known color: Melrose. HEX triplet: C2, AD and EB. RGB value is (194,173,235). Sum of RGB (Red+Green+Blue) = 194+173+235=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADEB is #3D5214. Grayscale: #BABABA. Windows color (decimal): -4018709 or 15445442. OLE color: 15445442.
HSL color Cylindrical-coordinate representation of color #C2ADEB: hue angle of 260.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2ADEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 173 | 235 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.08 |
| HSL | 260.32º | 0.61% | 0.8% | - |
| HSV(B) | 260.32º | 0.26% | 0.92% | - |
| XYZ | 52.19 | 47.35 | 84.99 | - |
| YUV | 186.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 235 | 0.17 | 0.26 | 0 | 0.08 | 260.32 | 0.61 | 0.8 |
| Hex | C2 | AD | EB | 11 | 1A | 0 | 8 | 104 | 3D | 50 |
| Octal | 302 | 255 | 353 | 21 | 32 | 0 | 10 | 404 | 75 | 120 |
| Binary | 11000010 | 10101101 | 11101011 | 10001 | 11010 | 0 | 1000 | 100000100 | 111101 | 1010000 |
Color Harmonies of #C2ADEB
Complementary color
Monochromatic Colors of #C2ADEB
Black with #C2ADEB
Text Example
Text Example
White with #C2ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADEB; }
p { color: rgb(194,173,235); }
H1.HeaderClassName
{
color: #C2ADEB;
}
.AnyTagClassName
{
color: #C2ADEB;
}
</style>
background-color css
<style>
a { background-color: #C2ADEB; }
a { background-color: rgb(194,173,235); }
div.DivClassName
{
background-color: #C2ADEB;
}
.BgClassName
{
background-color: #C2ADEB;
}
</style>
border-color css
<style>
span { border-color: #C2ADEB; }
span { border-color: rgb(194,173,235); }
td.TdClassName
{
border-color: #C2ADEB;
}
.TagClassName
{
border-color: #C2ADEB;
}
</style>