Shades of Moon Raker #CBB9DF
Tints of Moon Raker #CBB9DF
RGB
CMYK
RGB Variations
Color information
#CBB9DF (or 0xCBB9DF) is known color: Moon Raker. HEX triplet: CB, B9 and DF. RGB value is (203,185,223). Sum of RGB (Red+Green+Blue) = 203+185+223=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DF is #344620. Grayscale: #C2C2C2. Windows color (decimal): -3425825 or 14662091. OLE color: 14662091.
HSL color Cylindrical-coordinate representation of color #CBB9DF: hue angle of 268.42º degrees, saturation: 0.37, 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 #CBB9DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 185 | 223 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 268.42º | 0.37% | 0.8% | - |
| HSV(B) | 268.42º | 0.17% | 0.87% | - |
| XYZ | 55.3 | 52.72 | 77.07 | - |
| YUV | 194.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 223 | 0.09 | 0.17 | 0 | 0.13 | 268.42 | 0.37 | 0.8 |
| Hex | CB | B9 | DF | 9 | 11 | 0 | D | 10C | 25 | 50 |
| Octal | 313 | 271 | 337 | 11 | 21 | 0 | 15 | 414 | 45 | 120 |
| Binary | 11001011 | 10111001 | 11011111 | 1001 | 10001 | 0 | 1101 | 100001100 | 100101 | 1010000 |
Color Harmonies of #CBB9DF
Complementary color
Monochromatic Colors of #CBB9DF
Black with #CBB9DF
Text Example
Text Example
White with #CBB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9DF; }
p { color: rgb(203,185,223); }
H1.HeaderClassName
{
color: #CBB9DF;
}
.AnyTagClassName
{
color: #CBB9DF;
}
</style>
background-color css
<style>
a { background-color: #CBB9DF; }
a { background-color: rgb(203,185,223); }
div.DivClassName
{
background-color: #CBB9DF;
}
.BgClassName
{
background-color: #CBB9DF;
}
</style>
border-color css
<style>
span { border-color: #CBB9DF; }
span { border-color: rgb(203,185,223); }
td.TdClassName
{
border-color: #CBB9DF;
}
.TagClassName
{
border-color: #CBB9DF;
}
</style>