Shades of Moon Raker #C4B7D6
Tints of Moon Raker #C4B7D6
RGB
CMYK
RGB Variations
Color information
#C4B7D6 (or 0xC4B7D6) is known color: Moon Raker. HEX triplet: C4, B7 and D6. RGB value is (196,183,214). Sum of RGB (Red+Green+Blue) = 196+183+214=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4B7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7D6 is #3B4829. Grayscale: #BEBEBE. Windows color (decimal): -3885098 or 14071748. OLE color: 14071748.
HSL color Cylindrical-coordinate representation of color #C4B7D6: hue angle of 265.16º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4B7D6 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 183 | 214 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.16 |
| HSL | 265.16º | 0.27% | 0.78% | - |
| HSV(B) | 265.16º | 0.14% | 0.84% | - |
| XYZ | 51.84 | 50.46 | 70.63 | - |
| YUV | 190.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 214 | 0.08 | 0.14 | 0 | 0.16 | 265.16 | 0.27 | 0.78 |
| Hex | C4 | B7 | D6 | 8 | E | 0 | 10 | 109 | 1B | 4E |
| Octal | 304 | 267 | 326 | 10 | 16 | 0 | 20 | 411 | 33 | 116 |
| Binary | 11000100 | 10110111 | 11010110 | 1000 | 1110 | 0 | 10000 | 100001001 | 11011 | 1001110 |
Color Harmonies of #C4B7D6
Complementary color
Monochromatic Colors of #C4B7D6
Black with #C4B7D6
Text Example
Text Example
White with #C4B7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B7D6; }
p { color: rgb(196,183,214); }
H1.HeaderClassName
{
color: #C4B7D6;
}
.AnyTagClassName
{
color: #C4B7D6;
}
</style>
background-color css
<style>
a { background-color: #C4B7D6; }
a { background-color: rgb(196,183,214); }
div.DivClassName
{
background-color: #C4B7D6;
}
.BgClassName
{
background-color: #C4B7D6;
}
</style>
border-color css
<style>
span { border-color: #C4B7D6; }
span { border-color: rgb(196,183,214); }
td.TdClassName
{
border-color: #C4B7D6;
}
.TagClassName
{
border-color: #C4B7D6;
}
</style>