Shades of Melrose #C0ADEE
Tints of Melrose #C0ADEE
RGB
CMYK
RGB Variations
Color information
#C0ADEE (or 0xC0ADEE) is known color: Melrose. HEX triplet: C0, AD and EE. RGB value is (192,173,238). Sum of RGB (Red+Green+Blue) = 192+173+238=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADEE is #3F5211. Grayscale: #B9B9B9. Windows color (decimal): -4149778 or 15642048. OLE color: 15642048.
HSL color Cylindrical-coordinate representation of color #C0ADEE: hue angle of 257.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0ADEE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 173 | 238 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.07 |
| HSL | 257.54º | 0.66% | 0.81% | - |
| HSV(B) | 257.54º | 0.27% | 0.93% | - |
| XYZ | 52.11 | 47.27 | 87.27 | - |
| YUV | 186.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 238 | 0.19 | 0.27 | 0 | 0.07 | 257.54 | 0.66 | 0.81 |
| Hex | C0 | AD | EE | 13 | 1B | 0 | 7 | 102 | 42 | 51 |
| Octal | 300 | 255 | 356 | 23 | 33 | 0 | 7 | 402 | 102 | 121 |
| Binary | 11000000 | 10101101 | 11101110 | 10011 | 11011 | 0 | 111 | 100000010 | 1000010 | 1010001 |
Color Harmonies of #C0ADEE
Complementary color
Monochromatic Colors of #C0ADEE
Black with #C0ADEE
Text Example
Text Example
White with #C0ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADEE; }
p { color: rgb(192,173,238); }
H1.HeaderClassName
{
color: #C0ADEE;
}
.AnyTagClassName
{
color: #C0ADEE;
}
</style>
background-color css
<style>
a { background-color: #C0ADEE; }
a { background-color: rgb(192,173,238); }
div.DivClassName
{
background-color: #C0ADEE;
}
.BgClassName
{
background-color: #C0ADEE;
}
</style>
border-color css
<style>
span { border-color: #C0ADEE; }
span { border-color: rgb(192,173,238); }
td.TdClassName
{
border-color: #C0ADEE;
}
.TagClassName
{
border-color: #C0ADEE;
}
</style>