Shades of Moon Raker #C8BED6
Tints of Moon Raker #C8BED6
RGB
CMYK
RGB Variations
Color information
#C8BED6 (or 0xC8BED6) is known color: Moon Raker. HEX triplet: C8, BE and D6. RGB value is (200,190,214). Sum of RGB (Red+Green+Blue) = 200+190+214=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #C8BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BED6 is #374129. Grayscale: #C3C3C3. Windows color (decimal): -3621162 or 14073544. OLE color: 14073544.
HSL color Cylindrical-coordinate representation of color #C8BED6: hue angle of 265º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BED6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 190 | 214 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.16 |
| HSL | 265º | 0.23% | 0.79% | - |
| HSV(B) | 265º | 0.11% | 0.84% | - |
| XYZ | 54.37 | 53.96 | 71.17 | - |
| YUV | 195.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 214 | 0.07 | 0.11 | 0 | 0.16 | 265 | 0.23 | 0.79 |
| Hex | C8 | BE | D6 | 7 | B | 0 | 10 | 109 | 17 | 4F |
| Octal | 310 | 276 | 326 | 7 | 13 | 0 | 20 | 411 | 27 | 117 |
| Binary | 11001000 | 10111110 | 11010110 | 111 | 1011 | 0 | 10000 | 100001001 | 10111 | 1001111 |
Color Harmonies of #C8BED6
Complementary color
Monochromatic Colors of #C8BED6
Black with #C8BED6
Text Example
Text Example
White with #C8BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BED6; }
p { color: rgb(200,190,214); }
H1.HeaderClassName
{
color: #C8BED6;
}
.AnyTagClassName
{
color: #C8BED6;
}
</style>
background-color css
<style>
a { background-color: #C8BED6; }
a { background-color: rgb(200,190,214); }
div.DivClassName
{
background-color: #C8BED6;
}
.BgClassName
{
background-color: #C8BED6;
}
</style>
border-color css
<style>
span { border-color: #C8BED6; }
span { border-color: rgb(200,190,214); }
td.TdClassName
{
border-color: #C8BED6;
}
.TagClassName
{
border-color: #C8BED6;
}
</style>