Shades of Moon Raker #C8B6DE
Tints of Moon Raker #C8B6DE
RGB
CMYK
RGB Variations
Color information
#C8B6DE (or 0xC8B6DE) is known color: Moon Raker. HEX triplet: C8, B6 and DE. RGB value is (200,182,222). Sum of RGB (Red+Green+Blue) = 200+182+222=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8B6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6DE is #374921. Grayscale: #BFBFBF. Windows color (decimal): -3623202 or 14595784. OLE color: 14595784.
HSL color Cylindrical-coordinate representation of color #C8B6DE: hue angle of 267º degrees, saturation: 0.38, 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 #C8B6DE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 182 | 222 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.13 |
| HSL | 267º | 0.38% | 0.79% | - |
| HSV(B) | 267º | 0.18% | 0.87% | - |
| XYZ | 53.73 | 51.01 | 76.12 | - |
| YUV | 191.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 222 | 0.10 | 0.18 | 0 | 0.13 | 267 | 0.38 | 0.79 |
| Hex | C8 | B6 | DE | A | 12 | 0 | D | 10B | 26 | 4F |
| Octal | 310 | 266 | 336 | 12 | 22 | 0 | 15 | 413 | 46 | 117 |
| Binary | 11001000 | 10110110 | 11011110 | 1010 | 10010 | 0 | 1101 | 100001011 | 100110 | 1001111 |
Color Harmonies of #C8B6DE
Complementary color
Monochromatic Colors of #C8B6DE
Black with #C8B6DE
Text Example
Text Example
White with #C8B6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6DE; }
p { color: rgb(200,182,222); }
H1.HeaderClassName
{
color: #C8B6DE;
}
.AnyTagClassName
{
color: #C8B6DE;
}
</style>
background-color css
<style>
a { background-color: #C8B6DE; }
a { background-color: rgb(200,182,222); }
div.DivClassName
{
background-color: #C8B6DE;
}
.BgClassName
{
background-color: #C8B6DE;
}
</style>
border-color css
<style>
span { border-color: #C8B6DE; }
span { border-color: rgb(200,182,222); }
td.TdClassName
{
border-color: #C8B6DE;
}
.TagClassName
{
border-color: #C8B6DE;
}
</style>