Shades of Moon Raker #C7BBD6
Tints of Moon Raker #C7BBD6
RGB
CMYK
RGB Variations
Color information
#C7BBD6 (or 0xC7BBD6) is known color: Moon Raker. HEX triplet: C7, BB and D6. RGB value is (199,187,214). Sum of RGB (Red+Green+Blue) = 199+187+214=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #C7BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBD6 is #384429. Grayscale: #C1C1C1. Windows color (decimal): -3687466 or 14072775. OLE color: 14072775.
HSL color Cylindrical-coordinate representation of color #C7BBD6: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BBD6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 187 | 214 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.16 |
| HSL | 266.67º | 0.25% | 0.79% | - |
| HSV(B) | 266.67º | 0.13% | 0.84% | - |
| XYZ | 53.46 | 52.54 | 70.94 | - |
| YUV | 193.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 214 | 0.07 | 0.13 | 0 | 0.16 | 266.67 | 0.25 | 0.79 |
| Hex | C7 | BB | D6 | 7 | D | 0 | 10 | 10B | 19 | 4F |
| Octal | 307 | 273 | 326 | 7 | 15 | 0 | 20 | 413 | 31 | 117 |
| Binary | 11000111 | 10111011 | 11010110 | 111 | 1101 | 0 | 10000 | 100001011 | 11001 | 1001111 |
Color Harmonies of #C7BBD6
Complementary color
Monochromatic Colors of #C7BBD6
Black with #C7BBD6
Text Example
Text Example
White with #C7BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBD6; }
p { color: rgb(199,187,214); }
H1.HeaderClassName
{
color: #C7BBD6;
}
.AnyTagClassName
{
color: #C7BBD6;
}
</style>
background-color css
<style>
a { background-color: #C7BBD6; }
a { background-color: rgb(199,187,214); }
div.DivClassName
{
background-color: #C7BBD6;
}
.BgClassName
{
background-color: #C7BBD6;
}
</style>
border-color css
<style>
span { border-color: #C7BBD6; }
span { border-color: rgb(199,187,214); }
td.TdClassName
{
border-color: #C7BBD6;
}
.TagClassName
{
border-color: #C7BBD6;
}
</style>