Shades of Moon Raker #C8B5DE
Tints of Moon Raker #C8B5DE
RGB
CMYK
RGB Variations
Color information
#C8B5DE (or 0xC8B5DE) is known color: Moon Raker. HEX triplet: C8, B5 and DE. RGB value is (200,181,222). Sum of RGB (Red+Green+Blue) = 200+181+222=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8B5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5DE is #374A21. Grayscale: #BFBFBF. Windows color (decimal): -3623458 or 14595528. OLE color: 14595528.
HSL color Cylindrical-coordinate representation of color #C8B5DE: hue angle of 267.8º 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 #C8B5DE is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 181 | 222 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.13 |
| HSL | 267.8º | 0.38% | 0.79% | - |
| HSV(B) | 267.8º | 0.18% | 0.87% | - |
| XYZ | 53.53 | 50.6 | 76.05 | - |
| YUV | 191.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 222 | 0.10 | 0.18 | 0 | 0.13 | 267.8 | 0.38 | 0.79 |
| Hex | C8 | B5 | DE | A | 12 | 0 | D | 10C | 26 | 4F |
| Octal | 310 | 265 | 336 | 12 | 22 | 0 | 15 | 414 | 46 | 117 |
| Binary | 11001000 | 10110101 | 11011110 | 1010 | 10010 | 0 | 1101 | 100001100 | 100110 | 1001111 |
Color Harmonies of #C8B5DE
Complementary color
Monochromatic Colors of #C8B5DE
Black with #C8B5DE
Text Example
Text Example
White with #C8B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5DE; }
p { color: rgb(200,181,222); }
H1.HeaderClassName
{
color: #C8B5DE;
}
.AnyTagClassName
{
color: #C8B5DE;
}
</style>
background-color css
<style>
a { background-color: #C8B5DE; }
a { background-color: rgb(200,181,222); }
div.DivClassName
{
background-color: #C8B5DE;
}
.BgClassName
{
background-color: #C8B5DE;
}
</style>
border-color css
<style>
span { border-color: #C8B5DE; }
span { border-color: rgb(200,181,222); }
td.TdClassName
{
border-color: #C8B5DE;
}
.TagClassName
{
border-color: #C8B5DE;
}
</style>