Shades of Moon Raker #C5B6D9
Tints of Moon Raker #C5B6D9
RGB
CMYK
RGB Variations
Color information
#C5B6D9 (or 0xC5B6D9) is known color: Moon Raker. HEX triplet: C5, B6 and D9. RGB value is (197,182,217). Sum of RGB (Red+Green+Blue) = 197+182+217=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5B6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6D9 is #3A4926. Grayscale: #BEBEBE. Windows color (decimal): -3819815 or 14268101. OLE color: 14268101.
HSL color Cylindrical-coordinate representation of color #C5B6D9: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B6D9 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 182 | 217 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.15 |
| HSL | 265.71º | 0.32% | 0.78% | - |
| HSV(B) | 265.71º | 0.16% | 0.85% | - |
| XYZ | 52.28 | 50.34 | 72.61 | - |
| YUV | 190.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 217 | 0.09 | 0.16 | 0 | 0.15 | 265.71 | 0.32 | 0.78 |
| Hex | C5 | B6 | D9 | 9 | 10 | 0 | F | 10A | 20 | 4E |
| Octal | 305 | 266 | 331 | 11 | 20 | 0 | 17 | 412 | 40 | 116 |
| Binary | 11000101 | 10110110 | 11011001 | 1001 | 10000 | 0 | 1111 | 100001010 | 100000 | 1001110 |
Color Harmonies of #C5B6D9
Complementary color
Monochromatic Colors of #C5B6D9
Black with #C5B6D9
Text Example
Text Example
White with #C5B6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6D9; }
p { color: rgb(197,182,217); }
H1.HeaderClassName
{
color: #C5B6D9;
}
.AnyTagClassName
{
color: #C5B6D9;
}
</style>
background-color css
<style>
a { background-color: #C5B6D9; }
a { background-color: rgb(197,182,217); }
div.DivClassName
{
background-color: #C5B6D9;
}
.BgClassName
{
background-color: #C5B6D9;
}
</style>
border-color css
<style>
span { border-color: #C5B6D9; }
span { border-color: rgb(197,182,217); }
td.TdClassName
{
border-color: #C5B6D9;
}
.TagClassName
{
border-color: #C5B6D9;
}
</style>