Shades of Moon Raker #C5B8D8
Tints of Moon Raker #C5B8D8
RGB
CMYK
RGB Variations
Color information
#C5B8D8 (or 0xC5B8D8) is known color: Moon Raker. HEX triplet: C5, B8 and D8. RGB value is (197,184,216). Sum of RGB (Red+Green+Blue) = 197+184+216=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5B8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8D8 is #3A4727. Grayscale: #BFBFBF. Windows color (decimal): -3819304 or 14203077. OLE color: 14203077.
HSL color Cylindrical-coordinate representation of color #C5B8D8: hue angle of 264.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5B8D8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 184 | 216 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.15 |
| HSL | 264.38º | 0.29% | 0.78% | - |
| HSV(B) | 264.38º | 0.15% | 0.85% | - |
| XYZ | 52.56 | 51.11 | 72.06 | - |
| YUV | 191.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 216 | 0.09 | 0.15 | 0 | 0.15 | 264.38 | 0.29 | 0.78 |
| Hex | C5 | B8 | D8 | 9 | F | 0 | F | 108 | 1D | 4E |
| Octal | 305 | 270 | 330 | 11 | 17 | 0 | 17 | 410 | 35 | 116 |
| Binary | 11000101 | 10111000 | 11011000 | 1001 | 1111 | 0 | 1111 | 100001000 | 11101 | 1001110 |
Color Harmonies of #C5B8D8
Complementary color
Monochromatic Colors of #C5B8D8
Black with #C5B8D8
Text Example
Text Example
White with #C5B8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B8D8; }
p { color: rgb(197,184,216); }
H1.HeaderClassName
{
color: #C5B8D8;
}
.AnyTagClassName
{
color: #C5B8D8;
}
</style>
background-color css
<style>
a { background-color: #C5B8D8; }
a { background-color: rgb(197,184,216); }
div.DivClassName
{
background-color: #C5B8D8;
}
.BgClassName
{
background-color: #C5B8D8;
}
</style>
border-color css
<style>
span { border-color: #C5B8D8; }
span { border-color: rgb(197,184,216); }
td.TdClassName
{
border-color: #C5B8D8;
}
.TagClassName
{
border-color: #C5B8D8;
}
</style>