Shades of Moon Raker #C0ADDC
Tints of Moon Raker #C0ADDC
RGB
CMYK
RGB Variations
Color information
#C0ADDC (or 0xC0ADDC) is known color: Moon Raker. HEX triplet: C0, AD and DC. RGB value is (192,173,220). Sum of RGB (Red+Green+Blue) = 192+173+220=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDC is #3F5223. Grayscale: #B7B7B7. Windows color (decimal): -4149796 or 14462400. OLE color: 14462400.
HSL color Cylindrical-coordinate representation of color #C0ADDC: hue angle of 264.26º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ADDC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 173 | 220 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.14 |
| HSL | 264.26º | 0.4% | 0.77% | - |
| HSV(B) | 264.26º | 0.21% | 0.86% | - |
| XYZ | 49.6 | 46.26 | 74.03 | - |
| YUV | 184.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 220 | 0.13 | 0.21 | 0 | 0.14 | 264.26 | 0.4 | 0.77 |
| Hex | C0 | AD | DC | D | 15 | 0 | E | 108 | 28 | 4D |
| Octal | 300 | 255 | 334 | 15 | 25 | 0 | 16 | 410 | 50 | 115 |
| Binary | 11000000 | 10101101 | 11011100 | 1101 | 10101 | 0 | 1110 | 100001000 | 101000 | 1001101 |
Color Harmonies of #C0ADDC
Complementary color
Monochromatic Colors of #C0ADDC
Black with #C0ADDC
Text Example
Text Example
White with #C0ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADDC; }
p { color: rgb(192,173,220); }
H1.HeaderClassName
{
color: #C0ADDC;
}
.AnyTagClassName
{
color: #C0ADDC;
}
</style>
background-color css
<style>
a { background-color: #C0ADDC; }
a { background-color: rgb(192,173,220); }
div.DivClassName
{
background-color: #C0ADDC;
}
.BgClassName
{
background-color: #C0ADDC;
}
</style>
border-color css
<style>
span { border-color: #C0ADDC; }
span { border-color: rgb(192,173,220); }
td.TdClassName
{
border-color: #C0ADDC;
}
.TagClassName
{
border-color: #C0ADDC;
}
</style>