Shades of Moon Raker #C6B4DC
Tints of Moon Raker #C6B4DC
RGB
CMYK
RGB Variations
Color information
#C6B4DC (or 0xC6B4DC) is known color: Moon Raker. HEX triplet: C6, B4 and DC. RGB value is (198,180,220). Sum of RGB (Red+Green+Blue) = 198+180+220=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 180 (70.70% from 255 or 30.10% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4DC is #394B23. Grayscale: #BDBDBD. Windows color (decimal): -3754788 or 14464198. OLE color: 14464198.
HSL color Cylindrical-coordinate representation of color #C6B4DC: hue angle of 267º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6B4DC is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 180 | 220 | - |
| CMYK | 0.1 | 0.18 | 0 | 0.14 |
| HSL | 267º | 0.36% | 0.78% | - |
| HSV(B) | 267º | 0.18% | 0.86% | - |
| XYZ | 52.53 | 49.82 | 74.56 | - |
| YUV | 189.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 220 | 0.1 | 0.18 | 0 | 0.14 | 267 | 0.36 | 0.78 |
| Hex | C6 | B4 | DC | A | 12 | 0 | E | 10B | 24 | 4E |
| Octal | 306 | 264 | 334 | 12 | 22 | 0 | 16 | 413 | 44 | 116 |
| Binary | 11000110 | 10110100 | 11011100 | 1010 | 10010 | 0 | 1110 | 100001011 | 100100 | 1001110 |
Color Harmonies of #C6B4DC
Complementary color
Monochromatic Colors of #C6B4DC
Black with #C6B4DC
Text Example
Text Example
White with #C6B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B4DC; }
p { color: rgb(198,180,220); }
H1.HeaderClassName
{
color: #C6B4DC;
}
.AnyTagClassName
{
color: #C6B4DC;
}
</style>
background-color css
<style>
a { background-color: #C6B4DC; }
a { background-color: rgb(198,180,220); }
div.DivClassName
{
background-color: #C6B4DC;
}
.BgClassName
{
background-color: #C6B4DC;
}
</style>
border-color css
<style>
span { border-color: #C6B4DC; }
span { border-color: rgb(198,180,220); }
td.TdClassName
{
border-color: #C6B4DC;
}
.TagClassName
{
border-color: #C6B4DC;
}
</style>