Shades of Moon Raker #C5B7D3
Tints of Moon Raker #C5B7D3
RGB
CMYK
RGB Variations
Color information
#C5B7D3 (or 0xC5B7D3) is known color: Moon Raker. HEX triplet: C5, B7 and D3. RGB value is (197,183,211). Sum of RGB (Red+Green+Blue) = 197+183+211=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5B7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7D3 is #3A482C. Grayscale: #BEBEBE. Windows color (decimal): -3819565 or 13875141. OLE color: 13875141.
HSL color Cylindrical-coordinate representation of color #C5B7D3: hue angle of 270º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B7D3 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 183 | 211 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.17 |
| HSL | 270º | 0.24% | 0.77% | - |
| HSV(B) | 270º | 0.13% | 0.83% | - |
| XYZ | 51.72 | 50.44 | 68.64 | - |
| YUV | 190.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 211 | 0.07 | 0.13 | 0 | 0.17 | 270 | 0.24 | 0.77 |
| Hex | C5 | B7 | D3 | 7 | D | 0 | 11 | 10E | 18 | 4D |
| Octal | 305 | 267 | 323 | 7 | 15 | 0 | 21 | 416 | 30 | 115 |
| Binary | 11000101 | 10110111 | 11010011 | 111 | 1101 | 0 | 10001 | 100001110 | 11000 | 1001101 |
Color Harmonies of #C5B7D3
Complementary color
Monochromatic Colors of #C5B7D3
Black with #C5B7D3
Text Example
Text Example
White with #C5B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7D3; }
p { color: rgb(197,183,211); }
H1.HeaderClassName
{
color: #C5B7D3;
}
.AnyTagClassName
{
color: #C5B7D3;
}
</style>
background-color css
<style>
a { background-color: #C5B7D3; }
a { background-color: rgb(197,183,211); }
div.DivClassName
{
background-color: #C5B7D3;
}
.BgClassName
{
background-color: #C5B7D3;
}
</style>
border-color css
<style>
span { border-color: #C5B7D3; }
span { border-color: rgb(197,183,211); }
td.TdClassName
{
border-color: #C5B7D3;
}
.TagClassName
{
border-color: #C5B7D3;
}
</style>