Shades of Moon Raker #C1B1DF
Tints of Moon Raker #C1B1DF
RGB
CMYK
RGB Variations
Color information
#C1B1DF (or 0xC1B1DF) is known color: Moon Raker. HEX triplet: C1, B1 and DF. RGB value is (193,177,223). Sum of RGB (Red+Green+Blue) = 193+177+223=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1DF is #3E4E20. Grayscale: #BABABA. Windows color (decimal): -4083233 or 14660033. OLE color: 14660033.
HSL color Cylindrical-coordinate representation of color #C1B1DF: hue angle of 260.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B1DF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 177 | 223 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.13 |
| HSL | 260.87º | 0.42% | 0.78% | - |
| HSV(B) | 260.87º | 0.21% | 0.87% | - |
| XYZ | 51.03 | 48.11 | 76.41 | - |
| YUV | 187.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 223 | 0.13 | 0.21 | 0 | 0.13 | 260.87 | 0.42 | 0.78 |
| Hex | C1 | B1 | DF | D | 15 | 0 | D | 105 | 2A | 4E |
| Octal | 301 | 261 | 337 | 15 | 25 | 0 | 15 | 405 | 52 | 116 |
| Binary | 11000001 | 10110001 | 11011111 | 1101 | 10101 | 0 | 1101 | 100000101 | 101010 | 1001110 |
Color Harmonies of #C1B1DF
Complementary color
Monochromatic Colors of #C1B1DF
Black with #C1B1DF
Text Example
Text Example
White with #C1B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1DF; }
p { color: rgb(193,177,223); }
H1.HeaderClassName
{
color: #C1B1DF;
}
.AnyTagClassName
{
color: #C1B1DF;
}
</style>
background-color css
<style>
a { background-color: #C1B1DF; }
a { background-color: rgb(193,177,223); }
div.DivClassName
{
background-color: #C1B1DF;
}
.BgClassName
{
background-color: #C1B1DF;
}
</style>
border-color css
<style>
span { border-color: #C1B1DF; }
span { border-color: rgb(193,177,223); }
td.TdClassName
{
border-color: #C1B1DF;
}
.TagClassName
{
border-color: #C1B1DF;
}
</style>