Shades of Moon Raker #C0AEDF
Tints of Moon Raker #C0AEDF
RGB
CMYK
RGB Variations
Color information
#C0AEDF (or 0xC0AEDF) is known color: Moon Raker. HEX triplet: C0, AE and DF. RGB value is (192,174,223). Sum of RGB (Red+Green+Blue) = 192+174+223=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEDF is #3F5120. Grayscale: #B8B8B8. Windows color (decimal): -4149537 or 14659264. OLE color: 14659264.
HSL color Cylindrical-coordinate representation of color #C0AEDF: hue angle of 262.04º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0AEDF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 174 | 223 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.13 |
| HSL | 262.04º | 0.43% | 0.78% | - |
| HSV(B) | 262.04º | 0.22% | 0.87% | - |
| XYZ | 50.19 | 46.81 | 76.2 | - |
| YUV | 184.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 223 | 0.14 | 0.22 | 0 | 0.13 | 262.04 | 0.43 | 0.78 |
| Hex | C0 | AE | DF | E | 16 | 0 | D | 106 | 2B | 4E |
| Octal | 300 | 256 | 337 | 16 | 26 | 0 | 15 | 406 | 53 | 116 |
| Binary | 11000000 | 10101110 | 11011111 | 1110 | 10110 | 0 | 1101 | 100000110 | 101011 | 1001110 |
Color Harmonies of #C0AEDF
Complementary color
Monochromatic Colors of #C0AEDF
Black with #C0AEDF
Text Example
Text Example
White with #C0AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEDF; }
p { color: rgb(192,174,223); }
H1.HeaderClassName
{
color: #C0AEDF;
}
.AnyTagClassName
{
color: #C0AEDF;
}
</style>
background-color css
<style>
a { background-color: #C0AEDF; }
a { background-color: rgb(192,174,223); }
div.DivClassName
{
background-color: #C0AEDF;
}
.BgClassName
{
background-color: #C0AEDF;
}
</style>
border-color css
<style>
span { border-color: #C0AEDF; }
span { border-color: rgb(192,174,223); }
td.TdClassName
{
border-color: #C0AEDF;
}
.TagClassName
{
border-color: #C0AEDF;
}
</style>