Shades of Moon Raker #C7BFD1
Tints of Moon Raker #C7BFD1
RGB
CMYK
RGB Variations
Color information
#C7BFD1 (or 0xC7BFD1) is known color: Moon Raker. HEX triplet: C7, BF and D1. RGB value is (199,191,209). Sum of RGB (Red+Green+Blue) = 199+191+209=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #C7BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD1 is #38402E. Grayscale: #C3C3C3. Windows color (decimal): -3686447 or 13746119. OLE color: 13746119.
HSL color Cylindrical-coordinate representation of color #C7BFD1: hue angle of 266.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BFD1 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 191 | 209 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.18 |
| HSL | 266.67º | 0.16% | 0.78% | - |
| HSV(B) | 266.67º | 0.09% | 0.82% | - |
| XYZ | 53.69 | 54.01 | 67.92 | - |
| YUV | 195.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 209 | 0.05 | 0.09 | 0 | 0.18 | 266.67 | 0.16 | 0.78 |
| Hex | C7 | BF | D1 | 5 | 9 | 0 | 12 | 10B | 10 | 4E |
| Octal | 307 | 277 | 321 | 5 | 11 | 0 | 22 | 413 | 20 | 116 |
| Binary | 11000111 | 10111111 | 11010001 | 101 | 1001 | 0 | 10010 | 100001011 | 10000 | 1001110 |
Color Harmonies of #C7BFD1
Complementary color
Monochromatic Colors of #C7BFD1
Black with #C7BFD1
Text Example
Text Example
White with #C7BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFD1; }
p { color: rgb(199,191,209); }
H1.HeaderClassName
{
color: #C7BFD1;
}
.AnyTagClassName
{
color: #C7BFD1;
}
</style>
background-color css
<style>
a { background-color: #C7BFD1; }
a { background-color: rgb(199,191,209); }
div.DivClassName
{
background-color: #C7BFD1;
}
.BgClassName
{
background-color: #C7BFD1;
}
</style>
border-color css
<style>
span { border-color: #C7BFD1; }
span { border-color: rgb(199,191,209); }
td.TdClassName
{
border-color: #C7BFD1;
}
.TagClassName
{
border-color: #C7BFD1;
}
</style>