Shades of Moon Raker #C1B3DC
Tints of Moon Raker #C1B3DC
RGB
CMYK
RGB Variations
Color information
#C1B3DC (or 0xC1B3DC) is known color: Moon Raker. HEX triplet: C1, B3 and DC. RGB value is (193,179,220). Sum of RGB (Red+Green+Blue) = 193+179+220=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3DC is #3E4C23. Grayscale: #BBBBBB. Windows color (decimal): -4082724 or 14463937. OLE color: 14463937.
HSL color Cylindrical-coordinate representation of color #C1B3DC: hue angle of 260.49º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1B3DC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 179 | 220 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.14 |
| HSL | 260.49º | 0.37% | 0.78% | - |
| HSV(B) | 260.49º | 0.19% | 0.86% | - |
| XYZ | 51.03 | 48.74 | 74.43 | - |
| YUV | 187.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 220 | 0.12 | 0.19 | 0 | 0.14 | 260.49 | 0.37 | 0.78 |
| Hex | C1 | B3 | DC | C | 13 | 0 | E | 104 | 25 | 4E |
| Octal | 301 | 263 | 334 | 14 | 23 | 0 | 16 | 404 | 45 | 116 |
| Binary | 11000001 | 10110011 | 11011100 | 1100 | 10011 | 0 | 1110 | 100000100 | 100101 | 1001110 |
Color Harmonies of #C1B3DC
Complementary color
Monochromatic Colors of #C1B3DC
Black with #C1B3DC
Text Example
Text Example
White with #C1B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B3DC; }
p { color: rgb(193,179,220); }
H1.HeaderClassName
{
color: #C1B3DC;
}
.AnyTagClassName
{
color: #C1B3DC;
}
</style>
background-color css
<style>
a { background-color: #C1B3DC; }
a { background-color: rgb(193,179,220); }
div.DivClassName
{
background-color: #C1B3DC;
}
.BgClassName
{
background-color: #C1B3DC;
}
</style>
border-color css
<style>
span { border-color: #C1B3DC; }
span { border-color: rgb(193,179,220); }
td.TdClassName
{
border-color: #C1B3DC;
}
.TagClassName
{
border-color: #C1B3DC;
}
</style>