Shades of Moon Raker #CCBADF
Tints of Moon Raker #CCBADF
RGB
CMYK
RGB Variations
Color information
#CCBADF (or 0xCCBADF) is known color: Moon Raker. HEX triplet: CC, BA and DF. RGB value is (204,186,223). Sum of RGB (Red+Green+Blue) = 204+186+223=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADF is #334520. Grayscale: #C3C3C3. Windows color (decimal): -3360033 or 14662348. OLE color: 14662348.
HSL color Cylindrical-coordinate representation of color #CCBADF: hue angle of 269.19º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBADF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 186 | 223 | - |
CMYK | 0.09 | 0.17 | 0 | 0.13 |
HSL | 269.19º | 0.37% | 0.8% | - |
HSV(B) | 269.19º | 0.17% | 0.87% | - |
XYZ | 55.78 | 53.28 | 77.16 | - |
YUV | 195.6 | 143.46 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 223 | 0.09 | 0.17 | 0 | 0.13 | 269.19 | 0.37 | 0.8 |
Hex | CC | BA | DF | 9 | 11 | 0 | D | 10D | 25 | 50 |
Octal | 314 | 272 | 337 | 11 | 21 | 0 | 15 | 415 | 45 | 120 |
Binary | 11001100 | 10111010 | 11011111 | 1001 | 10001 | 0 | 1101 | 100001101 | 100101 | 1010000 |
Color Harmonies of #CCBADF
Complementary color
Monochromatic Colors of #CCBADF
Black with #CCBADF
Text Example
Text Example
White with #CCBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBADF; }
p { color: rgb(204,186,223); }
H1.HeaderClassName
{
color: #CCBADF;
}
.AnyTagClassName
{
color: #CCBADF;
}
</style>
background-color css
<style>
a { background-color: #CCBADF; }
a { background-color: rgb(204,186,223); }
div.DivClassName
{
background-color: #CCBADF;
}
.BgClassName
{
background-color: #CCBADF;
}
</style>
border-color css
<style>
span { border-color: #CCBADF; }
span { border-color: rgb(204,186,223); }
td.TdClassName
{
border-color: #CCBADF;
}
.TagClassName
{
border-color: #CCBADF;
}
</style>