Shades of Moon Raker #C2B0D8
Tints of Moon Raker #C2B0D8
RGB
CMYK
RGB Variations
Color information
#C2B0D8 (or 0xC2B0D8) is known color: Moon Raker. HEX triplet: C2, B0 and D8. RGB value is (194,176,216). Sum of RGB (Red+Green+Blue) = 194+176+216=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #C2B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0D8 is #3D4F27. Grayscale: #B9B9B9. Windows color (decimal): -4017960 or 14201026. OLE color: 14201026.
HSL color Cylindrical-coordinate representation of color #C2B0D8: hue angle of 267º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2B0D8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 176 | 216 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.15 |
| HSL | 267º | 0.34% | 0.77% | - |
| HSV(B) | 267º | 0.19% | 0.85% | - |
| XYZ | 50.17 | 47.48 | 71.49 | - |
| YUV | 185.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 216 | 0.10 | 0.19 | 0 | 0.15 | 267 | 0.34 | 0.77 |
| Hex | C2 | B0 | D8 | A | 13 | 0 | F | 10B | 22 | 4D |
| Octal | 302 | 260 | 330 | 12 | 23 | 0 | 17 | 413 | 42 | 115 |
| Binary | 11000010 | 10110000 | 11011000 | 1010 | 10011 | 0 | 1111 | 100001011 | 100010 | 1001101 |
Color Harmonies of #C2B0D8
Complementary color
Monochromatic Colors of #C2B0D8
Black with #C2B0D8
Text Example
Text Example
White with #C2B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0D8; }
p { color: rgb(194,176,216); }
H1.HeaderClassName
{
color: #C2B0D8;
}
.AnyTagClassName
{
color: #C2B0D8;
}
</style>
background-color css
<style>
a { background-color: #C2B0D8; }
a { background-color: rgb(194,176,216); }
div.DivClassName
{
background-color: #C2B0D8;
}
.BgClassName
{
background-color: #C2B0D8;
}
</style>
border-color css
<style>
span { border-color: #C2B0D8; }
span { border-color: rgb(194,176,216); }
td.TdClassName
{
border-color: #C2B0D8;
}
.TagClassName
{
border-color: #C2B0D8;
}
</style>