Shades of Moon Raker #C3B9D3
Tints of Moon Raker #C3B9D3
RGB
CMYK
RGB Variations
Color information
#C3B9D3 (or 0xC3B9D3) is known color: Moon Raker. HEX triplet: C3, B9 and D3. RGB value is (195,185,211). Sum of RGB (Red+Green+Blue) = 195+185+211=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3B9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9D3 is #3C462C. Grayscale: #BEBEBE. Windows color (decimal): -3950125 or 13875651. OLE color: 13875651.
HSL color Cylindrical-coordinate representation of color #C3B9D3: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B9D3 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 185 | 211 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.17 |
| HSL | 263.08º | 0.23% | 0.78% | - |
| HSV(B) | 263.08º | 0.12% | 0.83% | - |
| XYZ | 51.61 | 51 | 68.75 | - |
| YUV | 190.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 211 | 0.08 | 0.12 | 0 | 0.17 | 263.08 | 0.23 | 0.78 |
| Hex | C3 | B9 | D3 | 8 | C | 0 | 11 | 107 | 17 | 4E |
| Octal | 303 | 271 | 323 | 10 | 14 | 0 | 21 | 407 | 27 | 116 |
| Binary | 11000011 | 10111001 | 11010011 | 1000 | 1100 | 0 | 10001 | 100000111 | 10111 | 1001110 |
Color Harmonies of #C3B9D3
Complementary color
Monochromatic Colors of #C3B9D3
Black with #C3B9D3
Text Example
Text Example
White with #C3B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9D3; }
p { color: rgb(195,185,211); }
H1.HeaderClassName
{
color: #C3B9D3;
}
.AnyTagClassName
{
color: #C3B9D3;
}
</style>
background-color css
<style>
a { background-color: #C3B9D3; }
a { background-color: rgb(195,185,211); }
div.DivClassName
{
background-color: #C3B9D3;
}
.BgClassName
{
background-color: #C3B9D3;
}
</style>
border-color css
<style>
span { border-color: #C3B9D3; }
span { border-color: rgb(195,185,211); }
td.TdClassName
{
border-color: #C3B9D3;
}
.TagClassName
{
border-color: #C3B9D3;
}
</style>