Shades of Moon Raker #CBB8DF
Tints of Moon Raker #CBB8DF
RGB
CMYK
RGB Variations
Color information
#CBB8DF (or 0xCBB8DF) is known color: Moon Raker. HEX triplet: CB, B8 and DF. RGB value is (203,184,223). Sum of RGB (Red+Green+Blue) = 203+184+223=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8DF is #344720. Grayscale: #C1C1C1. Windows color (decimal): -3426081 or 14661835. OLE color: 14661835.
HSL color Cylindrical-coordinate representation of color #CBB8DF: hue angle of 269.23º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB8DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 184 | 223 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 269.23º | 0.38% | 0.8% | - |
| HSV(B) | 269.23º | 0.17% | 0.87% | - |
| XYZ | 55.09 | 52.31 | 77 | - |
| YUV | 194.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 223 | 0.09 | 0.17 | 0 | 0.13 | 269.23 | 0.38 | 0.8 |
| Hex | CB | B8 | DF | 9 | 11 | 0 | D | 10D | 26 | 50 |
| Octal | 313 | 270 | 337 | 11 | 21 | 0 | 15 | 415 | 46 | 120 |
| Binary | 11001011 | 10111000 | 11011111 | 1001 | 10001 | 0 | 1101 | 100001101 | 100110 | 1010000 |
Color Harmonies of #CBB8DF
Complementary color
Monochromatic Colors of #CBB8DF
Black with #CBB8DF
Text Example
Text Example
White with #CBB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8DF; }
p { color: rgb(203,184,223); }
H1.HeaderClassName
{
color: #CBB8DF;
}
.AnyTagClassName
{
color: #CBB8DF;
}
</style>
background-color css
<style>
a { background-color: #CBB8DF; }
a { background-color: rgb(203,184,223); }
div.DivClassName
{
background-color: #CBB8DF;
}
.BgClassName
{
background-color: #CBB8DF;
}
</style>
border-color css
<style>
span { border-color: #CBB8DF; }
span { border-color: rgb(203,184,223); }
td.TdClassName
{
border-color: #CBB8DF;
}
.TagClassName
{
border-color: #CBB8DF;
}
</style>