Shades of Moon Raker #C6B5DC
Tints of Moon Raker #C6B5DC
RGB
CMYK
RGB Variations
Color information
#C6B5DC (or 0xC6B5DC) is known color: Moon Raker. HEX triplet: C6, B5 and DC. RGB value is (198,181,220). Sum of RGB (Red+Green+Blue) = 198+181+220=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5DC is #394A23. Grayscale: #BEBEBE. Windows color (decimal): -3754532 or 14464454. OLE color: 14464454.
HSL color Cylindrical-coordinate representation of color #C6B5DC: hue angle of 266.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6B5DC is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 181 | 220 | - |
| CMYK | 0.1 | 0.18 | 0 | 0.14 |
| HSL | 266.15º | 0.36% | 0.79% | - |
| HSV(B) | 266.15º | 0.18% | 0.86% | - |
| XYZ | 52.73 | 50.22 | 74.62 | - |
| YUV | 190.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 181 | 220 | 0.1 | 0.18 | 0 | 0.14 | 266.15 | 0.36 | 0.79 |
| Hex | C6 | B5 | DC | A | 12 | 0 | E | 10A | 24 | 4F |
| Octal | 306 | 265 | 334 | 12 | 22 | 0 | 16 | 412 | 44 | 117 |
| Binary | 11000110 | 10110101 | 11011100 | 1010 | 10010 | 0 | 1110 | 100001010 | 100100 | 1001111 |
Color Harmonies of #C6B5DC
Complementary color
Monochromatic Colors of #C6B5DC
Black with #C6B5DC
Text Example
Text Example
White with #C6B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B5DC; }
p { color: rgb(198,181,220); }
H1.HeaderClassName
{
color: #C6B5DC;
}
.AnyTagClassName
{
color: #C6B5DC;
}
</style>
background-color css
<style>
a { background-color: #C6B5DC; }
a { background-color: rgb(198,181,220); }
div.DivClassName
{
background-color: #C6B5DC;
}
.BgClassName
{
background-color: #C6B5DC;
}
</style>
border-color css
<style>
span { border-color: #C6B5DC; }
span { border-color: rgb(198,181,220); }
td.TdClassName
{
border-color: #C6B5DC;
}
.TagClassName
{
border-color: #C6B5DC;
}
</style>