Shades of Moon Raker #C2B3DC
Tints of Moon Raker #C2B3DC
RGB
CMYK
RGB Variations
Color information
#C2B3DC (or 0xC2B3DC) is known color: Moon Raker. HEX triplet: C2, B3 and DC. RGB value is (194,179,220). Sum of RGB (Red+Green+Blue) = 194+179+220=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3DC is #3D4C23. Grayscale: #BCBCBC. Windows color (decimal): -4017188 or 14463938. OLE color: 14463938.
HSL color Cylindrical-coordinate representation of color #C2B3DC: hue angle of 261.95º 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 #C2B3DC is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 179 | 220 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.14 |
| HSL | 261.95º | 0.37% | 0.78% | - |
| HSV(B) | 261.95º | 0.19% | 0.86% | - |
| XYZ | 51.29 | 48.88 | 74.44 | - |
| YUV | 188.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 220 | 0.12 | 0.19 | 0 | 0.14 | 261.95 | 0.37 | 0.78 |
| Hex | C2 | B3 | DC | C | 13 | 0 | E | 106 | 25 | 4E |
| Octal | 302 | 263 | 334 | 14 | 23 | 0 | 16 | 406 | 45 | 116 |
| Binary | 11000010 | 10110011 | 11011100 | 1100 | 10011 | 0 | 1110 | 100000110 | 100101 | 1001110 |
Color Harmonies of #C2B3DC
Complementary color
Monochromatic Colors of #C2B3DC
Black with #C2B3DC
Text Example
Text Example
White with #C2B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B3DC; }
p { color: rgb(194,179,220); }
H1.HeaderClassName
{
color: #C2B3DC;
}
.AnyTagClassName
{
color: #C2B3DC;
}
</style>
background-color css
<style>
a { background-color: #C2B3DC; }
a { background-color: rgb(194,179,220); }
div.DivClassName
{
background-color: #C2B3DC;
}
.BgClassName
{
background-color: #C2B3DC;
}
</style>
border-color css
<style>
span { border-color: #C2B3DC; }
span { border-color: rgb(194,179,220); }
td.TdClassName
{
border-color: #C2B3DC;
}
.TagClassName
{
border-color: #C2B3DC;
}
</style>