Shades of Moon Raker #C8B6DA
Tints of Moon Raker #C8B6DA
RGB
CMYK
RGB Variations
Color information
#C8B6DA (or 0xC8B6DA) is known color: Moon Raker. HEX triplet: C8, B6 and DA. RGB value is (200,182,218). Sum of RGB (Red+Green+Blue) = 200+182+218=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8B6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6DA is #374925. Grayscale: #BFBFBF. Windows color (decimal): -3623206 or 14333640. OLE color: 14333640.
HSL color Cylindrical-coordinate representation of color #C8B6DA: hue angle of 270º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8B6DA is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 182 | 218 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.15 |
| HSL | 270º | 0.33% | 0.78% | - |
| HSV(B) | 270º | 0.17% | 0.85% | - |
| XYZ | 53.2 | 50.8 | 73.33 | - |
| YUV | 191.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 218 | 0.08 | 0.17 | 0 | 0.15 | 270 | 0.33 | 0.78 |
| Hex | C8 | B6 | DA | 8 | 11 | 0 | F | 10E | 21 | 4E |
| Octal | 310 | 266 | 332 | 10 | 21 | 0 | 17 | 416 | 41 | 116 |
| Binary | 11001000 | 10110110 | 11011010 | 1000 | 10001 | 0 | 1111 | 100001110 | 100001 | 1001110 |
Color Harmonies of #C8B6DA
Complementary color
Monochromatic Colors of #C8B6DA
Black with #C8B6DA
Text Example
Text Example
White with #C8B6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6DA; }
p { color: rgb(200,182,218); }
H1.HeaderClassName
{
color: #C8B6DA;
}
.AnyTagClassName
{
color: #C8B6DA;
}
</style>
background-color css
<style>
a { background-color: #C8B6DA; }
a { background-color: rgb(200,182,218); }
div.DivClassName
{
background-color: #C8B6DA;
}
.BgClassName
{
background-color: #C8B6DA;
}
</style>
border-color css
<style>
span { border-color: #C8B6DA; }
span { border-color: rgb(200,182,218); }
td.TdClassName
{
border-color: #C8B6DA;
}
.TagClassName
{
border-color: #C8B6DA;
}
</style>