Shades of Moon Raker #C2B0E3
Tints of Moon Raker #C2B0E3
RGB
CMYK
RGB Variations
Color information
#C2B0E3 (or 0xC2B0E3) is known color: Moon Raker. HEX triplet: C2, B0 and E3. RGB value is (194,176,227). Sum of RGB (Red+Green+Blue) = 194+176+227=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #C2B0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0E3 is #3D4F1C. Grayscale: #BBBBBB. Windows color (decimal): -4017949 or 14921922. OLE color: 14921922.
HSL color Cylindrical-coordinate representation of color #C2B0E3: hue angle of 261.18º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B0E3 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 176 | 227 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.11 |
| HSL | 261.18º | 0.48% | 0.79% | - |
| HSV(B) | 261.18º | 0.22% | 0.89% | - |
| XYZ | 51.64 | 48.07 | 79.23 | - |
| YUV | 187.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 227 | 0.15 | 0.22 | 0 | 0.11 | 261.18 | 0.48 | 0.79 |
| Hex | C2 | B0 | E3 | F | 16 | 0 | B | 105 | 30 | 4F |
| Octal | 302 | 260 | 343 | 17 | 26 | 0 | 13 | 405 | 60 | 117 |
| Binary | 11000010 | 10110000 | 11100011 | 1111 | 10110 | 0 | 1011 | 100000101 | 110000 | 1001111 |
Color Harmonies of #C2B0E3
Complementary color
Monochromatic Colors of #C2B0E3
Black with #C2B0E3
Text Example
Text Example
White with #C2B0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0E3; }
p { color: rgb(194,176,227); }
H1.HeaderClassName
{
color: #C2B0E3;
}
.AnyTagClassName
{
color: #C2B0E3;
}
</style>
background-color css
<style>
a { background-color: #C2B0E3; }
a { background-color: rgb(194,176,227); }
div.DivClassName
{
background-color: #C2B0E3;
}
.BgClassName
{
background-color: #C2B0E3;
}
</style>
border-color css
<style>
span { border-color: #C2B0E3; }
span { border-color: rgb(194,176,227); }
td.TdClassName
{
border-color: #C2B0E3;
}
.TagClassName
{
border-color: #C2B0E3;
}
</style>