Shades of Moon Raker #C4B5DA
Tints of Moon Raker #C4B5DA
RGB
CMYK
RGB Variations
Color information
#C4B5DA (or 0xC4B5DA) is known color: Moon Raker. HEX triplet: C4, B5 and DA. RGB value is (196,181,218). Sum of RGB (Red+Green+Blue) = 196+181+218=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4B5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5DA is #3B4A25. Grayscale: #BDBDBD. Windows color (decimal): -3885606 or 14333380. OLE color: 14333380.
HSL color Cylindrical-coordinate representation of color #C4B5DA: hue angle of 264.32º 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 #C4B5DA is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 181 | 218 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.15 |
| HSL | 264.32º | 0.33% | 0.78% | - |
| HSV(B) | 264.32º | 0.17% | 0.85% | - |
| XYZ | 51.94 | 49.85 | 73.21 | - |
| YUV | 189.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 218 | 0.10 | 0.17 | 0 | 0.15 | 264.32 | 0.33 | 0.78 |
| Hex | C4 | B5 | DA | A | 11 | 0 | F | 108 | 21 | 4E |
| Octal | 304 | 265 | 332 | 12 | 21 | 0 | 17 | 410 | 41 | 116 |
| Binary | 11000100 | 10110101 | 11011010 | 1010 | 10001 | 0 | 1111 | 100001000 | 100001 | 1001110 |
Color Harmonies of #C4B5DA
Complementary color
Monochromatic Colors of #C4B5DA
Black with #C4B5DA
Text Example
Text Example
White with #C4B5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5DA; }
p { color: rgb(196,181,218); }
H1.HeaderClassName
{
color: #C4B5DA;
}
.AnyTagClassName
{
color: #C4B5DA;
}
</style>
background-color css
<style>
a { background-color: #C4B5DA; }
a { background-color: rgb(196,181,218); }
div.DivClassName
{
background-color: #C4B5DA;
}
.BgClassName
{
background-color: #C4B5DA;
}
</style>
border-color css
<style>
span { border-color: #C4B5DA; }
span { border-color: rgb(196,181,218); }
td.TdClassName
{
border-color: #C4B5DA;
}
.TagClassName
{
border-color: #C4B5DA;
}
</style>