Shades of Melrose #C2ADED
Tints of Melrose #C2ADED
RGB
CMYK
RGB Variations
Color information
#C2ADED (or 0xC2ADED) is known color: Melrose. HEX triplet: C2, AD and ED. RGB value is (194,173,237). Sum of RGB (Red+Green+Blue) = 194+173+237=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADED is #3D5212. Grayscale: #BABABA. Windows color (decimal): -4018707 or 15576514. OLE color: 15576514.
HSL color Cylindrical-coordinate representation of color #C2ADED: hue angle of 259.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2ADED is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 173 | 237 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.07 |
| HSL | 259.69º | 0.64% | 0.8% | - |
| HSV(B) | 259.69º | 0.27% | 0.93% | - |
| XYZ | 52.48 | 47.47 | 86.52 | - |
| YUV | 186.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 237 | 0.18 | 0.27 | 0 | 0.07 | 259.69 | 0.64 | 0.8 |
| Hex | C2 | AD | ED | 12 | 1B | 0 | 7 | 104 | 40 | 50 |
| Octal | 302 | 255 | 355 | 22 | 33 | 0 | 7 | 404 | 100 | 120 |
| Binary | 11000010 | 10101101 | 11101101 | 10010 | 11011 | 0 | 111 | 100000100 | 1000000 | 1010000 |
Color Harmonies of #C2ADED
Complementary color
Monochromatic Colors of #C2ADED
Black with #C2ADED
Text Example
Text Example
White with #C2ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADED; }
p { color: rgb(194,173,237); }
H1.HeaderClassName
{
color: #C2ADED;
}
.AnyTagClassName
{
color: #C2ADED;
}
</style>
background-color css
<style>
a { background-color: #C2ADED; }
a { background-color: rgb(194,173,237); }
div.DivClassName
{
background-color: #C2ADED;
}
.BgClassName
{
background-color: #C2ADED;
}
</style>
border-color css
<style>
span { border-color: #C2ADED; }
span { border-color: rgb(194,173,237); }
td.TdClassName
{
border-color: #C2ADED;
}
.TagClassName
{
border-color: #C2ADED;
}
</style>