Shades of Melrose #C3ADEB
Tints of Melrose #C3ADEB
RGB
CMYK
RGB Variations
Color information
#C3ADEB (or 0xC3ADEB) is known color: Melrose. HEX triplet: C3, AD and EB. RGB value is (195,173,235). Sum of RGB (Red+Green+Blue) = 195+173+235=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADEB is #3C5214. Grayscale: #BABABA. Windows color (decimal): -3953173 or 15445443. OLE color: 15445443.
HSL color Cylindrical-coordinate representation of color #C3ADEB: hue angle of 261.29º 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 #C3ADEB is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 173 | 235 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.08 |
| HSL | 261.29º | 0.61% | 0.8% | - |
| HSV(B) | 261.29º | 0.26% | 0.92% | - |
| XYZ | 52.44 | 47.49 | 85 | - |
| YUV | 186.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 235 | 0.17 | 0.26 | 0 | 0.08 | 261.29 | 0.61 | 0.8 |
| Hex | C3 | AD | EB | 11 | 1A | 0 | 8 | 105 | 3D | 50 |
| Octal | 303 | 255 | 353 | 21 | 32 | 0 | 10 | 405 | 75 | 120 |
| Binary | 11000011 | 10101101 | 11101011 | 10001 | 11010 | 0 | 1000 | 100000101 | 111101 | 1010000 |
Color Harmonies of #C3ADEB
Complementary color
Monochromatic Colors of #C3ADEB
Black with #C3ADEB
Text Example
Text Example
White with #C3ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADEB; }
p { color: rgb(195,173,235); }
H1.HeaderClassName
{
color: #C3ADEB;
}
.AnyTagClassName
{
color: #C3ADEB;
}
</style>
background-color css
<style>
a { background-color: #C3ADEB; }
a { background-color: rgb(195,173,235); }
div.DivClassName
{
background-color: #C3ADEB;
}
.BgClassName
{
background-color: #C3ADEB;
}
</style>
border-color css
<style>
span { border-color: #C3ADEB; }
span { border-color: rgb(195,173,235); }
td.TdClassName
{
border-color: #C3ADEB;
}
.TagClassName
{
border-color: #C3ADEB;
}
</style>