Shades of Moon Raker #C0AEDD
Tints of Moon Raker #C0AEDD
RGB
CMYK
RGB Variations
Color information
#C0AEDD (or 0xC0AEDD) is known color: Moon Raker. HEX triplet: C0, AE and DD. RGB value is (192,174,221). Sum of RGB (Red+Green+Blue) = 192+174+221=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEDD is #3F5122. Grayscale: #B8B8B8. Windows color (decimal): -4149539 or 14528192. OLE color: 14528192.
HSL color Cylindrical-coordinate representation of color #C0AEDD: hue angle of 262.98º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0AEDD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 174 | 221 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.13 |
| HSL | 262.98º | 0.41% | 0.77% | - |
| HSV(B) | 262.98º | 0.21% | 0.87% | - |
| XYZ | 49.93 | 46.7 | 74.79 | - |
| YUV | 184.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 221 | 0.13 | 0.21 | 0 | 0.13 | 262.98 | 0.41 | 0.77 |
| Hex | C0 | AE | DD | D | 15 | 0 | D | 107 | 29 | 4D |
| Octal | 300 | 256 | 335 | 15 | 25 | 0 | 15 | 407 | 51 | 115 |
| Binary | 11000000 | 10101110 | 11011101 | 1101 | 10101 | 0 | 1101 | 100000111 | 101001 | 1001101 |
Color Harmonies of #C0AEDD
Complementary color
Monochromatic Colors of #C0AEDD
Black with #C0AEDD
Text Example
Text Example
White with #C0AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEDD; }
p { color: rgb(192,174,221); }
H1.HeaderClassName
{
color: #C0AEDD;
}
.AnyTagClassName
{
color: #C0AEDD;
}
</style>
background-color css
<style>
a { background-color: #C0AEDD; }
a { background-color: rgb(192,174,221); }
div.DivClassName
{
background-color: #C0AEDD;
}
.BgClassName
{
background-color: #C0AEDD;
}
</style>
border-color css
<style>
span { border-color: #C0AEDD; }
span { border-color: rgb(192,174,221); }
td.TdClassName
{
border-color: #C0AEDD;
}
.TagClassName
{
border-color: #C0AEDD;
}
</style>