Shades of Moon Raker #C7B4DF
Tints of Moon Raker #C7B4DF
RGB
CMYK
RGB Variations
Color information
#C7B4DF (or 0xC7B4DF) is known color: Moon Raker. HEX triplet: C7, B4 and DF. RGB value is (199,180,223). Sum of RGB (Red+Green+Blue) = 199+180+223=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7B4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4DF is #384B20. Grayscale: #BEBEBE. Windows color (decimal): -3689249 or 14660807. OLE color: 14660807.
HSL color Cylindrical-coordinate representation of color #C7B4DF: hue angle of 266.51º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7B4DF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 180 | 223 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.13 |
| HSL | 266.51º | 0.4% | 0.79% | - |
| HSV(B) | 266.51º | 0.19% | 0.87% | - |
| XYZ | 53.19 | 50.11 | 76.68 | - |
| YUV | 190.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 223 | 0.11 | 0.19 | 0 | 0.13 | 266.51 | 0.4 | 0.79 |
| Hex | C7 | B4 | DF | B | 13 | 0 | D | 10B | 28 | 4F |
| Octal | 307 | 264 | 337 | 13 | 23 | 0 | 15 | 413 | 50 | 117 |
| Binary | 11000111 | 10110100 | 11011111 | 1011 | 10011 | 0 | 1101 | 100001011 | 101000 | 1001111 |
Color Harmonies of #C7B4DF
Complementary color
Monochromatic Colors of #C7B4DF
Black with #C7B4DF
Text Example
Text Example
White with #C7B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B4DF; }
p { color: rgb(199,180,223); }
H1.HeaderClassName
{
color: #C7B4DF;
}
.AnyTagClassName
{
color: #C7B4DF;
}
</style>
background-color css
<style>
a { background-color: #C7B4DF; }
a { background-color: rgb(199,180,223); }
div.DivClassName
{
background-color: #C7B4DF;
}
.BgClassName
{
background-color: #C7B4DF;
}
</style>
border-color css
<style>
span { border-color: #C7B4DF; }
span { border-color: rgb(199,180,223); }
td.TdClassName
{
border-color: #C7B4DF;
}
.TagClassName
{
border-color: #C7B4DF;
}
</style>