Shades of Moon Raker #C0B1DE
Tints of Moon Raker #C0B1DE
RGB
CMYK
RGB Variations
Color information
#C0B1DE (or 0xC0B1DE) is known color: Moon Raker. HEX triplet: C0, B1 and DE. RGB value is (192,177,222). Sum of RGB (Red+Green+Blue) = 192+177+222=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0B1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1DE is #3F4E21. Grayscale: #BABABA. Windows color (decimal): -4148770 or 14594496. OLE color: 14594496.
HSL color Cylindrical-coordinate representation of color #C0B1DE: hue angle of 260º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0B1DE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 177 | 222 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 260º | 0.41% | 0.78% | - |
| HSV(B) | 260º | 0.2% | 0.87% | - |
| XYZ | 50.65 | 47.92 | 75.69 | - |
| YUV | 186.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 177 | 222 | 0.14 | 0.20 | 0 | 0.13 | 260 | 0.41 | 0.78 |
| Hex | C0 | B1 | DE | E | 14 | 0 | D | 104 | 29 | 4E |
| Octal | 300 | 261 | 336 | 16 | 24 | 0 | 15 | 404 | 51 | 116 |
| Binary | 11000000 | 10110001 | 11011110 | 1110 | 10100 | 0 | 1101 | 100000100 | 101001 | 1001110 |
Color Harmonies of #C0B1DE
Complementary color
Monochromatic Colors of #C0B1DE
Black with #C0B1DE
Text Example
Text Example
White with #C0B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B1DE; }
p { color: rgb(192,177,222); }
H1.HeaderClassName
{
color: #C0B1DE;
}
.AnyTagClassName
{
color: #C0B1DE;
}
</style>
background-color css
<style>
a { background-color: #C0B1DE; }
a { background-color: rgb(192,177,222); }
div.DivClassName
{
background-color: #C0B1DE;
}
.BgClassName
{
background-color: #C0B1DE;
}
</style>
border-color css
<style>
span { border-color: #C0B1DE; }
span { border-color: rgb(192,177,222); }
td.TdClassName
{
border-color: #C0B1DE;
}
.TagClassName
{
border-color: #C0B1DE;
}
</style>