Shades of Moon Raker #C4B3DB
Tints of Moon Raker #C4B3DB
RGB
CMYK
RGB Variations
Color information
#C4B3DB (or 0xC4B3DB) is known color: Moon Raker. HEX triplet: C4, B3 and DB. RGB value is (196,179,219). Sum of RGB (Red+Green+Blue) = 196+179+219=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3DB is #3B4C24. Grayscale: #BCBCBC. Windows color (decimal): -3886117 or 14398404. OLE color: 14398404.
HSL color Cylindrical-coordinate representation of color #C4B3DB: hue angle of 265.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B3DB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 179 | 219 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.14 |
| HSL | 265.5º | 0.36% | 0.78% | - |
| HSV(B) | 265.5º | 0.18% | 0.86% | - |
| XYZ | 51.67 | 49.09 | 73.77 | - |
| YUV | 188.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 219 | 0.11 | 0.18 | 0 | 0.14 | 265.5 | 0.36 | 0.78 |
| Hex | C4 | B3 | DB | B | 12 | 0 | E | 10A | 24 | 4E |
| Octal | 304 | 263 | 333 | 13 | 22 | 0 | 16 | 412 | 44 | 116 |
| Binary | 11000100 | 10110011 | 11011011 | 1011 | 10010 | 0 | 1110 | 100001010 | 100100 | 1001110 |
Color Harmonies of #C4B3DB
Complementary color
Monochromatic Colors of #C4B3DB
Black with #C4B3DB
Text Example
Text Example
White with #C4B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3DB; }
p { color: rgb(196,179,219); }
H1.HeaderClassName
{
color: #C4B3DB;
}
.AnyTagClassName
{
color: #C4B3DB;
}
</style>
background-color css
<style>
a { background-color: #C4B3DB; }
a { background-color: rgb(196,179,219); }
div.DivClassName
{
background-color: #C4B3DB;
}
.BgClassName
{
background-color: #C4B3DB;
}
</style>
border-color css
<style>
span { border-color: #C4B3DB; }
span { border-color: rgb(196,179,219); }
td.TdClassName
{
border-color: #C4B3DB;
}
.TagClassName
{
border-color: #C4B3DB;
}
</style>