Shades of Moon Raker #C1B6D7
Tints of Moon Raker #C1B6D7
RGB
CMYK
RGB Variations
Color information
#C1B6D7 (or 0xC1B6D7) is known color: Moon Raker. HEX triplet: C1, B6 and D7. RGB value is (193,182,215). Sum of RGB (Red+Green+Blue) = 193+182+215=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1B6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6D7 is #3E4928. Grayscale: #BCBCBC. Windows color (decimal): -4081961 or 14137025. OLE color: 14137025.
HSL color Cylindrical-coordinate representation of color #C1B6D7: hue angle of 260º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1B6D7 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 182 | 215 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.16 |
| HSL | 260º | 0.29% | 0.78% | - |
| HSV(B) | 260º | 0.15% | 0.84% | - |
| XYZ | 50.99 | 49.7 | 71.2 | - |
| YUV | 189.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 215 | 0.10 | 0.15 | 0 | 0.16 | 260 | 0.29 | 0.78 |
| Hex | C1 | B6 | D7 | A | F | 0 | 10 | 104 | 1D | 4E |
| Octal | 301 | 266 | 327 | 12 | 17 | 0 | 20 | 404 | 35 | 116 |
| Binary | 11000001 | 10110110 | 11010111 | 1010 | 1111 | 0 | 10000 | 100000100 | 11101 | 1001110 |
Color Harmonies of #C1B6D7
Complementary color
Monochromatic Colors of #C1B6D7
Black with #C1B6D7
Text Example
Text Example
White with #C1B6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6D7; }
p { color: rgb(193,182,215); }
H1.HeaderClassName
{
color: #C1B6D7;
}
.AnyTagClassName
{
color: #C1B6D7;
}
</style>
background-color css
<style>
a { background-color: #C1B6D7; }
a { background-color: rgb(193,182,215); }
div.DivClassName
{
background-color: #C1B6D7;
}
.BgClassName
{
background-color: #C1B6D7;
}
</style>
border-color css
<style>
span { border-color: #C1B6D7; }
span { border-color: rgb(193,182,215); }
td.TdClassName
{
border-color: #C1B6D7;
}
.TagClassName
{
border-color: #C1B6D7;
}
</style>