Shades of Moon Raker #C8BDD4
Tints of Moon Raker #C8BDD4
RGB
CMYK
RGB Variations
Color information
#C8BDD4 (or 0xC8BDD4) is known color: Moon Raker. HEX triplet: C8, BD and D4. RGB value is (200,189,212). Sum of RGB (Red+Green+Blue) = 200+189+212=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8BDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDD4 is #37422B. Grayscale: #C2C2C2. Windows color (decimal): -3621420 or 13942216. OLE color: 13942216.
HSL color Cylindrical-coordinate representation of color #C8BDD4: hue angle of 268.7º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BDD4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 189 | 212 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.17 |
| HSL | 268.7º | 0.21% | 0.79% | - |
| HSV(B) | 268.7º | 0.11% | 0.83% | - |
| XYZ | 53.9 | 53.43 | 69.76 | - |
| YUV | 194.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 212 | 0.06 | 0.11 | 0 | 0.17 | 268.7 | 0.21 | 0.79 |
| Hex | C8 | BD | D4 | 6 | B | 0 | 11 | 10D | 15 | 4F |
| Octal | 310 | 275 | 324 | 6 | 13 | 0 | 21 | 415 | 25 | 117 |
| Binary | 11001000 | 10111101 | 11010100 | 110 | 1011 | 0 | 10001 | 100001101 | 10101 | 1001111 |
Color Harmonies of #C8BDD4
Complementary color
Monochromatic Colors of #C8BDD4
Black with #C8BDD4
Text Example
Text Example
White with #C8BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDD4; }
p { color: rgb(200,189,212); }
H1.HeaderClassName
{
color: #C8BDD4;
}
.AnyTagClassName
{
color: #C8BDD4;
}
</style>
background-color css
<style>
a { background-color: #C8BDD4; }
a { background-color: rgb(200,189,212); }
div.DivClassName
{
background-color: #C8BDD4;
}
.BgClassName
{
background-color: #C8BDD4;
}
</style>
border-color css
<style>
span { border-color: #C8BDD4; }
span { border-color: rgb(200,189,212); }
td.TdClassName
{
border-color: #C8BDD4;
}
.TagClassName
{
border-color: #C8BDD4;
}
</style>