Shades of Moon Raker #C0ADE3
Tints of Moon Raker #C0ADE3
RGB
CMYK
RGB Variations
Color information
#C0ADE3 (or 0xC0ADE3) is known color: Moon Raker. HEX triplet: C0, AD and E3. RGB value is (192,173,227). Sum of RGB (Red+Green+Blue) = 192+173+227=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADE3 is #3F521C. Grayscale: #B8B8B8. Windows color (decimal): -4149789 or 14921152. OLE color: 14921152.
HSL color Cylindrical-coordinate representation of color #C0ADE3: hue angle of 261.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ADE3 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 173 | 227 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.11 |
| HSL | 261.11º | 0.49% | 0.78% | - |
| HSV(B) | 261.11º | 0.24% | 0.89% | - |
| XYZ | 50.55 | 46.64 | 79.01 | - |
| YUV | 184.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 227 | 0.15 | 0.24 | 0 | 0.11 | 261.11 | 0.49 | 0.78 |
| Hex | C0 | AD | E3 | F | 18 | 0 | B | 105 | 31 | 4E |
| Octal | 300 | 255 | 343 | 17 | 30 | 0 | 13 | 405 | 61 | 116 |
| Binary | 11000000 | 10101101 | 11100011 | 1111 | 11000 | 0 | 1011 | 100000101 | 110001 | 1001110 |
Color Harmonies of #C0ADE3
Complementary color
Monochromatic Colors of #C0ADE3
Black with #C0ADE3
Text Example
Text Example
White with #C0ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADE3; }
p { color: rgb(192,173,227); }
H1.HeaderClassName
{
color: #C0ADE3;
}
.AnyTagClassName
{
color: #C0ADE3;
}
</style>
background-color css
<style>
a { background-color: #C0ADE3; }
a { background-color: rgb(192,173,227); }
div.DivClassName
{
background-color: #C0ADE3;
}
.BgClassName
{
background-color: #C0ADE3;
}
</style>
border-color css
<style>
span { border-color: #C0ADE3; }
span { border-color: rgb(192,173,227); }
td.TdClassName
{
border-color: #C0ADE3;
}
.TagClassName
{
border-color: #C0ADE3;
}
</style>