Shades of Moon Raker #C4B3DF
Tints of Moon Raker #C4B3DF
RGB
CMYK
RGB Variations
Color information
#C4B3DF (or 0xC4B3DF) is known color: Moon Raker. HEX triplet: C4, B3 and DF. RGB value is (196,179,223). Sum of RGB (Red+Green+Blue) = 196+179+223=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3DF is #3B4C20. Grayscale: #BCBCBC. Windows color (decimal): -3886113 or 14660548. OLE color: 14660548.
HSL color Cylindrical-coordinate representation of color #C4B3DF: hue angle of 263.18º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4B3DF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 179 | 223 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.13 |
| HSL | 263.18º | 0.41% | 0.79% | - |
| HSV(B) | 263.18º | 0.2% | 0.87% | - |
| XYZ | 52.2 | 49.3 | 76.58 | - |
| YUV | 189.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 223 | 0.12 | 0.20 | 0 | 0.13 | 263.18 | 0.41 | 0.79 |
| Hex | C4 | B3 | DF | C | 14 | 0 | D | 107 | 29 | 4F |
| Octal | 304 | 263 | 337 | 14 | 24 | 0 | 15 | 407 | 51 | 117 |
| Binary | 11000100 | 10110011 | 11011111 | 1100 | 10100 | 0 | 1101 | 100000111 | 101001 | 1001111 |
Color Harmonies of #C4B3DF
Complementary color
Monochromatic Colors of #C4B3DF
Black with #C4B3DF
Text Example
Text Example
White with #C4B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3DF; }
p { color: rgb(196,179,223); }
H1.HeaderClassName
{
color: #C4B3DF;
}
.AnyTagClassName
{
color: #C4B3DF;
}
</style>
background-color css
<style>
a { background-color: #C4B3DF; }
a { background-color: rgb(196,179,223); }
div.DivClassName
{
background-color: #C4B3DF;
}
.BgClassName
{
background-color: #C4B3DF;
}
</style>
border-color css
<style>
span { border-color: #C4B3DF; }
span { border-color: rgb(196,179,223); }
td.TdClassName
{
border-color: #C4B3DF;
}
.TagClassName
{
border-color: #C4B3DF;
}
</style>