Shades of Moon Raker #C2AEE6
Tints of Moon Raker #C2AEE6
RGB
CMYK
RGB Variations
Color information
#C2AEE6 (or 0xC2AEE6) is known color: Moon Raker. HEX triplet: C2, AE and E6. RGB value is (194,174,230). Sum of RGB (Red+Green+Blue) = 194+174+230=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2AEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEE6 is #3D5119. Grayscale: #BABABA. Windows color (decimal): -4018458 or 15118018. OLE color: 15118018.
HSL color Cylindrical-coordinate representation of color #C2AEE6: hue angle of 261.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2AEE6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 174 | 230 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.10 |
| HSL | 261.43º | 0.53% | 0.79% | - |
| HSV(B) | 261.43º | 0.24% | 0.9% | - |
| XYZ | 51.67 | 47.45 | 81.3 | - |
| YUV | 186.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 230 | 0.16 | 0.24 | 0 | 0.10 | 261.43 | 0.53 | 0.79 |
| Hex | C2 | AE | E6 | 10 | 18 | 0 | A | 105 | 35 | 4F |
| Octal | 302 | 256 | 346 | 20 | 30 | 0 | 12 | 405 | 65 | 117 |
| Binary | 11000010 | 10101110 | 11100110 | 10000 | 11000 | 0 | 1010 | 100000101 | 110101 | 1001111 |
Color Harmonies of #C2AEE6
Complementary color
Monochromatic Colors of #C2AEE6
Black with #C2AEE6
Text Example
Text Example
White with #C2AEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEE6; }
p { color: rgb(194,174,230); }
H1.HeaderClassName
{
color: #C2AEE6;
}
.AnyTagClassName
{
color: #C2AEE6;
}
</style>
background-color css
<style>
a { background-color: #C2AEE6; }
a { background-color: rgb(194,174,230); }
div.DivClassName
{
background-color: #C2AEE6;
}
.BgClassName
{
background-color: #C2AEE6;
}
</style>
border-color css
<style>
span { border-color: #C2AEE6; }
span { border-color: rgb(194,174,230); }
td.TdClassName
{
border-color: #C2AEE6;
}
.TagClassName
{
border-color: #C2AEE6;
}
</style>