Shades of Melrose #C0ADEB
Tints of Melrose #C0ADEB
RGB
CMYK
RGB Variations
Color information
#C0ADEB (or 0xC0ADEB) is known color: Melrose. HEX triplet: C0, AD and EB. RGB value is (192,173,235). Sum of RGB (Red+Green+Blue) = 192+173+235=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADEB is #3F5214. Grayscale: #B9B9B9. Windows color (decimal): -4149781 or 15445440. OLE color: 15445440.
HSL color Cylindrical-coordinate representation of color #C0ADEB: hue angle of 258.39º 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 #C0ADEB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 173 | 235 | - |
CMYK | 0.18 | 0.26 | 0 | 0.08 |
HSL | 258.39º | 0.61% | 0.8% | - |
HSV(B) | 258.39º | 0.26% | 0.92% | - |
XYZ | 51.68 | 47.09 | 84.96 | - |
YUV | 185.75 | 155.79 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 235 | 0.18 | 0.26 | 0 | 0.08 | 258.39 | 0.61 | 0.8 |
Hex | C0 | AD | EB | 12 | 1A | 0 | 8 | 102 | 3D | 50 |
Octal | 300 | 255 | 353 | 22 | 32 | 0 | 10 | 402 | 75 | 120 |
Binary | 11000000 | 10101101 | 11101011 | 10010 | 11010 | 0 | 1000 | 100000010 | 111101 | 1010000 |
Color Harmonies of #C0ADEB
Complementary color
Monochromatic Colors of #C0ADEB
Black with #C0ADEB
Text Example
Text Example
White with #C0ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADEB; }
p { color: rgb(192,173,235); }
H1.HeaderClassName
{
color: #C0ADEB;
}
.AnyTagClassName
{
color: #C0ADEB;
}
</style>
background-color css
<style>
a { background-color: #C0ADEB; }
a { background-color: rgb(192,173,235); }
div.DivClassName
{
background-color: #C0ADEB;
}
.BgClassName
{
background-color: #C0ADEB;
}
</style>
border-color css
<style>
span { border-color: #C0ADEB; }
span { border-color: rgb(192,173,235); }
td.TdClassName
{
border-color: #C0ADEB;
}
.TagClassName
{
border-color: #C0ADEB;
}
</style>