Shades of Moon Raker #C6B3DE
Tints of Moon Raker #C6B3DE
RGB
CMYK
RGB Variations
Color information
#C6B3DE (or 0xC6B3DE) is known color: Moon Raker. HEX triplet: C6, B3 and DE. RGB value is (198,179,222). Sum of RGB (Red+Green+Blue) = 198+179+222=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3DE is #394C21. Grayscale: #BDBDBD. Windows color (decimal): -3755042 or 14595014. OLE color: 14595014.
HSL color Cylindrical-coordinate representation of color #C6B3DE: hue angle of 266.51º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B3DE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 179 | 222 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.13 |
| HSL | 266.51º | 0.39% | 0.79% | - |
| HSV(B) | 266.51º | 0.19% | 0.87% | - |
| XYZ | 52.59 | 49.52 | 75.89 | - |
| YUV | 189.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 222 | 0.11 | 0.19 | 0 | 0.13 | 266.51 | 0.39 | 0.79 |
| Hex | C6 | B3 | DE | B | 13 | 0 | D | 10B | 27 | 4F |
| Octal | 306 | 263 | 336 | 13 | 23 | 0 | 15 | 413 | 47 | 117 |
| Binary | 11000110 | 10110011 | 11011110 | 1011 | 10011 | 0 | 1101 | 100001011 | 100111 | 1001111 |
Color Harmonies of #C6B3DE
Complementary color
Monochromatic Colors of #C6B3DE
Black with #C6B3DE
Text Example
Text Example
White with #C6B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B3DE; }
p { color: rgb(198,179,222); }
H1.HeaderClassName
{
color: #C6B3DE;
}
.AnyTagClassName
{
color: #C6B3DE;
}
</style>
background-color css
<style>
a { background-color: #C6B3DE; }
a { background-color: rgb(198,179,222); }
div.DivClassName
{
background-color: #C6B3DE;
}
.BgClassName
{
background-color: #C6B3DE;
}
</style>
border-color css
<style>
span { border-color: #C6B3DE; }
span { border-color: rgb(198,179,222); }
td.TdClassName
{
border-color: #C6B3DE;
}
.TagClassName
{
border-color: #C6B3DE;
}
</style>