Shades of Moon Raker #C0B1DB
Tints of Moon Raker #C0B1DB
RGB
CMYK
RGB Variations
Color information
#C0B1DB (or 0xC0B1DB) is known color: Moon Raker. HEX triplet: C0, B1 and DB. RGB value is (192,177,219). Sum of RGB (Red+Green+Blue) = 192+177+219=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1DB is #3F4E24. Grayscale: #BABABA. Windows color (decimal): -4148773 or 14397888. OLE color: 14397888.
HSL color Cylindrical-coordinate representation of color #C0B1DB: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B1DB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 177 | 219 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.14 |
| HSL | 261.43º | 0.37% | 0.78% | - |
| HSV(B) | 261.43º | 0.19% | 0.86% | - |
| XYZ | 50.25 | 47.77 | 73.59 | - |
| YUV | 186.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 219 | 0.12 | 0.19 | 0 | 0.14 | 261.43 | 0.37 | 0.78 |
| Hex | C0 | B1 | DB | C | 13 | 0 | E | 105 | 25 | 4E |
| Octal | 300 | 261 | 333 | 14 | 23 | 0 | 16 | 405 | 45 | 116 |
| Binary | 11000000 | 10110001 | 11011011 | 1100 | 10011 | 0 | 1110 | 100000101 | 100101 | 1001110 |
Color Harmonies of #C0B1DB
Complementary color
Monochromatic Colors of #C0B1DB
Black with #C0B1DB
Text Example
Text Example
White with #C0B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B1DB; }
p { color: rgb(192,177,219); }
H1.HeaderClassName
{
color: #C0B1DB;
}
.AnyTagClassName
{
color: #C0B1DB;
}
</style>
background-color css
<style>
a { background-color: #C0B1DB; }
a { background-color: rgb(192,177,219); }
div.DivClassName
{
background-color: #C0B1DB;
}
.BgClassName
{
background-color: #C0B1DB;
}
</style>
border-color css
<style>
span { border-color: #C0B1DB; }
span { border-color: rgb(192,177,219); }
td.TdClassName
{
border-color: #C0B1DB;
}
.TagClassName
{
border-color: #C0B1DB;
}
</style>