Shades of Moon Raker #C5B5DA
Tints of Moon Raker #C5B5DA
RGB
CMYK
RGB Variations
Color information
#C5B5DA (or 0xC5B5DA) is known color: Moon Raker. HEX triplet: C5, B5 and DA. RGB value is (197,181,218). Sum of RGB (Red+Green+Blue) = 197+181+218=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5DA is #3A4A25. Grayscale: #BDBDBD. Windows color (decimal): -3820070 or 14333381. OLE color: 14333381.
HSL color Cylindrical-coordinate representation of color #C5B5DA: hue angle of 265.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5B5DA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 181 | 218 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.15 |
| HSL | 265.95º | 0.33% | 0.78% | - |
| HSV(B) | 265.95º | 0.17% | 0.85% | - |
| XYZ | 52.2 | 49.98 | 73.23 | - |
| YUV | 190 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 218 | 0.10 | 0.17 | 0 | 0.15 | 265.95 | 0.33 | 0.78 |
| Hex | C5 | B5 | DA | A | 11 | 0 | F | 10A | 21 | 4E |
| Octal | 305 | 265 | 332 | 12 | 21 | 0 | 17 | 412 | 41 | 116 |
| Binary | 11000101 | 10110101 | 11011010 | 1010 | 10001 | 0 | 1111 | 100001010 | 100001 | 1001110 |
Color Harmonies of #C5B5DA
Complementary color
Monochromatic Colors of #C5B5DA
Black with #C5B5DA
Text Example
Text Example
White with #C5B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5DA; }
p { color: rgb(197,181,218); }
H1.HeaderClassName
{
color: #C5B5DA;
}
.AnyTagClassName
{
color: #C5B5DA;
}
</style>
background-color css
<style>
a { background-color: #C5B5DA; }
a { background-color: rgb(197,181,218); }
div.DivClassName
{
background-color: #C5B5DA;
}
.BgClassName
{
background-color: #C5B5DA;
}
</style>
border-color css
<style>
span { border-color: #C5B5DA; }
span { border-color: rgb(197,181,218); }
td.TdClassName
{
border-color: #C5B5DA;
}
.TagClassName
{
border-color: #C5B5DA;
}
</style>