Shades of Moon Raker #C8B9DC
Tints of Moon Raker #C8B9DC
RGB
CMYK
RGB Variations
Color information
#C8B9DC (or 0xC8B9DC) is known color: Moon Raker. HEX triplet: C8, B9 and DC. RGB value is (200,185,220). Sum of RGB (Red+Green+Blue) = 200+185+220=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9DC is #374623. Grayscale: #C1C1C1. Windows color (decimal): -3622436 or 14465480. OLE color: 14465480.
HSL color Cylindrical-coordinate representation of color #C8B9DC: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8B9DC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 185 | 220 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.14 |
| HSL | 265.71º | 0.33% | 0.79% | - |
| HSV(B) | 265.71º | 0.16% | 0.86% | - |
| XYZ | 54.09 | 52.14 | 74.92 | - |
| YUV | 193.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 220 | 0.09 | 0.16 | 0 | 0.14 | 265.71 | 0.33 | 0.79 |
| Hex | C8 | B9 | DC | 9 | 10 | 0 | E | 10A | 21 | 4F |
| Octal | 310 | 271 | 334 | 11 | 20 | 0 | 16 | 412 | 41 | 117 |
| Binary | 11001000 | 10111001 | 11011100 | 1001 | 10000 | 0 | 1110 | 100001010 | 100001 | 1001111 |
Color Harmonies of #C8B9DC
Complementary color
Monochromatic Colors of #C8B9DC
Black with #C8B9DC
Text Example
Text Example
White with #C8B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9DC; }
p { color: rgb(200,185,220); }
H1.HeaderClassName
{
color: #C8B9DC;
}
.AnyTagClassName
{
color: #C8B9DC;
}
</style>
background-color css
<style>
a { background-color: #C8B9DC; }
a { background-color: rgb(200,185,220); }
div.DivClassName
{
background-color: #C8B9DC;
}
.BgClassName
{
background-color: #C8B9DC;
}
</style>
border-color css
<style>
span { border-color: #C8B9DC; }
span { border-color: rgb(200,185,220); }
td.TdClassName
{
border-color: #C8B9DC;
}
.TagClassName
{
border-color: #C8B9DC;
}
</style>