Shades of Moon Raker #C8B6DD
Tints of Moon Raker #C8B6DD
RGB
CMYK
RGB Variations
Color information
#C8B6DD (or 0xC8B6DD) is known color: Moon Raker. HEX triplet: C8, B6 and DD. RGB value is (200,182,221). Sum of RGB (Red+Green+Blue) = 200+182+221=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6DD is #374922. Grayscale: #BFBFBF. Windows color (decimal): -3623203 or 14530248. OLE color: 14530248.
HSL color Cylindrical-coordinate representation of color #C8B6DD: hue angle of 267.69º 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 #C8B6DD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 182 | 221 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.13 |
| HSL | 267.69º | 0.36% | 0.79% | - |
| HSV(B) | 267.69º | 0.18% | 0.87% | - |
| XYZ | 53.6 | 50.96 | 75.42 | - |
| YUV | 191.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 221 | 0.10 | 0.18 | 0 | 0.13 | 267.69 | 0.36 | 0.79 |
| Hex | C8 | B6 | DD | A | 12 | 0 | D | 10C | 24 | 4F |
| Octal | 310 | 266 | 335 | 12 | 22 | 0 | 15 | 414 | 44 | 117 |
| Binary | 11001000 | 10110110 | 11011101 | 1010 | 10010 | 0 | 1101 | 100001100 | 100100 | 1001111 |
Color Harmonies of #C8B6DD
Complementary color
Monochromatic Colors of #C8B6DD
Black with #C8B6DD
Text Example
Text Example
White with #C8B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6DD; }
p { color: rgb(200,182,221); }
H1.HeaderClassName
{
color: #C8B6DD;
}
.AnyTagClassName
{
color: #C8B6DD;
}
</style>
background-color css
<style>
a { background-color: #C8B6DD; }
a { background-color: rgb(200,182,221); }
div.DivClassName
{
background-color: #C8B6DD;
}
.BgClassName
{
background-color: #C8B6DD;
}
</style>
border-color css
<style>
span { border-color: #C8B6DD; }
span { border-color: rgb(200,182,221); }
td.TdClassName
{
border-color: #C8B6DD;
}
.TagClassName
{
border-color: #C8B6DD;
}
</style>