Shades of Moon Raker #C1AFDD
Tints of Moon Raker #C1AFDD
RGB
CMYK
RGB Variations
Color information
#C1AFDD (or 0xC1AFDD) is known color: Moon Raker. HEX triplet: C1, AF and DD. RGB value is (193,175,221). Sum of RGB (Red+Green+Blue) = 193+175+221=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AFDD is #3E5022. Grayscale: #B9B9B9. Windows color (decimal): -4083747 or 14528449. OLE color: 14528449.
HSL color Cylindrical-coordinate representation of color #C1AFDD: hue angle of 263.48º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AFDD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 175 | 221 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.13 |
| HSL | 263.48º | 0.4% | 0.78% | - |
| HSV(B) | 263.48º | 0.21% | 0.87% | - |
| XYZ | 50.37 | 47.22 | 74.87 | - |
| YUV | 185.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 221 | 0.13 | 0.21 | 0 | 0.13 | 263.48 | 0.4 | 0.78 |
| Hex | C1 | AF | DD | D | 15 | 0 | D | 107 | 28 | 4E |
| Octal | 301 | 257 | 335 | 15 | 25 | 0 | 15 | 407 | 50 | 116 |
| Binary | 11000001 | 10101111 | 11011101 | 1101 | 10101 | 0 | 1101 | 100000111 | 101000 | 1001110 |
Color Harmonies of #C1AFDD
Complementary color
Monochromatic Colors of #C1AFDD
Black with #C1AFDD
Text Example
Text Example
White with #C1AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFDD; }
p { color: rgb(193,175,221); }
H1.HeaderClassName
{
color: #C1AFDD;
}
.AnyTagClassName
{
color: #C1AFDD;
}
</style>
background-color css
<style>
a { background-color: #C1AFDD; }
a { background-color: rgb(193,175,221); }
div.DivClassName
{
background-color: #C1AFDD;
}
.BgClassName
{
background-color: #C1AFDD;
}
</style>
border-color css
<style>
span { border-color: #C1AFDD; }
span { border-color: rgb(193,175,221); }
td.TdClassName
{
border-color: #C1AFDD;
}
.TagClassName
{
border-color: #C1AFDD;
}
</style>