Shades of Moon Raker #C4B5DC
Tints of Moon Raker #C4B5DC
RGB
CMYK
RGB Variations
Color information
#C4B5DC (or 0xC4B5DC) is known color: Moon Raker. HEX triplet: C4, B5 and DC. RGB value is (196,181,220). Sum of RGB (Red+Green+Blue) = 196+181+220=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5DC is #3B4A23. Grayscale: #BDBDBD. Windows color (decimal): -3885604 or 14464452. OLE color: 14464452.
HSL color Cylindrical-coordinate representation of color #C4B5DC: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B5DC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 181 | 220 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.14 |
| HSL | 263.08º | 0.36% | 0.79% | - |
| HSV(B) | 263.08º | 0.18% | 0.86% | - |
| XYZ | 52.21 | 49.95 | 74.6 | - |
| YUV | 189.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 220 | 0.11 | 0.18 | 0 | 0.14 | 263.08 | 0.36 | 0.79 |
| Hex | C4 | B5 | DC | B | 12 | 0 | E | 107 | 24 | 4F |
| Octal | 304 | 265 | 334 | 13 | 22 | 0 | 16 | 407 | 44 | 117 |
| Binary | 11000100 | 10110101 | 11011100 | 1011 | 10010 | 0 | 1110 | 100000111 | 100100 | 1001111 |
Color Harmonies of #C4B5DC
Complementary color
Monochromatic Colors of #C4B5DC
Black with #C4B5DC
Text Example
Text Example
White with #C4B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5DC; }
p { color: rgb(196,181,220); }
H1.HeaderClassName
{
color: #C4B5DC;
}
.AnyTagClassName
{
color: #C4B5DC;
}
</style>
background-color css
<style>
a { background-color: #C4B5DC; }
a { background-color: rgb(196,181,220); }
div.DivClassName
{
background-color: #C4B5DC;
}
.BgClassName
{
background-color: #C4B5DC;
}
</style>
border-color css
<style>
span { border-color: #C4B5DC; }
span { border-color: rgb(196,181,220); }
td.TdClassName
{
border-color: #C4B5DC;
}
.TagClassName
{
border-color: #C4B5DC;
}
</style>