Shades of Moon Raker #C8BADB
Tints of Moon Raker #C8BADB
RGB
CMYK
RGB Variations
Color information
#C8BADB (or 0xC8BADB) is known color: Moon Raker. HEX triplet: C8, BA and DB. RGB value is (200,186,219). Sum of RGB (Red+Green+Blue) = 200+186+219=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BADB is #374524. Grayscale: #C1C1C1. Windows color (decimal): -3622181 or 14400200. OLE color: 14400200.
HSL color Cylindrical-coordinate representation of color #C8BADB: hue angle of 265.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BADB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 186 | 219 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 265.45º | 0.31% | 0.79% | - |
| HSV(B) | 265.45º | 0.15% | 0.86% | - |
| XYZ | 54.16 | 52.51 | 74.3 | - |
| YUV | 193.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 219 | 0.09 | 0.15 | 0 | 0.14 | 265.45 | 0.31 | 0.79 |
| Hex | C8 | BA | DB | 9 | F | 0 | E | 109 | 1F | 4F |
| Octal | 310 | 272 | 333 | 11 | 17 | 0 | 16 | 411 | 37 | 117 |
| Binary | 11001000 | 10111010 | 11011011 | 1001 | 1111 | 0 | 1110 | 100001001 | 11111 | 1001111 |
Color Harmonies of #C8BADB
Complementary color
Monochromatic Colors of #C8BADB
Black with #C8BADB
Text Example
Text Example
White with #C8BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BADB; }
p { color: rgb(200,186,219); }
H1.HeaderClassName
{
color: #C8BADB;
}
.AnyTagClassName
{
color: #C8BADB;
}
</style>
background-color css
<style>
a { background-color: #C8BADB; }
a { background-color: rgb(200,186,219); }
div.DivClassName
{
background-color: #C8BADB;
}
.BgClassName
{
background-color: #C8BADB;
}
</style>
border-color css
<style>
span { border-color: #C8BADB; }
span { border-color: rgb(200,186,219); }
td.TdClassName
{
border-color: #C8BADB;
}
.TagClassName
{
border-color: #C8BADB;
}
</style>