Shades of Moon Raker #C9B6DF
Tints of Moon Raker #C9B6DF
RGB
CMYK
RGB Variations
Color information
#C9B6DF (or 0xC9B6DF) is known color: Moon Raker. HEX triplet: C9, B6 and DF. RGB value is (201,182,223). Sum of RGB (Red+Green+Blue) = 201+182+223=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6DF is #364920. Grayscale: #C0C0C0. Windows color (decimal): -3557665 or 14661321. OLE color: 14661321.
HSL color Cylindrical-coordinate representation of color #C9B6DF: hue angle of 267.8º degrees, saturation: 0.39, 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 #C9B6DF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 182 | 223 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.13 |
| HSL | 267.8º | 0.39% | 0.79% | - |
| HSV(B) | 267.8º | 0.18% | 0.87% | - |
| XYZ | 54.13 | 51.2 | 76.84 | - |
| YUV | 192.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 223 | 0.10 | 0.18 | 0 | 0.13 | 267.8 | 0.39 | 0.79 |
| Hex | C9 | B6 | DF | A | 12 | 0 | D | 10C | 27 | 4F |
| Octal | 311 | 266 | 337 | 12 | 22 | 0 | 15 | 414 | 47 | 117 |
| Binary | 11001001 | 10110110 | 11011111 | 1010 | 10010 | 0 | 1101 | 100001100 | 100111 | 1001111 |
Color Harmonies of #C9B6DF
Complementary color
Monochromatic Colors of #C9B6DF
Black with #C9B6DF
Text Example
Text Example
White with #C9B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6DF; }
p { color: rgb(201,182,223); }
H1.HeaderClassName
{
color: #C9B6DF;
}
.AnyTagClassName
{
color: #C9B6DF;
}
</style>
background-color css
<style>
a { background-color: #C9B6DF; }
a { background-color: rgb(201,182,223); }
div.DivClassName
{
background-color: #C9B6DF;
}
.BgClassName
{
background-color: #C9B6DF;
}
</style>
border-color css
<style>
span { border-color: #C9B6DF; }
span { border-color: rgb(201,182,223); }
td.TdClassName
{
border-color: #C9B6DF;
}
.TagClassName
{
border-color: #C9B6DF;
}
</style>