Shades of Moon Raker #CBBADD
Tints of Moon Raker #CBBADD
RGB
CMYK
RGB Variations
Color information
#CBBADD (or 0xCBBADD) is known color: Moon Raker. HEX triplet: CB, BA and DD. RGB value is (203,186,221). Sum of RGB (Red+Green+Blue) = 203+186+221=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADD is #344522. Grayscale: #C2C2C2. Windows color (decimal): -3425571 or 14531275. OLE color: 14531275.
HSL color Cylindrical-coordinate representation of color #CBBADD: hue angle of 269.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBADD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 186 | 221 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.13 |
| HSL | 269.14º | 0.34% | 0.8% | - |
| HSV(B) | 269.14º | 0.16% | 0.87% | - |
| XYZ | 55.24 | 53.03 | 75.73 | - |
| YUV | 195.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 221 | 0.08 | 0.16 | 0 | 0.13 | 269.14 | 0.34 | 0.8 |
| Hex | CB | BA | DD | 8 | 10 | 0 | D | 10D | 22 | 50 |
| Octal | 313 | 272 | 335 | 10 | 20 | 0 | 15 | 415 | 42 | 120 |
| Binary | 11001011 | 10111010 | 11011101 | 1000 | 10000 | 0 | 1101 | 100001101 | 100010 | 1010000 |
Color Harmonies of #CBBADD
Complementary color
Monochromatic Colors of #CBBADD
Black with #CBBADD
Text Example
Text Example
White with #CBBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBADD; }
p { color: rgb(203,186,221); }
H1.HeaderClassName
{
color: #CBBADD;
}
.AnyTagClassName
{
color: #CBBADD;
}
</style>
background-color css
<style>
a { background-color: #CBBADD; }
a { background-color: rgb(203,186,221); }
div.DivClassName
{
background-color: #CBBADD;
}
.BgClassName
{
background-color: #CBBADD;
}
</style>
border-color css
<style>
span { border-color: #CBBADD; }
span { border-color: rgb(203,186,221); }
td.TdClassName
{
border-color: #CBBADD;
}
.TagClassName
{
border-color: #CBBADD;
}
</style>