Shades of Moon Raker #CBBBDC
Tints of Moon Raker #CBBBDC
RGB
CMYK
RGB Variations
Color information
#CBBBDC (or 0xCBBBDC) is known color: Moon Raker. HEX triplet: CB, BB and DC. RGB value is (203,187,220). Sum of RGB (Red+Green+Blue) = 203+187+220=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBDC is #344423. Grayscale: #C3C3C3. Windows color (decimal): -3425316 or 14465995. OLE color: 14465995.
HSL color Cylindrical-coordinate representation of color #CBBBDC: hue angle of 269.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBBDC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 187 | 220 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.14 |
| HSL | 269.09º | 0.32% | 0.8% | - |
| HSV(B) | 269.09º | 0.15% | 0.86% | - |
| XYZ | 55.32 | 53.4 | 75.1 | - |
| YUV | 195.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 220 | 0.08 | 0.15 | 0 | 0.14 | 269.09 | 0.32 | 0.8 |
| Hex | CB | BB | DC | 8 | F | 0 | E | 10D | 20 | 50 |
| Octal | 313 | 273 | 334 | 10 | 17 | 0 | 16 | 415 | 40 | 120 |
| Binary | 11001011 | 10111011 | 11011100 | 1000 | 1111 | 0 | 1110 | 100001101 | 100000 | 1010000 |
Color Harmonies of #CBBBDC
Complementary color
Monochromatic Colors of #CBBBDC
Black with #CBBBDC
Text Example
Text Example
White with #CBBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBDC; }
p { color: rgb(203,187,220); }
H1.HeaderClassName
{
color: #CBBBDC;
}
.AnyTagClassName
{
color: #CBBBDC;
}
</style>
background-color css
<style>
a { background-color: #CBBBDC; }
a { background-color: rgb(203,187,220); }
div.DivClassName
{
background-color: #CBBBDC;
}
.BgClassName
{
background-color: #CBBBDC;
}
</style>
border-color css
<style>
span { border-color: #CBBBDC; }
span { border-color: rgb(203,187,220); }
td.TdClassName
{
border-color: #CBBBDC;
}
.TagClassName
{
border-color: #CBBBDC;
}
</style>