Shades of Moon Raker #C9B8DD
Tints of Moon Raker #C9B8DD
RGB
CMYK
RGB Variations
Color information
#C9B8DD (or 0xC9B8DD) is known color: Moon Raker. HEX triplet: C9, B8 and DD. RGB value is (201,184,221). Sum of RGB (Red+Green+Blue) = 201+184+221=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8DD is #364722. Grayscale: #C1C1C1. Windows color (decimal): -3557155 or 14530761. OLE color: 14530761.
HSL color Cylindrical-coordinate representation of color #C9B8DD: hue angle of 267.57º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9B8DD is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 184 | 221 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 267.57º | 0.35% | 0.79% | - |
| HSV(B) | 267.57º | 0.17% | 0.87% | - |
| XYZ | 54.28 | 51.92 | 75.57 | - |
| YUV | 193.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 221 | 0.09 | 0.17 | 0 | 0.13 | 267.57 | 0.35 | 0.79 |
| Hex | C9 | B8 | DD | 9 | 11 | 0 | D | 10C | 23 | 4F |
| Octal | 311 | 270 | 335 | 11 | 21 | 0 | 15 | 414 | 43 | 117 |
| Binary | 11001001 | 10111000 | 11011101 | 1001 | 10001 | 0 | 1101 | 100001100 | 100011 | 1001111 |
Color Harmonies of #C9B8DD
Complementary color
Monochromatic Colors of #C9B8DD
Black with #C9B8DD
Text Example
Text Example
White with #C9B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8DD; }
p { color: rgb(201,184,221); }
H1.HeaderClassName
{
color: #C9B8DD;
}
.AnyTagClassName
{
color: #C9B8DD;
}
</style>
background-color css
<style>
a { background-color: #C9B8DD; }
a { background-color: rgb(201,184,221); }
div.DivClassName
{
background-color: #C9B8DD;
}
.BgClassName
{
background-color: #C9B8DD;
}
</style>
border-color css
<style>
span { border-color: #C9B8DD; }
span { border-color: rgb(201,184,221); }
td.TdClassName
{
border-color: #C9B8DD;
}
.TagClassName
{
border-color: #C9B8DD;
}
</style>