Shades of Melrose #C3ADEA
Tints of Melrose #C3ADEA
RGB
CMYK
RGB Variations
Color information
#C3ADEA (or 0xC3ADEA) is known color: Melrose. HEX triplet: C3, AD and EA. RGB value is (195,173,234). Sum of RGB (Red+Green+Blue) = 195+173+234=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEA is #3C5215. Grayscale: #BABABA. Windows color (decimal): -3953174 or 15379907. OLE color: 15379907.
HSL color Cylindrical-coordinate representation of color #C3ADEA: hue angle of 261.64º degrees, saturation: 0.59, 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 #C3ADEA is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 173 | 234 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.08 |
| HSL | 261.64º | 0.59% | 0.8% | - |
| HSV(B) | 261.64º | 0.26% | 0.92% | - |
| XYZ | 52.3 | 47.43 | 84.24 | - |
| YUV | 186.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 234 | 0.17 | 0.26 | 0 | 0.08 | 261.64 | 0.59 | 0.8 |
| Hex | C3 | AD | EA | 11 | 1A | 0 | 8 | 106 | 3B | 50 |
| Octal | 303 | 255 | 352 | 21 | 32 | 0 | 10 | 406 | 73 | 120 |
| Binary | 11000011 | 10101101 | 11101010 | 10001 | 11010 | 0 | 1000 | 100000110 | 111011 | 1010000 |
Color Harmonies of #C3ADEA
Complementary color
Monochromatic Colors of #C3ADEA
Black with #C3ADEA
Text Example
Text Example
White with #C3ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADEA; }
p { color: rgb(195,173,234); }
H1.HeaderClassName
{
color: #C3ADEA;
}
.AnyTagClassName
{
color: #C3ADEA;
}
</style>
background-color css
<style>
a { background-color: #C3ADEA; }
a { background-color: rgb(195,173,234); }
div.DivClassName
{
background-color: #C3ADEA;
}
.BgClassName
{
background-color: #C3ADEA;
}
</style>
border-color css
<style>
span { border-color: #C3ADEA; }
span { border-color: rgb(195,173,234); }
td.TdClassName
{
border-color: #C3ADEA;
}
.TagClassName
{
border-color: #C3ADEA;
}
</style>