Shades of Moon Raker #C1AFE2
Tints of Moon Raker #C1AFE2
RGB
CMYK
RGB Variations
Color information
#C1AFE2 (or 0xC1AFE2) is known color: Moon Raker. HEX triplet: C1, AF and E2. RGB value is (193,175,226). Sum of RGB (Red+Green+Blue) = 193+175+226=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 226 - color contains mainly: blue. Hex color #C1AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFE2 is #3E501D. Grayscale: #BABABA. Windows color (decimal): -4083742 or 14856129. OLE color: 14856129.
HSL color Cylindrical-coordinate representation of color #C1AFE2: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1AFE2 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 175 | 226 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.11 |
| HSL | 261.18º | 0.47% | 0.79% | - |
| HSV(B) | 261.18º | 0.23% | 0.89% | - |
| XYZ | 51.05 | 47.49 | 78.43 | - |
| YUV | 186.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 226 | 0.15 | 0.23 | 0 | 0.11 | 261.18 | 0.47 | 0.79 |
| Hex | C1 | AF | E2 | F | 17 | 0 | B | 105 | 2F | 4F |
| Octal | 301 | 257 | 342 | 17 | 27 | 0 | 13 | 405 | 57 | 117 |
| Binary | 11000001 | 10101111 | 11100010 | 1111 | 10111 | 0 | 1011 | 100000101 | 101111 | 1001111 |
Color Harmonies of #C1AFE2
Complementary color
Monochromatic Colors of #C1AFE2
Black with #C1AFE2
Text Example
Text Example
White with #C1AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFE2; }
p { color: rgb(193,175,226); }
H1.HeaderClassName
{
color: #C1AFE2;
}
.AnyTagClassName
{
color: #C1AFE2;
}
</style>
background-color css
<style>
a { background-color: #C1AFE2; }
a { background-color: rgb(193,175,226); }
div.DivClassName
{
background-color: #C1AFE2;
}
.BgClassName
{
background-color: #C1AFE2;
}
</style>
border-color css
<style>
span { border-color: #C1AFE2; }
span { border-color: rgb(193,175,226); }
td.TdClassName
{
border-color: #C1AFE2;
}
.TagClassName
{
border-color: #C1AFE2;
}
</style>