Shades of Moon Raker #C5B3DE
Tints of Moon Raker #C5B3DE
RGB
CMYK
RGB Variations
Color information
#C5B3DE (or 0xC5B3DE) is known color: Moon Raker. HEX triplet: C5, B3 and DE. RGB value is (197,179,222). Sum of RGB (Red+Green+Blue) = 197+179+222=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B3DE is #3A4C21. Grayscale: #BDBDBD. Windows color (decimal): -3820578 or 14595013. OLE color: 14595013.
HSL color Cylindrical-coordinate representation of color #C5B3DE: hue angle of 265.12º degrees, saturation: 0.39, 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 #C5B3DE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 179 | 222 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.13 |
| HSL | 265.12º | 0.39% | 0.79% | - |
| HSV(B) | 265.12º | 0.19% | 0.87% | - |
| XYZ | 52.33 | 49.38 | 75.88 | - |
| YUV | 189.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 222 | 0.11 | 0.19 | 0 | 0.13 | 265.12 | 0.39 | 0.79 |
| Hex | C5 | B3 | DE | B | 13 | 0 | D | 109 | 27 | 4F |
| Octal | 305 | 263 | 336 | 13 | 23 | 0 | 15 | 411 | 47 | 117 |
| Binary | 11000101 | 10110011 | 11011110 | 1011 | 10011 | 0 | 1101 | 100001001 | 100111 | 1001111 |
Color Harmonies of #C5B3DE
Complementary color
Monochromatic Colors of #C5B3DE
Black with #C5B3DE
Text Example
Text Example
White with #C5B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B3DE; }
p { color: rgb(197,179,222); }
H1.HeaderClassName
{
color: #C5B3DE;
}
.AnyTagClassName
{
color: #C5B3DE;
}
</style>
background-color css
<style>
a { background-color: #C5B3DE; }
a { background-color: rgb(197,179,222); }
div.DivClassName
{
background-color: #C5B3DE;
}
.BgClassName
{
background-color: #C5B3DE;
}
</style>
border-color css
<style>
span { border-color: #C5B3DE; }
span { border-color: rgb(197,179,222); }
td.TdClassName
{
border-color: #C5B3DE;
}
.TagClassName
{
border-color: #C5B3DE;
}
</style>