Shades of Moon Raker #C8B5DD
Tints of Moon Raker #C8B5DD
RGB
CMYK
RGB Variations
Color information
#C8B5DD (or 0xC8B5DD) is known color: Moon Raker. HEX triplet: C8, B5 and DD. RGB value is (200,181,221). Sum of RGB (Red+Green+Blue) = 200+181+221=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5DD is #374A22. Grayscale: #BFBFBF. Windows color (decimal): -3623459 or 14529992. OLE color: 14529992.
HSL color Cylindrical-coordinate representation of color #C8B5DD: hue angle of 268.5º degrees, saturation: 0.37, 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 #C8B5DD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 181 | 221 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.13 |
| HSL | 268.5º | 0.37% | 0.79% | - |
| HSV(B) | 268.5º | 0.18% | 0.87% | - |
| XYZ | 53.39 | 50.55 | 75.35 | - |
| YUV | 191.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 221 | 0.10 | 0.18 | 0 | 0.13 | 268.5 | 0.37 | 0.79 |
| Hex | C8 | B5 | DD | A | 12 | 0 | D | 10C | 25 | 4F |
| Octal | 310 | 265 | 335 | 12 | 22 | 0 | 15 | 414 | 45 | 117 |
| Binary | 11001000 | 10110101 | 11011101 | 1010 | 10010 | 0 | 1101 | 100001100 | 100101 | 1001111 |
Color Harmonies of #C8B5DD
Complementary color
Monochromatic Colors of #C8B5DD
Black with #C8B5DD
Text Example
Text Example
White with #C8B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5DD; }
p { color: rgb(200,181,221); }
H1.HeaderClassName
{
color: #C8B5DD;
}
.AnyTagClassName
{
color: #C8B5DD;
}
</style>
background-color css
<style>
a { background-color: #C8B5DD; }
a { background-color: rgb(200,181,221); }
div.DivClassName
{
background-color: #C8B5DD;
}
.BgClassName
{
background-color: #C8B5DD;
}
</style>
border-color css
<style>
span { border-color: #C8B5DD; }
span { border-color: rgb(200,181,221); }
td.TdClassName
{
border-color: #C8B5DD;
}
.TagClassName
{
border-color: #C8B5DD;
}
</style>