Shades of Melrose #C0ADE8
Tints of Melrose #C0ADE8
RGB
CMYK
RGB Variations
Color information
#C0ADE8 (or 0xC0ADE8) is known color: Melrose. HEX triplet: C0, AD and E8. RGB value is (192,173,232). Sum of RGB (Red+Green+Blue) = 192+173+232=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADE8 is #3F5217. Grayscale: #B9B9B9. Windows color (decimal): -4149784 or 15248832. OLE color: 15248832.
HSL color Cylindrical-coordinate representation of color #C0ADE8: hue angle of 259.32º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0ADE8 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 192 | 173 | 232 | - |
CMYK | 0.17 | 0.25 | 0 | 0.09 |
HSL | 259.32º | 0.56% | 0.79% | - |
HSV(B) | 259.32º | 0.25% | 0.91% | - |
XYZ | 51.25 | 46.92 | 82.7 | - |
YUV | 185.41 | 154.29 | 132.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 232 | 0.17 | 0.25 | 0 | 0.09 | 259.32 | 0.56 | 0.79 |
Hex | C0 | AD | E8 | 11 | 19 | 0 | 9 | 103 | 38 | 4F |
Octal | 300 | 255 | 350 | 21 | 31 | 0 | 11 | 403 | 70 | 117 |
Binary | 11000000 | 10101101 | 11101000 | 10001 | 11001 | 0 | 1001 | 100000011 | 111000 | 1001111 |
Color Harmonies of #C0ADE8
Complementary color
Monochromatic Colors of #C0ADE8
Black with #C0ADE8
Text Example
Text Example
White with #C0ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADE8; }
p { color: rgb(192,173,232); }
H1.HeaderClassName
{
color: #C0ADE8;
}
.AnyTagClassName
{
color: #C0ADE8;
}
</style>
background-color css
<style>
a { background-color: #C0ADE8; }
a { background-color: rgb(192,173,232); }
div.DivClassName
{
background-color: #C0ADE8;
}
.BgClassName
{
background-color: #C0ADE8;
}
</style>
border-color css
<style>
span { border-color: #C0ADE8; }
span { border-color: rgb(192,173,232); }
td.TdClassName
{
border-color: #C0ADE8;
}
.TagClassName
{
border-color: #C0ADE8;
}
</style>