Shades of Moon Raker #C4B7D8
Tints of Moon Raker #C4B7D8
RGB
CMYK
RGB Variations
Color information
#C4B7D8 (or 0xC4B7D8) is known color: Moon Raker. HEX triplet: C4, B7 and D8. RGB value is (196,183,216). Sum of RGB (Red+Green+Blue) = 196+183+216=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4B7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7D8 is #3B4827. Grayscale: #BEBEBE. Windows color (decimal): -3885096 or 14202820. OLE color: 14202820.
HSL color Cylindrical-coordinate representation of color #C4B7D8: hue angle of 263.64º degrees, saturation: 0.3, 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 #C4B7D8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 183 | 216 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.15 |
| HSL | 263.64º | 0.3% | 0.78% | - |
| HSV(B) | 263.64º | 0.15% | 0.85% | - |
| XYZ | 52.09 | 50.56 | 71.98 | - |
| YUV | 190.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 216 | 0.09 | 0.15 | 0 | 0.15 | 263.64 | 0.3 | 0.78 |
| Hex | C4 | B7 | D8 | 9 | F | 0 | F | 108 | 1E | 4E |
| Octal | 304 | 267 | 330 | 11 | 17 | 0 | 17 | 410 | 36 | 116 |
| Binary | 11000100 | 10110111 | 11011000 | 1001 | 1111 | 0 | 1111 | 100001000 | 11110 | 1001110 |
Color Harmonies of #C4B7D8
Complementary color
Monochromatic Colors of #C4B7D8
Black with #C4B7D8
Text Example
Text Example
White with #C4B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7D8; }
p { color: rgb(196,183,216); }
H1.HeaderClassName
{
color: #C4B7D8;
}
.AnyTagClassName
{
color: #C4B7D8;
}
</style>
background-color css
<style>
a { background-color: #C4B7D8; }
a { background-color: rgb(196,183,216); }
div.DivClassName
{
background-color: #C4B7D8;
}
.BgClassName
{
background-color: #C4B7D8;
}
</style>
border-color css
<style>
span { border-color: #C4B7D8; }
span { border-color: rgb(196,183,216); }
td.TdClassName
{
border-color: #C4B7D8;
}
.TagClassName
{
border-color: #C4B7D8;
}
</style>