Shades of Moon Raker #C1B4DA
Tints of Moon Raker #C1B4DA
RGB
CMYK
RGB Variations
Color information
#C1B4DA (or 0xC1B4DA) is known color: Moon Raker. HEX triplet: C1, B4 and DA. RGB value is (193,180,218). Sum of RGB (Red+Green+Blue) = 193+180+218=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1B4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4DA is #3E4B25. Grayscale: #BCBCBC. Windows color (decimal): -4082470 or 14333121. OLE color: 14333121.
HSL color Cylindrical-coordinate representation of color #C1B4DA: hue angle of 260.53º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1B4DA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 180 | 218 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.15 |
| HSL | 260.53º | 0.34% | 0.78% | - |
| HSV(B) | 260.53º | 0.17% | 0.85% | - |
| XYZ | 50.97 | 49.04 | 73.11 | - |
| YUV | 188.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 218 | 0.11 | 0.17 | 0 | 0.15 | 260.53 | 0.34 | 0.78 |
| Hex | C1 | B4 | DA | B | 11 | 0 | F | 105 | 22 | 4E |
| Octal | 301 | 264 | 332 | 13 | 21 | 0 | 17 | 405 | 42 | 116 |
| Binary | 11000001 | 10110100 | 11011010 | 1011 | 10001 | 0 | 1111 | 100000101 | 100010 | 1001110 |
Color Harmonies of #C1B4DA
Complementary color
Monochromatic Colors of #C1B4DA
Black with #C1B4DA
Text Example
Text Example
White with #C1B4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4DA; }
p { color: rgb(193,180,218); }
H1.HeaderClassName
{
color: #C1B4DA;
}
.AnyTagClassName
{
color: #C1B4DA;
}
</style>
background-color css
<style>
a { background-color: #C1B4DA; }
a { background-color: rgb(193,180,218); }
div.DivClassName
{
background-color: #C1B4DA;
}
.BgClassName
{
background-color: #C1B4DA;
}
</style>
border-color css
<style>
span { border-color: #C1B4DA; }
span { border-color: rgb(193,180,218); }
td.TdClassName
{
border-color: #C1B4DA;
}
.TagClassName
{
border-color: #C1B4DA;
}
</style>