Shades of Moon Raker #C5B6DD
Tints of Moon Raker #C5B6DD
RGB
CMYK
RGB Variations
Color information
#C5B6DD (or 0xC5B6DD) is known color: Moon Raker. HEX triplet: C5, B6 and DD. RGB value is (197,182,221). Sum of RGB (Red+Green+Blue) = 197+182+221=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6DD is #3A4922. Grayscale: #BEBEBE. Windows color (decimal): -3819811 or 14530245. OLE color: 14530245.
HSL color Cylindrical-coordinate representation of color #C5B6DD: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B6DD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 182 | 221 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.13 |
| HSL | 263.08º | 0.36% | 0.79% | - |
| HSV(B) | 263.08º | 0.18% | 0.87% | - |
| XYZ | 52.81 | 50.55 | 75.38 | - |
| YUV | 190.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 221 | 0.11 | 0.18 | 0 | 0.13 | 263.08 | 0.36 | 0.79 |
| Hex | C5 | B6 | DD | B | 12 | 0 | D | 107 | 24 | 4F |
| Octal | 305 | 266 | 335 | 13 | 22 | 0 | 15 | 407 | 44 | 117 |
| Binary | 11000101 | 10110110 | 11011101 | 1011 | 10010 | 0 | 1101 | 100000111 | 100100 | 1001111 |
Color Harmonies of #C5B6DD
Complementary color
Monochromatic Colors of #C5B6DD
Black with #C5B6DD
Text Example
Text Example
White with #C5B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6DD; }
p { color: rgb(197,182,221); }
H1.HeaderClassName
{
color: #C5B6DD;
}
.AnyTagClassName
{
color: #C5B6DD;
}
</style>
background-color css
<style>
a { background-color: #C5B6DD; }
a { background-color: rgb(197,182,221); }
div.DivClassName
{
background-color: #C5B6DD;
}
.BgClassName
{
background-color: #C5B6DD;
}
</style>
border-color css
<style>
span { border-color: #C5B6DD; }
span { border-color: rgb(197,182,221); }
td.TdClassName
{
border-color: #C5B6DD;
}
.TagClassName
{
border-color: #C5B6DD;
}
</style>