Shades of Moon Raker #C4B9D3
Tints of Moon Raker #C4B9D3
RGB
CMYK
RGB Variations
Color information
#C4B9D3 (or 0xC4B9D3) is known color: Moon Raker. HEX triplet: C4, B9 and D3. RGB value is (196,185,211). Sum of RGB (Red+Green+Blue) = 196+185+211=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4B9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9D3 is #3B462C. Grayscale: #BFBFBF. Windows color (decimal): -3884589 or 13875652. OLE color: 13875652.
HSL color Cylindrical-coordinate representation of color #C4B9D3: hue angle of 265.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B9D3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 185 | 211 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.17 |
| HSL | 265.38º | 0.23% | 0.78% | - |
| HSV(B) | 265.38º | 0.12% | 0.83% | - |
| XYZ | 51.87 | 51.14 | 68.76 | - |
| YUV | 191.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 211 | 0.07 | 0.12 | 0 | 0.17 | 265.38 | 0.23 | 0.78 |
| Hex | C4 | B9 | D3 | 7 | C | 0 | 11 | 109 | 17 | 4E |
| Octal | 304 | 271 | 323 | 7 | 14 | 0 | 21 | 411 | 27 | 116 |
| Binary | 11000100 | 10111001 | 11010011 | 111 | 1100 | 0 | 10001 | 100001001 | 10111 | 1001110 |
Color Harmonies of #C4B9D3
Complementary color
Monochromatic Colors of #C4B9D3
Black with #C4B9D3
Text Example
Text Example
White with #C4B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B9D3; }
p { color: rgb(196,185,211); }
H1.HeaderClassName
{
color: #C4B9D3;
}
.AnyTagClassName
{
color: #C4B9D3;
}
</style>
background-color css
<style>
a { background-color: #C4B9D3; }
a { background-color: rgb(196,185,211); }
div.DivClassName
{
background-color: #C4B9D3;
}
.BgClassName
{
background-color: #C4B9D3;
}
</style>
border-color css
<style>
span { border-color: #C4B9D3; }
span { border-color: rgb(196,185,211); }
td.TdClassName
{
border-color: #C4B9D3;
}
.TagClassName
{
border-color: #C4B9D3;
}
</style>