Shades of Moon Raker #C7BFD3
Tints of Moon Raker #C7BFD3
RGB
CMYK
RGB Variations
Color information
#C7BFD3 (or 0xC7BFD3) is known color: Moon Raker. HEX triplet: C7, BF and D3. RGB value is (199,191,211). Sum of RGB (Red+Green+Blue) = 199+191+211=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #C7BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFD3 is #38402C. Grayscale: #C3C3C3. Windows color (decimal): -3686445 or 13877191. OLE color: 13877191.
HSL color Cylindrical-coordinate representation of color #C7BFD3: hue angle of 264º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BFD3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 199 | 191 | 211 | - |
CMYK | 0.06 | 0.09 | 0 | 0.17 |
HSL | 264º | 0.19% | 0.79% | - |
HSV(B) | 264º | 0.09% | 0.83% | - |
XYZ | 53.94 | 54.11 | 69.23 | - |
YUV | 195.67 | 136.65 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 211 | 0.06 | 0.09 | 0 | 0.17 | 264 | 0.19 | 0.79 |
Hex | C7 | BF | D3 | 6 | 9 | 0 | 11 | 108 | 13 | 4F |
Octal | 307 | 277 | 323 | 6 | 11 | 0 | 21 | 410 | 23 | 117 |
Binary | 11000111 | 10111111 | 11010011 | 110 | 1001 | 0 | 10001 | 100001000 | 10011 | 1001111 |
Color Harmonies of #C7BFD3
Complementary color
Monochromatic Colors of #C7BFD3
Black with #C7BFD3
Text Example
Text Example
White with #C7BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFD3; }
p { color: rgb(199,191,211); }
H1.HeaderClassName
{
color: #C7BFD3;
}
.AnyTagClassName
{
color: #C7BFD3;
}
</style>
background-color css
<style>
a { background-color: #C7BFD3; }
a { background-color: rgb(199,191,211); }
div.DivClassName
{
background-color: #C7BFD3;
}
.BgClassName
{
background-color: #C7BFD3;
}
</style>
border-color css
<style>
span { border-color: #C7BFD3; }
span { border-color: rgb(199,191,211); }
td.TdClassName
{
border-color: #C7BFD3;
}
.TagClassName
{
border-color: #C7BFD3;
}
</style>