Shades of Moon Raker #C2AEE0
Tints of Moon Raker #C2AEE0
RGB
CMYK
RGB Variations
Color information
#C2AEE0 (or 0xC2AEE0) is known color: Moon Raker. HEX triplet: C2, AE and E0. RGB value is (194,174,224). Sum of RGB (Red+Green+Blue) = 194+174+224=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEE0 is #3D511F. Grayscale: #B9B9B9. Windows color (decimal): -4018464 or 14724802. OLE color: 14724802.
HSL color Cylindrical-coordinate representation of color #C2AEE0: hue angle of 264º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AEE0 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 174 | 224 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.12 |
| HSL | 264º | 0.45% | 0.78% | - |
| HSV(B) | 264º | 0.22% | 0.88% | - |
| XYZ | 50.84 | 47.12 | 76.94 | - |
| YUV | 185.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 224 | 0.13 | 0.22 | 0 | 0.12 | 264 | 0.45 | 0.78 |
| Hex | C2 | AE | E0 | D | 16 | 0 | C | 108 | 2D | 4E |
| Octal | 302 | 256 | 340 | 15 | 26 | 0 | 14 | 410 | 55 | 116 |
| Binary | 11000010 | 10101110 | 11100000 | 1101 | 10110 | 0 | 1100 | 100001000 | 101101 | 1001110 |
Color Harmonies of #C2AEE0
Complementary color
Monochromatic Colors of #C2AEE0
Black with #C2AEE0
Text Example
Text Example
White with #C2AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEE0; }
p { color: rgb(194,174,224); }
H1.HeaderClassName
{
color: #C2AEE0;
}
.AnyTagClassName
{
color: #C2AEE0;
}
</style>
background-color css
<style>
a { background-color: #C2AEE0; }
a { background-color: rgb(194,174,224); }
div.DivClassName
{
background-color: #C2AEE0;
}
.BgClassName
{
background-color: #C2AEE0;
}
</style>
border-color css
<style>
span { border-color: #C2AEE0; }
span { border-color: rgb(194,174,224); }
td.TdClassName
{
border-color: #C2AEE0;
}
.TagClassName
{
border-color: #C2AEE0;
}
</style>